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

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

Completed in 129 milliseconds