Lines Matching defs:getent
85 #define MAX_RECURSION 32 /* maximum getent recursion */
100 static int getent(char **, size_t *, const char * const *, int,
225 return getent(buf, &dummy, db_array, -1, name, 0, NULL);
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
254 getent(char **cap, size_t *len, const char * const *db_array, int fd,
553 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
889 * Last argument of getent here should be nbuf if we want true
891 * With NULL, getent will return the first entry found
895 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL);