Home
last modified time | relevance | path

Searched refs:efile (Results 1 – 6 of 6) sorted by relevance

/titanic_52/usr/src/tools/scripts/
H A Dcheckproto.sh80 efile="$p/etc/exception_list_${MACH}"
81 [ -f $efile ] && exceptions="$exceptions -e $efile"
H A Dvalidate_pkg.py705 def readexceptionfile(self, efile, arch): argument
713 excfile = open(efile)
/titanic_52/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c38 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 Dcmd3.c239 static char efile[PATHSIZE]; in schdir() local
264 nstrcpy(efile, sizeof (efile), file); in schdir()
265 editfile = efile; in schdir()
H A Dlex.c73 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 Ddiff.c1391 char *efile = which == 1 ? efile1 : efile2; in only() local
1393 (void) printf(gettext("Only in %.*s: %s\n"), efile - file - 1, file, in only()