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

  /src/games/mille/
varpush.c 87 fgets(buf, (int)sizeof(buf), stdin); local
  /src/external/apache2/llvm/dist/llvm/utils/
extract_vplan.py 24 matches = re.findall(pattern, sys.stdin.read())
37 stdin=subprocess.PIPE, variable
extract_symbols.py 34 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
36 process.stdin.close()
47 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
51 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
53 process.stdin.close()
63 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
65 process.stdin.close()
93 stdout=subprocess.PIPE, stdin=subprocess.PIPE,
95 process.stdin.close()
365 # want the process to wait for something on stdin
368 stdin=subprocess.PIPE, variable
    [all...]
  /src/sys/arch/shark/stand/ofwboot/
Locore.c 504 static int stdin; variable
516 if (OF_getprop(chosen, "stdin", buf, sizeof(buf)) != sizeof(buf))
518 stdin = of_decode_int(buf);
541 while ((l = OF_read(stdin, &ch, 1)) != 1)
  /src/sys/dev/ofw/
ofcons.c 62 static int stdin, stdout; variable
106 return OF_instance_to_package(stdin) == oba->oba_phandle
259 while (OF_read(stdin, &ch, 1) > 0) {
272 if (stdin)
276 if (OF_getprop(chosen, "stdin", stdinbuf, sizeof stdinbuf) !=
283 stdin = of_decode_int(stdinbuf);
313 while ((l = OF_read(stdin, &ch, 1)) != 1)
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 179 # if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
181 # undef stdin macro
185 # define stdin (&__iob_func()[0]) macro
189 # undef stdin macro
200 # define stdin (&_imp___iob[0]) macro
  /src/sys/arch/ofppc/stand/ofwboot/
Locore.c 516 static int stdin; variable
526 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) !=
527 sizeof(stdin) ||
557 while ((l = OF_read(stdin, &ch, 1)) != 1)
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 110 #if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
112 #undef stdin macro
116 #define stdin (&__iob_func()[0]) macro
  /src/crypto/external/bsd/openssl/dist/
e_os.h 141 # if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
143 # undef stdin macro
147 # define stdin (&__iob_func()[0]) macro
  /src/external/bsd/cron/dist/
crontab.c 258 NewCrontab = stdin;
533 (void)fpurge(stdin);
537 (void) fgets(q, (int)sizeof(q), stdin); local
676 /* This does not work for stdin, so we'll also check later */
  /src/include/
stdio.h 216 #define stdin (&__sF[0]) macro
498 #define getchar() getc(stdin)
524 #define getchar_unlocked() getc_unlocked(stdin)
  /src/sys/arch/macppc/dev/
zs.c 854 static int stdin, stdout; variable
939 OF_read(stdin, &ch, 1);
1001 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1)
1006 if ((pkg = OF_instance_to_package(stdin)) == -1)
1030 if ((escc_ch = OF_instance_to_package(stdin)) == -1)
1067 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1
    [all...]
  /src/sbin/resize_ffs/
resize_ffs.c 2206 fgets(reply, (int)sizeof(reply), stdin); local

Completed in 56 milliseconds