Searched defs:readfile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c205 readfile(int fd, int print) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c157 static int readfile __P((char **, option_t *));
271 { "file", o_special, (void *)readfile,
1484 * readfile - take commands from a file.
1488 readfile(argv, opt) function
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c69 boolean_t readfile = B_FALSE; /* cmds are being read from a file */ variable
73 jmp_buf env; /* for error recovery in interactive/readfile modes */
79 * Print errno and exit if cmdline or readfile, reset state if interactive
89 if (readfile) {
92 if (interactive && !readfile)
99 * readfile, or reset state if interactive.
111 if (readfile)
117 if (interactive && !readfile)
638 readfile = B_TRUE;
714 if (readfile)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c3580 boolean_t dosave = B_FALSE, readfile = B_FALSE; local
3675 readfile = B_TRUE;
3678 if (readfile)
3724 if ((my_fmri != NULL) && readfile) {

Completed in 59 milliseconds