Searched refs:stdin (Results 51 - 75 of 377) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dopen-catalog.c53 if (strcmp (input_name, "-") == 0 || strcmp (input_name, "/dev/stdin") == 0)
55 *real_file_name_p = xstrdup (_("<stdin>"));
56 return stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload_main.c50 if (freopen(optarg, "r", stdin) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c95 if (fgets(opbuf, sizeof(opbuf), stdin) == NULL)
101 if (fgets(objbuf, sizeof(objbuf), stdin) == NULL)
110 sizeof(lockbuf), stdin) == NULL)
142 sizeof(objbuf), stdin) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr021/
H A Dt.c16 if (freopen(f, "r", stdin) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md2/
H A Dmd2.c76 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md4/
H A Dmd4.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md5/
H A Dmd5.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ripemd/
H A Drmd160.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/sha/
H A Dsha.c75 do_fp(stdin);
H A Dsha1.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A Drmd160.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha.c75 do_fp(stdin);
H A Dsha1.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_lock.c70 fclose(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmd4.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md2/
H A Dmd2.c76 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A Dmd5.c78 do_fp(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_user.c58 int stdin; member in struct:slip_pre_exec_data
67 if(data->stdin >= 0) dup2(data->stdin, 0);
85 pe_data.stdin = fd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/zorro/
H A Dgen-devlist.c44 while (fgets(line, sizeof(line)-1, stdin)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dhex2hex.c2 * hex2hex reads stdin in Intel HEX format and produces an
86 l = loadhex(stdin, buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Ddos2unix.c10 * dos2unix filters reading input from stdin and writing output to stdout.
22 /* if fn is NULL then input is stdin and output is stdout */
29 in = stdin;
H A Dhead.c117 if (fp == stdin) {
H A Dtee.c84 /* Now we need to check for i/o errors on stdin and the various
87 * setting the first entry to stdin and checking stdout error
93 files[0] = stdin;
96 * If we do, remember not to close stdin! */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Dchpasswd.c38 while ((name = xmalloc_getline(stdin)) != NULL) {

Completed in 142 milliseconds

1234567891011>>