HomeSort by: relevance | last modified time | path
    Searched defs:f_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
gen_subs.c 113 char f_mode[MODELEN]; local in function:ls_list
130 strmode(sbp->st_mode, f_mode);
141 (void)fprintf(fp, "%s%2lu %-*s %-*s ", f_mode,
177 char f_mode[MODELEN]; local in function:ls_tty
180 strmode(arcn->sb.st_mode, f_mode);
181 tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
  /src/libexec/tftpd/
tftpd.c 130 const char *f_mode; member in struct:formats
138 { .f_mode = NULL }
680 for (pf = formats; pf->f_mode; pf++)
681 if (strcmp(pf->f_mode, mode) == 0)
683 if (pf->f_mode == 0) {

Completed in 32 milliseconds