Searched refs:STRBUF_SIZEOF (Results 1 – 1 of 1) sorted by relevance
67 #define STRBUF_SIZEOF(t) (1 + CHAR_BIT * sizeof(t) / 3 + 1) macro556 char buf[STRBUF_SIZEOF(u_quad_t) + 1]; in display()557 char ngroup[STRBUF_SIZEOF(uid_t) + 1]; in display()558 char nuser[STRBUF_SIZEOF(gid_t) + 1]; in display()