Searched refs:stdin (Results 501 - 525 of 708) sorted by relevance

<<212223242526272829

/freebsd-10.2-release/lib/libc/regex/grot/
H A Dmain.c76 regress(stdin);
/freebsd-10.2-release/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c825 if (fgets(buf, sizeof(buf), stdin) == 0)
/freebsd-10.2-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c354 Use this because readline should read from stdin, not rl_instream,
360 int ch = rl_getc (stdin);
625 DPRINT1("[read %d chars from stdin: ", count);
/freebsd-10.2-release/contrib/byacc/
H A Dmain.c323 input_file = stdin;
/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Dcalc.tab.c317 while(!feof(stdin)) {
H A Dcalc2.tab.c326 while(!feof(stdin)) {
H A Dcalc3.tab.c324 while(!feof(stdin)) {
H A Dcode_calc.code.c222 while(!feof(stdin)) {
H A Dok_syntax1.tab.c348 while(!feof(stdin)) {
H A Dpure_calc.tab.c324 while(!feof(stdin)) {
H A Dquote_calc-s.tab.c333 while(!feof(stdin)) {
H A Dquote_calc.tab.c339 while(!feof(stdin)) {
H A Dquote_calc2-s.tab.c333 while(!feof(stdin)) {
H A Dquote_calc2.tab.c339 while(!feof(stdin)) {
H A Dquote_calc3-s.tab.c334 while(!feof(stdin)) {
H A Dquote_calc3.tab.c334 while(!feof(stdin)) {
H A Dquote_calc4-s.tab.c334 while(!feof(stdin)) {
H A Dquote_calc4.tab.c334 while(!feof(stdin)) {
/freebsd-10.2-release/contrib/dialog/
H A Dui_getc.c485 if (!valid_file(stdin)
/freebsd-10.2-release/contrib/file/src/
H A Dfile.c454 f = stdin;
497 (void)printf("%s", std_in ? "/dev/stdin" : inname);
/freebsd-10.2-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp318 fp = stdin;
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dipft_tx.c97 tfp = stdin;
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipscan_y.y523 fp = stdin;
/freebsd-10.2-release/contrib/less/
H A Dlesskey.c806 desc = stdin;
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c231 send_stream = stdin;

Completed in 127 milliseconds

<<212223242526272829