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

  /src/lib/libc/gen/
gr_private.h 52 struct __grstate_files { /* state shared between files methods */ struct
57 extern int __grstart_files(struct __grstate_files *);
58 extern int __grend_files(struct __grstate_files *);
60 struct __grstate_files *, int, const char *, gid_t);
getgrent.c 301 __grstart_files(struct __grstate_files *state)
317 __grend_files(struct __grstate_files *state)
340 struct __grstate_files *state, int search, const char *name, gid_t gid)
399 static struct __grstate_files _files_state;
518 struct __grstate_files state;
571 struct __grstate_files state;
getgroupmembership.c 109 struct __grstate_files state;

Completed in 12 milliseconds