Home
last modified time | relevance | path

Searched refs:FMTS_IS_STAT (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libbsdstat/
H A Dbsdstat.c63 sf->fmts[j++] = FMTS_IS_STAT; in bsdstat_setfmt()
98 if (*cp == FMTS_IS_STAT) { in bsdstat_print_header()
118 if (*cp == FMTS_IS_STAT) { in bsdstat_print_current()
139 if (*cp == FMTS_IS_STAT) { in bsdstat_print_total()
H A Dbsdstat.h82 #define FMTS_IS_STAT 0x80 /* the following two bytes are the stat id */ macro