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

Lines Matching refs:strtoimax

1396 #   undef strtoimax
1397 # define strtoimax rpl_strtoimax
1399 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1401 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
1404 # undef strtoimax
1405 _GL_FUNCDECL_SYS (strtoimax, intmax_t,
1408 _GL_CXXALIAS_SYS (strtoimax, intmax_t, (const char *, char **, int));
1410 _GL_CXXALIASWARN (strtoimax);
1412 # undef strtoimax
1414 _GL_WARN_ON_USE (strtoimax, "strtoimax is unportable - "
1415 "use gnulib module strtoimax for portability");