Home
last modified time | relevance | path

Searched refs:gid_nobody (Results 1 – 1 of 1) sorted by relevance

/openbsd/bin/pax/
H A Dtar.c81 static gid_t gid_nobody; variable
1285 if (gid_nobody == 0) { in wr_ustar_or_pax()
1286 if (gid_from_group("nobody", &gid_nobody) == -1) in wr_ustar_or_pax()
1295 if (ul_oct(gid_nobody, hd->gid, sizeof(hd->gid), 3)) in wr_ustar_or_pax()