Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Darchives.h137 t_gid[TGIDLEN], /* gid of file */ member
/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c5903 (void) sscanf(Thdr_p->tbuf.t_gid, "%8lo", &Gen.g_gid); in read_hdr()
5964 (void) sscanf(Thdr_p->tbuf.t_gid, "%lo", &Gen.g_gid); in read_hdr()
7296 (void) sprintf(Thdr_p->tbuf.t_gid, "%07o", (int)gid); in write_hdr()
7346 (void) sprintf(Thdr_p->tbuf.t_gid, "%07o ", (int)gid); in write_hdr()