Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-getpwuid_r.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __MOCK_GETPWUID_R_H__
7
#define __MOCK_GETPWUID_R_H__
8
9
#include <fcntl.h>
10
#include <pwd.h>
11
#include <stddef.h>
12
#include <sys/stat.h>
13
19
// NOLINTNEXTLINE(readability-identifier-naming) Rationale: Naming scheme fixed due to linker wrapping.
20
int
__wrap_getpwuid_r
(uid_t uid,
struct
passwd *__restrict resultbuf,
char
*__restrict buffer,
size_t
buflen,
21
struct
passwd **__restrict result);
22
23
#endif
/* __MOCK_GETPWUID_R_H__ */
__wrap_getpwuid_r
int __wrap_getpwuid_r(uid_t uid, struct passwd *__restrict resultbuf, char *__restrict buffer, size_t buflen, struct passwd **__restrict result)
Definition
mock-getpwuid_r.c:16
test
utest
mocks
mock-getpwuid_r.h
Generated by
1.9.8