Searched refs:stdin (Results 176 - 200 of 708) sorted by relevance

1234567891011>>

/freebsd-10.2-release/usr.bin/head/
H A Dhead.c117 head(stdin, linecnt);
119 head_bytes(stdin, bytecnt);
/freebsd-10.2-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp61 if (!fgets(InputString, sizeof(InputString), stdin))
/freebsd-10.2-release/contrib/ntp/lib/isc/win32/
H A Dkeyboard.c43 fd = _fileno(stdin);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py10 text = sys.stdin.readlines()
/freebsd-10.2-release/contrib/unvis/
H A Dunvis.c103 process(stdin, "<stdin>", eflags);
/freebsd-10.2-release/crypto/openssl/crypto/md2/
H A Dmd2.c75 do_fp(stdin);
/freebsd-10.2-release/crypto/openssl/crypto/md4/
H A Dmd4.c77 do_fp(stdin);
/freebsd-10.2-release/crypto/openssl/crypto/md5/
H A Dmd5.c77 do_fp(stdin);
/freebsd-10.2-release/crypto/openssl/crypto/ripemd/
H A Drmd160.c77 do_fp(stdin);
/freebsd-10.2-release/crypto/openssl/crypto/sha/
H A Dsha.c74 do_fp(stdin);
H A Dsha1.c77 do_fp(stdin);
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dauthenc.c102 res = fgets(result, length, stdin);
/freebsd-10.2-release/lib/libc/quad/TESTS/
H A Ddivrem.c57 if (fgets(buf, sizeof buf, stdin) == NULL)
/freebsd-10.2-release/sbin/fsck_msdosfs/
H A Dmain.c151 if (feof(stdin))
/freebsd-10.2-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c144 make_keys(stdin, stdout);
/freebsd-10.2-release/contrib/byacc/test/
H A Dcalc.y71 while(!feof(stdin)) {
H A Dcalc2.y85 while(!feof(stdin)) {
H A Dcalc3.y88 while(!feof(stdin)) {
H A Dcode_calc.y77 while(!feof(stdin)) {
H A Derr_syntax27.y88 while(!feof(stdin)) {
H A Dpure_calc.y81 while(!feof(stdin)) {
H A Dquote_calc.y78 while(!feof(stdin)) {
H A Dquote_calc2.y78 while(!feof(stdin)) {
H A Dquote_calc3.y78 while(!feof(stdin)) {
H A Dquote_calc4.y78 while(!feof(stdin)) {

Completed in 209 milliseconds

1234567891011>>