Searched refs:efile (Results 1 – 6 of 6) sorted by relevance
/titanic_52/usr/src/tools/scripts/ |
H A D | checkproto.sh | 80 efile="$p/etc/exception_list_${MACH}" 81 [ -f $efile ] && exceptions="$exceptions -e $efile"
|
H A D | validate_pkg.py | 705 def readexceptionfile(self, efile, arch): argument 713 excfile = open(efile)
|
/titanic_52/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 38 char *efile; variable 726 if (efile != NULL) { in cleanup() 727 (void) unlink(efile); in cleanup() 728 free(efile); in cleanup() 729 efile = NULL; in cleanup() 755 myasprintf(&efile, "%s/compile_test.exe", d); in mkworkdir() 790 compilers[i], MFLAG, cfile, efile); in find_compiler() 799 rv = system(efile); in find_compiler()
|
/titanic_52/usr/src/cmd/mailx/ |
H A D | cmd3.c | 239 static char efile[PATHSIZE]; in schdir() local 264 nstrcpy(efile, sizeof (efile), file); in schdir() 265 editfile = efile; in schdir()
|
H A D | lex.c | 73 static char efile[PATHSIZE]; in setfile() local 193 nstrcpy(efile, PATHSIZE, name); in setfile() 194 editfile = efile; in setfile()
|
/titanic_52/usr/src/cmd/diff/ |
H A D | diff.c | 1391 char *efile = which == 1 ? efile1 : efile2; in only() local 1393 (void) printf(gettext("Only in %.*s: %s\n"), efile - file - 1, file, in only()
|