Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Darchives.h133 t_mode[TMODLEN], /* mode of file */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c198 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 Dcpio.c5911 (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()