Lines Matching refs:end
117 char* end;
118 double num = strtod_l(str, &end, loc);
120 if (strcmp(end, str1)) {
136 char* end;
137 double num = strtod_l(str, &end, loc);
139 if (strcmp(end, str1)) {
155 char* end;
156 double num = strtod_l(str, &end, loc);
158 if (strcmp(end, str1)) {
174 char* end;
175 double num = strtod_l(str, &end, loc);
177 if (strcmp(end, str1)) {
193 char* end;
194 double num = strtod_l(str, &end, loc);
196 if (strcmp(end, str1)) {
211 char* end;
212 double num = strtod_l(str, &end, loc);
226 char* end;
227 double num = strtod_l(str, &end, loc);
242 char* end;
243 double num = strtod_l(str, &end, loc);
245 if (strcmp(end, str1)) {
260 char* end;
261 double num = strtod_l(str, &end, loc);
275 char* end;
276 double num = strtod_l(str, &end, loc);
292 char* end;
293 double num = strtod_l(str, &end, loc);
311 char* end;
312 double num = strtod_l(str, &end, loc);
314 if (strcmp(end, str1)) {
329 char* end;
330 double num = strtod_l(str, &end, loc);
345 char* end;
346 double num = strtod_l(str, &end, loc);
348 if (strcmp(end, str1)) {
366 char* end;
367 double num = strtod_l(str, &end, loc);
369 if (strcmp(end, str1)) {
385 char* end;
386 double num = strtod_l(str, &end, loc);
388 if (strcmp(end, str1)) {