Searched refs:stdin (Results 1 - 25 of 1128) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_nr_main.c34 testin = stdin;
H A Dheader_nr_main.c32 testin = stdin;
H A Dquote_in_comment.l10 yyin = stdin;
H A Dbison_yylloc_main.c36 testset_in(stdin,scanner);
H A Dbison_yylval_main.c36 testset_in(stdin,scanner);
H A Dheader_r_main.c43 testset_in(stdin,scanner);
48 assert(fp == stdin);
H A Dtop_main.c43 testset_in(stdin,scanner);
48 assert(fp == stdin);
H A Darray_nr.l50 yyin = stdin;
H A Ddebug_nr.l46 yyin = stdin;
/netbsd-current/tests/usr.bin/tmux/
H A Dt_tmux.sh36 atf_test_case stdin
39 "when stdin(4) is closed (PR kern/46463)"
48 atf_add_test_case stdin
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-getline.c11 fclose(stdin);
12 return getline(&line, &linesz, stdin) != -1;
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dvscanf.c1 /* gmp_vscanf -- formatted input from stdin.
41 return __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
/netbsd-current/lib/libc/stdio/
H A Dgetchar.c57 FILE *fp = stdin;
69 return __sgetc(stdin);
H A Dgets.c63 FLOCKFILE(stdin);
67 FUNLOCKFILE(stdin);
77 FUNLOCKFILE(stdin);
H A Dgetwchar.c48 return fgetwc(stdin);
H A Dvwscanf.c50 return vfwscanf(stdin, fmt, ap);
57 return vfwscanf_l(stdin, loc, fmt, ap);
H A Dvscanf.c59 return __svfscanf(stdin, fmt, ap);
66 return __svfscanf_l(stdin, loc, fmt, ap);
H A Dwscanf.c53 r = vfwscanf(stdin, fmt, ap);
66 r = vfwscanf_l(stdin, loc, fmt, ap);
H A Dscanf.c63 ret = __svfscanf(stdin, fmt, ap);
75 ret = __svfscanf_l(stdin, loc, fmt, ap);
/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Duserinit.lex14 file_name = fgets(buffer,1024,stdin);
22 printf("stdin\n");
23 yyin = stdin;
/netbsd-current/games/robots/
H A Dflush_in.c52 tcflush(fileno(stdin), TCIFLUSH);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dunbuffer_output.c29 program running under a Cygwin shell/ssh, stdin is really a
33 if (!isatty (fileno (stdin)))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dunbuffer_output.c29 program running under a Cygwin shell/ssh, stdin is really a
33 if (!isatty (fileno (stdin)))
/netbsd-current/games/hack/
H A Dhack.ioctl.c82 (void) tcgetattr(fileno(stdin), &termios);
88 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/count/
H A Dcount.c31 NumRead = fread(Buffer, 1, sizeof(Buffer), stdin);
38 if (!feof(stdin)) {
39 fprintf(stderr, "%s: error reading stdin\n", argv[0]);

Completed in 168 milliseconds

1234567891011>>