Searched refs:the_words (Results 1 – 1 of 1) sorted by relevance
/support/ |
A D | test-container.c | 292 ++the_words; in tokenize() 875 char *the_words[3]; in main() local 928 the_words[i], NULL); in main() 931 if (nt == 3 && the_words[2][strlen (the_words[2]) - 1] == '/') in main() 935 the_words[2] = concat (the_words[2], r + 1, NULL); in main() 937 the_words[2] = concat (the_words[2], the_words[1], NULL); in main() 947 the_words[1] = concat (so_base, the_words[1], NULL); in main() 948 copy_one_file (the_words[1], the_words[2]); in main() 952 copy_one_file (the_words[1], the_words[2]); in main() 956 if (rename (the_words[1], the_words[2]) < 0) in main() [all …]
|
Completed in 6 milliseconds