Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
186 * file - filename part
190 split(arg, sys, fwd, file)
191 char *arg, *sys, *fwd, *file;
199 *sys = *file = NULLCHAR;
203 /* uux can use parentheses for output file names */
208 (void) strncpy(file, arg, c-arg);
209 file[c-arg] = NULLCHAR;
220 (void) wcstombs(file, n, MAXFULLNAME);
245 (void) wcstombs(file, cr+1, MAXFULLNAME);