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

/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_disk_perms.c31 static long _default_gid = -1; variable
68 _default_gid = st.st_gid;
86 /* _alt_gid must be different than _default_gid */
87 if (gid == (gid_t)_default_gid)
115 return (_default_gid);

Completed in 195 milliseconds