Home
last modified time | relevance | path

Searched refs:_PATH_GROUP (Results 1 – 4 of 4) sorted by relevance

/src/include/
H A Dgrp.h43 #define _PATH_GROUP "/etc/group" macro
/src/libexec/mknetid/
H A Dmknetid.c62 char *groupfile = _PATH_GROUP;
/src/lib/libc/gen/
H A Dgetgrent.c822 st->fp = fopen(_PATH_GROUP, "re"); in files_setgrent()
875 st->fp = fopen(_PATH_GROUP, "re"); in files_group()
1270 st->fp = fopen(_PATH_GROUP, "re"); in compat_setgrent()
1355 st->fp = fopen(_PATH_GROUP, "re"); in compat_group()
/src/lib/libutil/
H A Dgr_util.c73 strcpy(group_file, _PATH_GROUP); in gr_init()