HomeSort by: relevance | last modified time | path
    Searched defs:cgetent (Results 1 - 3 of 3) sorted by relevancy

  /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
  /src/tools/compat/
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

Completed in 14 milliseconds