Searched defs:efile (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | lex.c | 73 static char efile[PATHSIZE]; local 193 nstrcpy(efile, PATHSIZE, name); 194 editfile = efile;
|
H A D | cmd3.c | 239 static char efile[PATHSIZE]; local 264 nstrcpy(efile, sizeof (efile), file); 265 editfile = efile;
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 38 char *efile; variable 726 if (efile != NULL) { 727 (void) unlink(efile); 728 free(efile); 729 efile = NULL; 755 myasprintf(&efile, "%s/compile_test.exe", d); 790 compilers[i], MFLAG, cfile, efile); 799 rv = system(efile);
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 1391 char *efile = which == 1 ? efile1 : efile2; local 1393 (void) printf(gettext("Only in %.*s: %s\n"), efile - file - 1, file,
|
Completed in 628 milliseconds