Searched refs:sec_str (Results 1 – 1 of 1) sorted by relevance
330 char *sec_str; in strtotimespec() local336 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()