Searched refs:fopen (Results 1 - 25 of 745) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dwfopen.c14 FILE *fp = fopen(path, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfopen.c28 #undef fopen macro
35 return fopen (filename, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfopen.c28 #undef fopen macro
35 return fopen (filename, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fopen.c38 ASSERT (fopen ("/dev/null", "r") != NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dipforward_proc.c44 fp = fopen (proc_net_snmp, "r");
72 fp = fopen (proc_ipv4_forwarding, "w");
89 fp = fopen (proc_ipv4_forwarding, "w");
111 fp = fopen (proc_ipv6_forwarding, "r");
127 fp = fopen (proc_ipv6_forwarding, "w");
144 fp = fopen (proc_ipv6_forwarding, "w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/lockd/
H A Dbind.h26 __be32 (*fopen)(struct svc_rqst *, member in struct:nlmsvc_binding
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftpgetresp.c48 ftpfile = fopen("ftp-list", "wb"); /* b is binary, needed on win32 */
51 respfile = fopen("ftp-responses", "wb"); /* b is binary, needed on win32 */
H A Dsepheaders.c57 headerfile = fopen(headerfilename,"w");
62 bodyfile = fopen(bodyfilename,"w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dfdump.c18 fd_in = fopen(argv[1], "rb");
24 fd_out = fopen(argv[3], "w+");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A Dt-syserror.c41 fp = fopen ("/does-not-exist/110761/nowhere.foo", "r");
45 fp = fopen (" no this file does not exists foo 4711", "r");
57 fprintf (stderr, "fopen failed with bad code: %d\n", save_errno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Dnonstdio.h17 #define fopen(n, m) NULL macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dnonstdio.h14 #define fopen(n, m) NULL macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogging.c45 if (!(logfile = fopen(foo, "a"))) {
50 statuslog = fopen(PATH_STATUSLOG, "a");
52 statuslogforreading = fopen(PATH_STATUSLOG, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib566.c53 moo = fopen(libtest_arg2, "wb");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/cuesheet/
H A Dmain.c47 else if(0 == (fin = fopen(infilename, "r"))) {
67 if(0 == (fout = fopen(tmpfilename, "w"))) {
79 if(0 == (fin = fopen(tmpfilename, "r"))) {
99 if(0 == (fout = fopen(tmpfilename, "w"))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.c40 return fopen(filename, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h16 #define UP_fopen fopen
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dutil_log.c29 if ((fp = fopen(fname, "w")) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_lock.c43 if ((pf = fopen(pidfile, "r"))) {
53 if ((pf = fopen(pidfile, "w")) == NULL) {
110 if ((pf = fopen(pidfile, "r"))) {
137 if ((pf = fopen(pidfile, "w")) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dopen-catalog.c67 ret_val = fopen (file_name, "r");
88 ret_val = fopen (file_name, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/maurice/
H A Dloadkeys.c27 FILE *fp = fopen (certfile, "r");
56 FILE *fp = fopen(keyfile, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/pkcs12/
H A Dpkread.c25 if (!(fp = fopen(argv[1], "rb"))) {
42 if (!(fp = fopen(argv[3], "w"))) {
H A Dpkwrite.c23 if (!(fp = fopen(argv[1], "r"))) {
37 if (!(fp = fopen(argv[4], "wb"))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/sign/
H A Dsign.c97 fp = fopen (keyfile, "r");
123 fp = fopen (certfile, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dloadkeys.c27 FILE *fp = fopen (certfile, "r");
56 FILE *fp = fopen(keyfile, "r");

Completed in 191 milliseconds

1234567891011>>