Searched refs:t_mode (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | archives.h | 133 t_mode[TMODLEN], /* mode of file */ member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 198 char *t_mode; member 247 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in settype() 249 comret = command("TYPE %s", p->t_mode); in settype()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 5911 (void) sscanf(Thdr_p->tbuf.t_mode, "%8o", in read_hdr() 5971 (void) sscanf(Thdr_p->tbuf.t_mode, "%8o", &Gen.g_mode); in read_hdr() 7314 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o", mode); in write_hdr() 7363 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o ", mode); in write_hdr()
|