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

/illumos-gate/usr/src/head/
H A Darchives.h135 t_mode[TMODLEN], /* mode of file */ member in struct:tblock::tar_hdr
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c201 char *t_mode; member in struct:types
250 comret = command("TYPE %s %s", p->t_mode, p->t_arg);
252 comret = command("TYPE %s", p->t_mode);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5900 (void) sscanf(Thdr_p->tbuf.t_mode, "%8lo",
5962 (void) sscanf(Thdr_p->tbuf.t_mode, "%lo", &Gen.g_mode);
7294 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o", (int)mode);
7344 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o ", (int)mode);

Completed in 81 milliseconds