Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-getpwnam_r.c File Reference

(/usr/bin/git 2025-02-19, commit: 5f1bbfa)

Implementation of a mock function for getpwnam_r(). More...

#include "mock-getpwnam_r.h"
#include <string.h>
#include <sys/types.h>
#include "common.h"
#include "unit_test.h"
Include dependency graph for mock-getpwnam_r.c:

Functions

int __wrap_getpwnam_r (const char *__restrict name, struct passwd *__restrict resultbuf, char *__restrict buffer, size_t buflen, struct passwd **__restrict result)
 

Detailed Description

Implementation of a mock function for getpwnam_r().

Function Documentation

◆ __wrap_getpwnam_r()

int __wrap_getpwnam_r ( const char *__restrict  name,
struct passwd *__restrict  resultbuf,
char *__restrict  buffer,
size_t  buflen,
struct passwd **__restrict  result 
)

Mock function for getpwnam_r().

Checks that the right parameters are given and return a preset value.