HomeSort by: relevance | last modified time | path
    Searched refs:stdin (Results 1 - 25 of 1129) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/flex/dist/tests/
bison_nr_main.c 34 testin = stdin;
header_nr_main.c 32 testin = stdin;
quote_in_comment.l 10 yyin = stdin;
bison_yylloc_main.c 36 testset_in(stdin,scanner);
bison_yylval_main.c 36 testset_in(stdin,scanner);
array_nr.l 50 yyin = stdin;
c_cxx_nr.lll 51 testin = stdin;
debug_nr.l 46 yyin = stdin;
  /src/tests/usr.bin/tmux/
t_tmux.sh 36 atf_test_case stdin
39 "when stdin(4) is closed (PR kern/46463)"
48 atf_add_test_case stdin
  /src/external/bsd/mdocml/dist/
test-getline.c 11 fclose(stdin);
12 return getline(&line, &linesz, stdin) != -1;
  /src/external/lgpl3/gmp/dist/scanf/
vscanf.c 1 /* gmp_vscanf -- formatted input from stdin.
41 return __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
  /src/lib/libc/stdio/
getchar.c 57 FILE *fp = stdin;
69 return __sgetc(stdin);
gets.c 63 FLOCKFILE(stdin);
67 FUNLOCKFILE(stdin);
77 FUNLOCKFILE(stdin);
getwchar.c 48 return fgetwc(stdin);
vscanf.c 59 return __svfscanf(stdin, fmt, ap);
66 return __svfscanf_l(stdin, loc, fmt, ap);
vwscanf.c 50 return vfwscanf(stdin, fmt, ap);
57 return vfwscanf_l(stdin, loc, fmt, ap);
scanf.c 63 ret = __svfscanf(stdin, fmt, ap);
75 ret = __svfscanf_l(stdin, loc, fmt, ap);
wscanf.c 53 r = vfwscanf(stdin, fmt, ap);
66 r = vfwscanf_l(stdin, loc, fmt, ap);
  /src/games/robots/
flush_in.c 52 tcflush(fileno(stdin), TCIFLUSH);
  /src/external/bsd/flex/dist/examples/manual/
userinit.lex 14 file_name = fgets(buffer,1024,stdin);
22 printf("stdin\n");
23 yyin = stdin;
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
unbuffer_output.c 29 program running under a Cygwin shell/ssh, stdin is really a
33 if (!isatty (fileno (stdin)))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
unbuffer_output.c 29 program running under a Cygwin shell/ssh, stdin is really a
33 if (!isatty (fileno (stdin)))
  /src/games/hack/
hack.ioctl.c 82 (void) tcgetattr(fileno(stdin), &termios);
88 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
  /src/usr.bin/make/unit-tests/
directive-for-null.exp 1 make: (stdin):2: Zero byte read from file
  /src/external/apache2/llvm/dist/llvm/utils/count/
count.c 31 NumRead = fread(Buffer, 1, sizeof(Buffer), stdin);
38 if (!feof(stdin)) {
39 fprintf(stderr, "%s: error reading stdin\n", argv[0]);

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>