#include <pwd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/utsname.h>
Go to the source code of this file.
|
void * | __real_calloc (size_t nmemb, size_t size) |
|
void * | __wrap_calloc (size_t nmemb, size_t size) |
|
char * | __real_getenv (const char *name) |
|
char * | __wrap_getenv (const char *name) |
|
int | __real_getpwnam_r (const char *name, struct passwd *pwd, char *buf, size_t buflen, struct passwd **result) |
|
int | __wrap_getpwnam_r (const char *name, struct passwd *pwd, char *buf, size_t buflen, struct passwd **result) |
|
int | __real_uname (struct utsname *buf) |
|
int | __wrap_uname (struct utsname *buf) |
|
◆ __real_calloc()
void* __real_calloc |
( |
size_t |
nmemb, |
|
|
size_t |
size |
|
) |
| |
◆ __real_getenv()
char* __real_getenv |
( |
const char * |
name | ) |
|
◆ __real_getpwnam_r()
int __real_getpwnam_r |
( |
const char * |
name, |
|
|
struct passwd * |
pwd, |
|
|
char * |
buf, |
|
|
size_t |
buflen, |
|
|
struct passwd ** |
result |
|
) |
| |
◆ __real_uname()
int __real_uname |
( |
struct utsname * |
buf | ) |
|
◆ __wrap_calloc()
void* __wrap_calloc |
( |
size_t |
nmemb, |
|
|
size_t |
size |
|
) |
| |
◆ __wrap_getenv()
char* __wrap_getenv |
( |
const char * |
name | ) |
|
◆ __wrap_getpwnam_r()
int __wrap_getpwnam_r |
( |
const char * |
name, |
|
|
struct passwd * |
pwd, |
|
|
char * |
buf, |
|
|
size_t |
buflen, |
|
|
struct passwd ** |
result |
|
) |
| |
◆ __wrap_uname()
int __wrap_uname |
( |
struct utsname * |
buf | ) |
|