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
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 1099 #define cgetent __nbcompat_cgetent macro
1110 int cgetent(char **, const char * const *, const char *);
  /src/lib/libc/include/
namespace.h 251 #define cgetent _cgetent macro

Completed in 42 milliseconds