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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 78 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetent(char **buf, char **db_array, const char *name);
185 * Cgetent extracts the capability record name from the NULL terminated file
194 cgetent(char **buf, char **db_array, const char *name) function
202 * Getent implements the functions of cgetent. If fd is non-negative,
207 * Getent returns the same success/failure codes as cgetent. On success, a
  /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 29 milliseconds