Home | History | Annotate | Download | only in updater

Lines Matching refs:sec_str

361     char* sec_str;
362 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) {
367 int sec = strtol(sec_str, NULL, 10);
372 free(sec_str);