Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dnetname.c69 #define INT_STRLEN_MAXIMUM(type) \ macro
105 if (strlen(domain) + 1 + INT_STRLEN_MAXIMUM(u_long) + 1 + strlen(OPSYS) > MAXNETNAMELEN) { in user2netname()
/freebsd/contrib/tzcode/
H A Dasctime.c53 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1];
89 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r()
H A Dstrftime.c320 char buf[INT_STRLEN_MAXIMUM( in _fmt()
612 char buf[INT_STRLEN_MAXIMUM(int) + 1]; in _conv()
H A Dprivate.h906 #define INT_STRLEN_MAXIMUM(type) \
883 #define INT_STRLEN_MAXIMUM( global() macro
/freebsd/usr.bin/nl/
H A Dnl.c80 #define INT_STRLEN_MAXIMUM \ macro
253 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */ in main()
/freebsd/lib/libc/stdtime/
H A Dstrftime.c300 char buf[INT_STRLEN_MAXIMUM( in _fmt()
578 char buf[INT_STRLEN_MAXIMUM(int) + 1]; in _conv()