Searched refs:inputfile (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 177 static char *inputfile = NULL; /* name of input file */ variable 253 inputfile = optarg; 680 if ((infd = open(inputfile, O_RDONLY | O_NONBLOCK)) == -1) { 682 "can not open input file %s"), inputfile); 689 "can not stat input file %s"), inputfile); 981 if (rename(outfilename, inputfile) == -1) {
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | at.c | 150 FILE *inputfile; local 386 (inputfile = fopen(jobfile, "r")) == NULL) { 394 inputfile = stdin; 396 copy(jobfile, inputfile, when); 570 copy(char *jobfile, FILE *inputfile, int when) argument 592 * If the inputfile is from a tty, then turn on prompting, and 596 ttyinput = isatty(fileno(inputfile)); 719 while (fgets(line, LINE_MAX, inputfile) != NULL) {
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 1160 ${GREP} -v "LDAP_SERV_SRCH_DES=" ${INPUT_FILE} > ${TMPDIR}/inputfile.noSSD 1163 . ${TMPDIR}/inputfile.noSSD
|
Completed in 71 milliseconds