port_sysinfo.h File Reference


Detailed Description

System information routines.


Functions

apr_status_t port_executable_name (char **self_name)
 Determines the absolute path of the executing process.
int port_CPUs_number (void)
 Returns the number of processors in the system.
const char * port_CPU_architecture (void)
 Returns the name of CPU architecture.
apr_status_t port_OS_name_version (char **os_name, char **os_ver, apr_pool_t *pool)
 Provides the name and version of the host operating system.
apr_status_t port_user_name (char **account, apr_pool_t *pool)
 Returns the name of the account under which the current process is executed.
apr_status_t port_user_home (char **path, apr_pool_t *pool)
 Returns the home path of the account under which the process is executed.
apr_status_t port_user_timezone (char **tzname, apr_pool_t *pool)
 Returns the name of current system time zone.


Genereated on Tue Mar 11 19:25:42 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.