Searched refs:off_str (Results 1 – 2 of 2) sorted by relevance
86 char *off_str, *len_str; in push_segment() local91 off_str = strtok(optarg, ":"); in push_segment()94 if (off_str == NULL || len_str == NULL) in push_segment()97 off = strtoull(off_str, NULL, 0); in push_segment()
195 static char off_str[] = "off"; in main() local203 off_str, in main()