HomeSort by: relevance | last modified time | path
    Searched defs:fdin (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/nsd/dist/
popen3.c 31 int fdin[] = { -1, -1 }; local
43 if(fdinptr != NULL && pipe(fdin) == -1) {
81 if(dup2(fdin[0], 0) == -1) {
84 close_pipe(fdin);
129 close(fdin[0]);
130 *fdinptr = fdin[1];
146 close_pipe(fdin);
verify.c 419 int fdin, fderr, fdout, flags; local
426 fdin = fdout = fderr = -1;
458 fdin = zone->opts->pattern->verifier_feed_zone ? -2 : -1;
460 fdin = nsd->options->verifier_feed_zone ? -2 : -1;
466 setenv("VERIFY_ZONE_ON_STDIN", fdin == -2 ? "yes" : "no", 1);
469 command, fdin == -2 ? &fdin : NULL, &fdout, &fderr);
489 if (fdin >= 0) {
490 if ((fin = fdopen(fdin, "w")) == NULL) {
608 } else if (fdin >= 0)
    [all...]
  /src/sys/arch/i386/stand/misc/
rawrite.c 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local
135 if ((fdin = open(fname, O_RDONLY)) <= 0) {
161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
174 if (eof(fdin)) {
  /src/crypto/dist/ipsec-tools/src/racoon/
plainrsa-gen.c 231 int c, fd = -1, fdin = -1; local
274 fdin = open(finput, O_RDONLY | O_NOFOLLOW);
275 if (fdin < 0) {
282 fpin = fdopen(fdin, "r");
285 close(fdin);
  /src/sys/arch/acorn32/mainbus/
fdreg.h 58 #define fdin 7 /* Digital Input Register (R) */ macro
  /src/sys/arch/atari/dev/
hdfdreg.h 71 #define fdin 0x60 /* Digital Input Register (R) */ macro
  /src/sys/dev/isa/
fdreg.h 59 #define fdin 5 /* Digital Input Register (R) */ macro
  /src/external/gpl2/xcvs/dist/src/
filesubr.c 44 int fdin, fdout; local
74 if ((fdin = open (from, O_RDONLY)) < 0)
76 if (fstat (fdin, &sb) < 0)
87 n = read (fdin, buf, sizeof(buf));
105 if (close (fdin) < 0)
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 78 int fdout, fdin; member in struct:pidpair
480 int fdout[2], fdin[2]; local
485 pipe(fdin);
491 dup2(fdin[1], 1);
499 pids[npids].fdin = fdin[0];
545 close(pids[i].fdin);
580 read(pp->fdin, &c, 1);
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 4158 long fdin - tbl_unsupp # 44: fdmove
8462 # fdin(): emulates the fdmove instruction #
8498 global fdin
8499 fdin: label
fpsp.s 11488 long fdin - tbl_unsupp # 44: fdmove
12030 # fdin(): emulates the fdmove instruction #
12066 global fdin
12067 fdin: label

Completed in 33 milliseconds