Searched refs:argv_from_file0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/sort/
H A Dsort.c121 static char **argv_from_file0; variable
250 argv_from_file0 = sort_realloc(argv_from_file0,
252 if (argv_from_file0 == NULL)
254 argv_from_file0[argc_from_file0 - 1] =
1204 if (argv_from_file0) {
1206 argv = argv_from_file0;

Completed in 95 milliseconds