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

/freebsd-12-stable/lib/libutil/
H A Dgr_util.c50 static char group_dir[PATH_MAX]; variable
65 strcpy(group_dir, _PATH_ETC);
67 if (strlen(dir) >= sizeof(group_dir)) {
71 strcpy(group_dir, dir);
78 group_dir) > (int)sizeof(group_file)) {
346 if ((fd = open(group_dir, O_RDONLY|O_DIRECTORY)) == -1)

Completed in 60 milliseconds