Searched refs:efile (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 39 char *efile; variable 730 if (efile != NULL) { in cleanup() 731 (void) unlink(efile); in cleanup() 732 free(efile); in cleanup() 733 efile = NULL; in cleanup() 759 myasprintf(&efile, "%s/compile_test.exe", d); in mkworkdir() 777 cc, MFLAG, cfile, efile); in test_compiler() 786 rv = system(efile); in test_compiler()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd3.c | 237 static char efile[PATHSIZE]; in schdir() local 262 nstrcpy(efile, sizeof (efile), file); in schdir() 263 editfile = efile; in schdir()
|
H A D | lex.c | 72 static char efile[PATHSIZE]; in setfile() local 192 nstrcpy(efile, PATHSIZE, name); in setfile() 193 editfile = efile; in setfile()
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 728 def readexceptionfile(self, efile, arch): argument 736 excfile = open(efile)
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 1402 char *efile = which == 1 ? efile1 : efile2; in only() local 1404 (void) printf(gettext("Only in %.*s: %s\n"), efile - file - 1, file, in only()
|