HomeSort by: relevance | last modified time | path
    Searched refs:f_mode (Results 1 - 3 of 3) 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) {
  /src/sys/external/bsd/drm2/dist/drm/
drm_file.c 381 filp->f_mode |= FMODE_UNSIGNED_OFFSET;

Completed in 96 milliseconds