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

  /src/usr.bin/stat/
stat.c 510 #define fmtcase(x, y) case (y): (x) = (y); statfmt++; break macro
525 fmtcase(hilo, HIGH_PIECE);
526 fmtcase(hilo, MIDDLE_PIECE);
527 fmtcase(hilo, LOW_PIECE);
534 fmtcase(what, SHOW_realpath);
535 fmtcase(what, SHOW_st_dev);
536 fmtcase(what, SHOW_st_ino);
537 fmtcase(what, SHOW_st_mode);
538 fmtcase(what, SHOW_st_nlink);
539 fmtcase(what, SHOW_st_uid)
    [all...]
stat.c 510 #define fmtcase(x, y) case (y): (x) = (y); statfmt++; break macro
525 fmtcase(hilo, HIGH_PIECE);
526 fmtcase(hilo, MIDDLE_PIECE);
527 fmtcase(hilo, LOW_PIECE);
534 fmtcase(what, SHOW_realpath);
535 fmtcase(what, SHOW_st_dev);
536 fmtcase(what, SHOW_st_ino);
537 fmtcase(what, SHOW_st_mode);
538 fmtcase(what, SHOW_st_nlink);
539 fmtcase(what, SHOW_st_uid)
    [all...]

Completed in 23 milliseconds