Searched defs:strtoumax (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtoumax.c39 strtoumax(const char *nptr, char **endptr, int base) function
47 * 32-bit shadow function of strtoumax.
/illumos-gate/usr/src/head/
H A Dinttypes.h92 #pragma redefine_extname strtoumax _strtoumax_c89
99 #define strtoumax _strtoumax_c89 macro
112 extern uintmax_t strtoumax(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
/illumos-gate/usr/src/man/man3c/
H A DMakefile1245 strtoumax.3c \
2311 strtoumax.3c := LINKSRC = strtoimax.3c

Completed in 62 milliseconds