Searched refs:inputfile (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dat.c149 FILE *inputfile; local
385 (inputfile = fopen(jobfile, "r")) == NULL) {
393 inputfile = stdin;
395 copy(jobfile, inputfile, when);
552 copy(char *jobfile, FILE *inputfile, int when) argument
577 * If the inputfile is from a tty, then turn on prompting, and
581 ttyinput = isatty(fileno(inputfile));
723 while (fgets(line, LINE_MAX, inputfile) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c176 static char *inputfile = NULL; /* name of input file */ variable
252 inputfile = optarg;
679 if ((infd = open(inputfile, O_RDONLY | O_NONBLOCK)) == -1) {
681 "can not open input file %s"), inputfile);
688 "can not stat input file %s"), inputfile);
981 if (rename(outfilename, inputfile) == -1) {
/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1160 ${GREP} -v "LDAP_SERV_SRCH_DES=" ${INPUT_FILE} > ${TMPDIR}/inputfile.noSSD
1163 . ${TMPDIR}/inputfile.noSSD
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1003 S<[ B<-b> I<body> | B<-f> I<inputfile> ]> S<[ B<-F> I<outputfile> ]>

Completed in 121 milliseconds