Searched refs:efile (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/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 | 703 def readexceptionfile(self, efile, arch): 711 excfile = open(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/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/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 124 milliseconds