Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_uintmaxtostr.h61 #define __UIM_BUFLEN_INT 7 /* 10 digits + 1 nul + 1 sign */ macro
63 #define __UIM_BUFLEN_INT 12 /* 10 digits + 1 nul + 1 sign */ macro
103 #define __BUFLEN_INT10TOSTR __UIM_BUFLEN_INT
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A D_syserrmsg.h31 #if _SYS_ERRMSG_MAXLEN < __UIM_BUFLEN_INT + 14
32 # define _STRERROR_BUFSIZE (__UIM_BUFLEN_INT + 14)
A Dstrsignal.c29 #if _SYS_SIGMSG_MAXLEN < __UIM_BUFLEN_INT + 15
30 # define _STRSIGNAL_BUFSIZE (__UIM_BUFLEN_INT + 15)

Completed in 5 milliseconds