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

/freebsd-11.0-release/lib/libutil/
H A Dgr_util.c48 static char group_dir[PATH_MAX]; variable
63 strcpy(group_dir, _PATH_ETC);
65 if (strlen(dir) >= sizeof(group_dir)) {
69 strcpy(group_dir, dir);
76 group_dir) > (int)sizeof(group_file)) {
333 if ((fd = open(group_dir, O_RDONLY|O_DIRECTORY)) == -1)

Completed in 18 milliseconds