Searched refs:line (Results 1 – 2 of 2) sorted by relevance
19 char line[MAX_LINE_SIZE + 1]; in do_test() local24 while (count < MAX_STRINGS && fgets (line, MAX_LINE_SIZE, stdin) != NULL) in do_test()26 n = strlen (line) - 1; in do_test()28 if (line[n] == '\n') in do_test()29 line[n] = '\0'; in do_test()31 str[count] = strdup (line); in do_test()
26 char line[] = "udf 75868 1 - Live 0xffffffffa0bfb000\n"; in test_main() local34 tok = strtok_r (line, " \t", saveptrp); in test_main()
Completed in 4 milliseconds