Go to the source code of this file.
|
| void | ec_numenv_ (int *n) |
| |
| void | ec_numenv (int *n) |
| |
| void | ec_overwrite_env_ (int *do_overwrite) |
| |
| void | ec_overwrite_env (int *do_overwrite) |
| |
| void | ec_strenv_ (const int *i, char *value, const int valuelen) |
| |
| void | ec_strenv (const int *i, char *value, const int valuelen) |
| |
| void | ec_getenv_ (const char *s, char *value, int slen, const int valuelen) |
| |
| void | ec_getenv (const char *s, char *value, int slen, const int valuelen) |
| |
| void | ec_putenv_ (const char *s, int slen) |
| |
| void | ec_putenv (const char *s, int slen) |
| |
| void | ec_putenv_nooverwrite_ (const char *s, int slen) |
| |
| void | ec_putenv_nooverwrite (const char *s, int slen) |
| |
| unsigned int | ec_sleep_ (const int *nsec) |
| |
| unsigned int | ec_sleep (const int *nsec) |
| |
| void | ec_microsleep (int usecs) |
| |
| void | ec_usleep_ (const int *usecs) |
| |
| void | ec_usleep (const int *usecs) |
| |
| void | ec_gethostname_ (char a[], int alen) |
| |
| void | ec_gethostname (char a[], int alen) |
| |
| static pid_t | gettid () |
| |
| static int | GetMe () |
| |
| int | pthread_attr_init (pthread_attr_t *attr) |
| |
| static void | MemInfoBeforeMain () |
| |
◆ ec_getenv()
| void ec_getenv |
( |
const char * |
s, |
|
|
char * |
value, |
|
|
int |
slen, |
|
|
const int |
valuelen |
|
) |
| |
◆ ec_getenv_()
| void ec_getenv_ |
( |
const char * |
s, |
|
|
char * |
value, |
|
|
int |
slen, |
|
|
const int |
valuelen |
|
) |
| |
Definition at line 97 of file env.c.
◆ ec_gethostname()
| void ec_gethostname |
( |
char |
a[], |
|
|
int |
alen |
|
) |
| |
◆ ec_gethostname_()
| void ec_gethostname_ |
( |
char |
a[], |
|
|
int |
alen |
|
) |
| |
◆ ec_microsleep()
| void ec_microsleep |
( |
int |
usecs | ) |
|
◆ ec_numenv()
| void ec_numenv |
( |
int * |
n | ) |
|
Definition at line 38 of file env.c.
◆ ec_numenv_()
| void ec_numenv_ |
( |
int * |
n | ) |
|
Definition at line 26 of file env.c.
◆ ec_overwrite_env()
| void ec_overwrite_env |
( |
int * |
do_overwrite | ) |
|
Definition at line 60 of file env.c.
◆ ec_overwrite_env_()
| void ec_overwrite_env_ |
( |
int * |
do_overwrite | ) |
|
Definition at line 45 of file env.c.
◆ ec_putenv()
| void ec_putenv |
( |
const char * |
s, |
|
|
int |
slen |
|
) |
| |
◆ ec_putenv_()
| void ec_putenv_ |
( |
const char * |
s, |
|
|
int |
slen |
|
) |
| |
◆ ec_putenv_nooverwrite()
| void ec_putenv_nooverwrite |
( |
const char * |
s, |
|
|
int |
slen |
|
) |
| |
◆ ec_putenv_nooverwrite_()
| void ec_putenv_nooverwrite_ |
( |
const char * |
s, |
|
|
int |
slen |
|
) |
| |
◆ ec_sleep()
| unsigned int ec_sleep |
( |
const int * |
nsec | ) |
|
◆ ec_sleep_()
| unsigned int ec_sleep_ |
( |
const int * |
nsec | ) |
|
◆ ec_strenv()
| void ec_strenv |
( |
const int * |
i, |
|
|
char * |
value, |
|
|
const int |
valuelen |
|
) |
| |
Definition at line 87 of file env.c.
◆ ec_strenv_()
| void ec_strenv_ |
( |
const int * |
i, |
|
|
char * |
value, |
|
|
const int |
valuelen |
|
) |
| |
Definition at line 67 of file env.c.
◆ ec_usleep()
| void ec_usleep |
( |
const int * |
usecs | ) |
|
◆ ec_usleep_()
| void ec_usleep_ |
( |
const int * |
usecs | ) |
|
◆ GetMe()
◆ gettid()
◆ MemInfoBeforeMain()
| static void MemInfoBeforeMain |
( |
| ) |
|
|
static |
◆ pthread_attr_init()
| int pthread_attr_init |
( |
pthread_attr_t * |
attr | ) |
|
◆ environ
◆ numenv
Definition at line 23 of file env.c.
◆ ptr_pthread_attr_init
| int(* ptr_pthread_attr_init) (pthread_attr_t *attr) = NULL |
|
static |