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

/freebsd-10-stable/include/
H A Dgrp.h44 #define _PATH_GROUP "/etc/group" macro
/freebsd-10-stable/libexec/mknetid/
H A Dmknetid.c65 char *groupfile = _PATH_GROUP;
/freebsd-10-stable/lib/libc/gen/
H A Dgetgrent.c812 st->fp = fopen(_PATH_GROUP, "re");
863 ((st->fp = fopen(_PATH_GROUP, "re")) == NULL)) {
1253 st->fp = fopen(_PATH_GROUP, "re");
1337 ((st->fp = fopen(_PATH_GROUP, "re")) == NULL)) {
/freebsd-10-stable/lib/libutil/
H A Dgr_util.c74 strcpy(group_file, _PATH_GROUP);

Completed in 29 milliseconds