Lines Matching refs:s

165 	char *s;  in strptime_l()  local
206 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
207 if (s == buf) in strptime_l()
210 buf = s; in strptime_l()
214 s = strptime_l (buf, _ctloc (c_fmt), timeptr, locale); in strptime_l()
215 if (s == NULL) in strptime_l()
217 buf = s; in strptime_l()
221 s = strptime_l (buf, "%m/%d/%y", timeptr, locale); in strptime_l()
222 if (s == NULL) in strptime_l()
224 buf = s; in strptime_l()
229 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
230 if (s == buf) in strptime_l()
233 buf = s; in strptime_l()
237 s = strptime_l (buf, "%Y-%m-%d", timeptr, locale); in strptime_l()
238 if (s == NULL || s == buf) in strptime_l()
240 buf = s; in strptime_l()
245 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
246 if (s == buf) in strptime_l()
249 buf = s; in strptime_l()
253 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
254 if (s == buf) in strptime_l()
260 buf = s; in strptime_l()
263 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
264 if (s == buf) in strptime_l()
267 buf = s; in strptime_l()
271 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
272 if (s == buf) in strptime_l()
275 buf = s; in strptime_l()
279 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
280 if (s == buf) in strptime_l()
283 buf = s; in strptime_l()
303 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
304 if (s == buf) in strptime_l()
307 buf = s; in strptime_l()
311 s = strptime_l (buf, _ctloc (ampm_fmt), timeptr, locale); in strptime_l()
312 if (s == NULL) in strptime_l()
314 buf = s; in strptime_l()
317 s = strptime_l (buf, "%H:%M", timeptr, locale); in strptime_l()
318 if (s == NULL) in strptime_l()
320 buf = s; in strptime_l()
330 sec = strtoll_l (buf, &s, 10, locale); in strptime_l()
332 if (s == buf in strptime_l()
338 buf = s; in strptime_l()
343 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
344 if (s == buf) in strptime_l()
347 buf = s; in strptime_l()
356 s = strptime_l (buf, "%H:%M:%S", timeptr, locale); in strptime_l()
357 if (s == NULL) in strptime_l()
359 buf = s; in strptime_l()
362 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
363 if (s == buf) in strptime_l()
366 buf = s; in strptime_l()
370 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
371 if (s == buf) in strptime_l()
374 buf = s; in strptime_l()
378 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
379 if (s == buf) in strptime_l()
382 buf = s; in strptime_l()
386 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
387 if (s == buf) in strptime_l()
390 buf = s; in strptime_l()
394 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
395 if (s == buf) in strptime_l()
398 buf = s; in strptime_l()
402 s = strptime_l (buf, _ctloc (x_fmt), timeptr, locale); in strptime_l()
403 if (s == NULL) in strptime_l()
405 buf = s; in strptime_l()
409 s = strptime_l (buf, _ctloc (X_fmt), timeptr, locale); in strptime_l()
410 if (s == NULL) in strptime_l()
412 buf = s; in strptime_l()
415 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
416 if (s == buf) in strptime_l()
422 buf = s; in strptime_l()
426 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
427 if (s == buf) in strptime_l()
430 buf = s; in strptime_l()