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

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

Completed in 203 milliseconds