HomeSort by: relevance | last modified time | path
    Searched refs:fdin (Results 1 - 15 of 15) 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/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/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/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/lib/libedit/
el.c 74 int fdin, int fdout, int fderr, int flags)
85 el->el_infd = fdin;
126 int fdin, int fdout, int fderr)
128 return el_init_internal(prog, fin, fout, ferr, fdin, fdout, fderr, 0);
  /src/external/bsd/ntp/dist/sntp/libopts/
makeshell.c 183 * The "fdin" is the read end of a pipe to a forked process that
191 * @param[in] fdin the input end of a pipe
194 emit_var_text(char const * prog, char const * var, int fdin)
196 FILE * fp = fdopen(fdin, "r" FOPEN_BINARY_FLAG);
proto.h 265 emit_var_text(char const * prog, char const * var, int fdin);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1684 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \
1685 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \
1687 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \
1688 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \
2969 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len,
2971 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
linux_syscall_hooks.h 1692 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \
1693 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \
1695 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \
1696 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \
2984 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len,
2986 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,
  /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 93 milliseconds