Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:strtoumax

1421 #  undef strtoumax
1422 _GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1425 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int));
1426 _GL_CXXALIASWARN (strtoumax);
1428 # undef strtoumax
1430 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
1431 "use gnulib module strtoumax for portability");