Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-common.c330 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()