Searched refs:sec_str (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/tomllib/ |
H A D | _re.py | 64 sec_str, 74 hour, minute, sec = int(hour_str), int(minute_str), int(sec_str) 99 hour_str, minute_str, sec_str, micros_str = match.groups() 101 return time(int(hour_str), int(minute_str), int(sec_str), micros)
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 330 char *sec_str; in strtotimespec() local 336 sec_str = calloc((len - 9 + 1), sizeof(char)); in strtotimespec() 337 strncpy(sec_str, str, len - 9); in strtotimespec() 338 sec = strtoul(sec_str, NULL, 0); in strtotimespec() 341 free(sec_str); in strtotimespec()
|
Completed in 1 milliseconds