Searched refs:t_mode (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | archives.h | 135 t_mode[TMODLEN], /* mode of file */ member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 201 char *t_mode; member 250 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in settype() 252 comret = command("TYPE %s", p->t_mode); in settype()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 5900 (void) sscanf(Thdr_p->tbuf.t_mode, "%8lo", in read_hdr() 5962 (void) sscanf(Thdr_p->tbuf.t_mode, "%lo", &Gen.g_mode); in read_hdr() 7294 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o", (int)mode); in write_hdr() 7344 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o ", (int)mode); in write_hdr()
|