|
Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for getpwnam_r(). More...
#include "mock-getpwuid_r.h"#include <string.h>#include <sys/types.h>#include "common.h"#include "unit_test.h"
Functions | |
| int | __wrap_getpwuid_r (uid_t uid, struct passwd *__restrict resultbuf, char *__restrict buffer, size_t buflen, struct passwd **__restrict result) |
Implementation of a mock function for getpwnam_r().
| int __wrap_getpwuid_r | ( | uid_t | uid, |
| struct passwd *__restrict | resultbuf, | ||
| char *__restrict | buffer, | ||
| size_t | buflen, | ||
| struct passwd **__restrict | result | ||
| ) |
Mock function for getpwuid_r().
Checks that the right parameters are given and return a preset value.