Home
last modified time | relevance | path

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

/string/
A Dtst-svc.c19 char line[MAX_LINE_SIZE + 1]; in do_test() local
24 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()
A Dtst-strtok_r.c26 char line[] = "udf 75868 1 - Live 0xffffffffa0bfb000\n"; in test_main() local
34 tok = strtok_r (line, " \t", saveptrp); in test_main()

Completed in 4 milliseconds