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

/illumos-gate/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.py703 def readexceptionfile(self, efile, arch):
711 excfile = open(efile)
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c38 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/mailx/
H A Dlex.c73 static char efile[PATHSIZE]; local
193 nstrcpy(efile, PATHSIZE, name);
194 editfile = efile;
H A Dcmd3.c239 static char efile[PATHSIZE]; local
264 nstrcpy(efile, sizeof (efile), file);
265 editfile = efile;
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1391 char *efile = which == 1 ? efile1 : efile2; local
1393 (void) printf(gettext("Only in %.*s: %s\n"), efile - file - 1, file,

Completed in 107 milliseconds