Home
last modified time | relevance | path

Searched refs:got_dot (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dstrtod.c108 int got_dot = 0; in strtod() local
109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod()
112 got_dot = 1; in strtod()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dstrtod.c108 int got_dot = 0; in strtod() local
109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod()
112 got_dot = 1; in strtod()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dstrtod.c108 int got_dot = 0; in strtod() local
109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod()
112 got_dot = 1; in strtod()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dstrtod.c108 int got_dot = 0; in strtod() local
109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod()
112 got_dot = 1; in strtod()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp967 got_dot: in get_token()
1106 goto got_dot; in get_token()