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

/illumos-gate/usr/src/cmd/split/
H A Dsplit.c71 char *output_file_name; local
194 output_file_name = argv[optind];
195 if ((tail = strrchr(output_file_name, '/')) == NULL) {
196 tail = output_file_name;
200 (void) strcpy(head, output_file_name);
217 output_file_name = "x";
220 if (((int)strlen(output_file_name) + suffix_length) > FILENAME_MAX) {
237 * big enough to hold the name in 'output_file_name' + an n-char
240 if ((fname = (char *)malloc(strlen(output_file_name) +
247 for (i = 0; output_file_name[
[all...]

Completed in 54 milliseconds