Home
last modified time | relevance | path

Searched refs:fail_pos_1 (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c298 gchar *fail_pos_1;
305 fail_pos_1 = NULL;
308 val_1 = strtod (nptr, &fail_pos_1);
310 if (fail_pos_1 && fail_pos_1[0] != 0)
313 if (!fail_pos_1 || fail_pos_1[0] == 0 || fail_pos_1 >= fail_pos_2)
316 *endptr = fail_pos_1;
/third_party/glib/glib/
Dgstrfuncs.c669 gchar *fail_pos_1; in g_strtod() local
676 fail_pos_1 = NULL; in g_strtod()
679 val_1 = strtod (nptr, &fail_pos_1); in g_strtod()
681 if (fail_pos_1 && fail_pos_1[0] != 0) in g_strtod()
684 if (!fail_pos_1 || fail_pos_1[0] == 0 || fail_pos_1 >= fail_pos_2) in g_strtod()
687 *endptr = fail_pos_1; in g_strtod()