Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/scripts/
H A Dvalidate_flg.pl64 my ($expfile, $newpath, $line, $cont, $firstline, $text);
97 next if !defined($expfile = expand($1));
98 warn "$fname:$firstline: $1 isn't a file\n" if ! -f $expfile;
101 next if !defined($expfile = expand($dir));
102 if (! -d $expfile) {
104 } elsif ($isincflg && $expfile eq $dname) {
106 } elsif (sccs_empty($1, $expfile)) {
112 next if !defined($expfile = expand($1));
113 if (-f $expfile) {
114 push @execlist, $expfile, "$newpath:$firstline";
/titanic_41/usr/src/cmd/bnu/
H A DMakefile.inc30 expfile.c fio.c gename.c getargs.c getopt.c getprm.c \
58 OTHEROBJS = utility.o cpmv.o expfile.o gename.o getpwinfo.o \
95 uustat.cat := POBJS = uustat.o gnamef.o expfile.o uucpdefs.o \
102 uusched.cat := POBJS = uusched.o gnamef.o expfile.o uucpdefs.o \
108 uucleanup.cat := POBJS = uucleanup.o gnamef.o expfile.o uucpdefs.o \
114 uuglist.o uucpdefs.o expfile.o uucpname.o $(GETOPT)
119 expfile.o gename.o gnamef.o gtcfile.o logent.o \
H A Dexpfile.c47 expfile(file) in expfile() function
142 if (expfile(file) == 0)
H A Duuxqt.c390 expfile(rqfile);
467 expfile(ffile); in mv_Xfiles()
615 expfile(rqtcmd); in chkpart()
626 expfile(rqtcmd); in chkpart()
704 expfile(file); in doFileChk()
897 expfile(fin);
914 expfile(fout);
928 expfile(ferr);
1303 expfile(file);
H A Dcntrl.c59 extern int wmesg(), rmesg(), expfile(), putinpub(), stptcl();
330 expfile(filename); in cntrl()
399 expfile(filename); in cntrl()
775 expfile(filename); in cntrl()
1195 expfile(filename); in cntrl()
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y131 FILE *expfile; variable
321 return(getc(expfile)); in mgetc()
684 expfile = fopen(optarg, "r"); in main()
685 if(expfile == NULL) { in main()