/src/lib/libc/gen/ |
getcap.c | 71 __weak_alias(cgetent,_cgetent) 207 * Cgetent extracts the capability record name from the NULL terminated file 217 cgetent(char **buf, const char * const *db_array, const char *name) function in typeref:typename:int 235 * Getent implements the functions of cgetent. If fd is non-negative, 240 * Getent returns the same success/failure codes as cgetent. On success, a
|
getcap.c | 71 __weak_alias(cgetent,_cgetent) 207 * Cgetent extracts the capability record name from the NULL terminated file 217 cgetent(char **buf, const char * const *db_array, const char *name) function in typeref:typename:int 235 * Getent implements the functions of cgetent. If fd is non-negative, 240 * Getent returns the same success/failure codes as cgetent. On success, a
|
/src/tools/compat/ |
compat_defs.h | 1091 #define cgetent __nbcompat_cgetent macro 1102 int cgetent(char **, const char * const *, const char *);
|
compat_defs.h | 1091 #define cgetent __nbcompat_cgetent macro 1102 int cgetent(char **, const char * const *, const char *);
|
/src/lib/libc/include/ |
namespace.h | 251 #define cgetent _cgetent macro
|
namespace.h | 251 #define cgetent _cgetent macro
|