Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dls.c69 #define STRBUF_SIZEOF(t) (1 + CHAR_BIT * sizeof(t) / 3 + 1) macro
724 char ngroup[STRBUF_SIZEOF(uid_t) + 1]; in display()
725 char nuser[STRBUF_SIZEOF(gid_t) + 1]; in display()