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

Lines Matching defs:strtod

1128 #   define strtod rpl_strtod
1130 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
1132 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
1135 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
1138 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
1140 _GL_CXXALIASWARN (strtod);
1142 # undef strtod
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
1145 "use gnulib module strtod for portability");