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

1234567891011>>

/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dtest_option_q.c43 f = fopen("foo", "w");
50 f = fopen("foo", "w");
57 f = fopen("bar", "w");
64 f = fopen("foo", "w");
71 f = fopen("bar", "w");
H A Dtest_option_r.c40 f = fopen("f1", "w");
70 f = fopen("f1", "w");
111 f = fopen("f1", "r");
H A Dtest_option_T_upper.c31 FILE *f = fopen(fn, "w");
66 f = fopen("filelist", "w+");
77 f = fopen("filelist2", "w+");
H A Dtest_strip_components.c31 FILE *f = fopen(fn, "w");
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_passthrough_dotdot.c42 filelist = fopen("filelist", "w");
H A Dtest_passthrough_reverse.c47 filelist = fopen("filelist", "w");
/freebsd-9.3-release/libexec/atrun/
H A Dgloadavg.c59 if((fp=fopen(PROC_DIR "loadavg","r")) == NULL)
/freebsd-9.3-release/share/examples/sunrpc/msg/
H A Dmsg_proc.c21 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c38 f = fopen(_PATH_CONSOLE, "w");
/freebsd-9.3-release/share/syscons/scrnmaps/
H A Dmkscrfil.c40 if ((fd = fopen(argv[1], "w")) == NULL) {
/freebsd-9.3-release/tools/tools/nxge/
H A Dxge_log.c46 fdAll = fopen("stats.log", "w+");
90 fdAll = fopen("pciconf.log", "w+");
120 fdAll = fopen("devconf.log", "w+");
151 fdAll = fopen("reginfo.log", "w+");
182 fdAll = fopen("readreg.log", "w+");
209 fdAll = fopen("intrstats.log", "w+");
238 fdAll = fopen("tcodestats.log", "w+");
278 fdAll = fopen("driverinfo.log", "w+");
302 fdAll = fopen("driver_stats.log", "w+");
/freebsd-9.3-release/contrib/opie/libopie/
H A Dopen.c12 string for fopen.
40 if (!(f = fopen(file, "w")))
72 if (!(f = fopen(file, fmode)))
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/freebsd-9.3-release/contrib/texinfo/info/
H A Ddribble.c38 info_dribble_file = fopen (name, FOPEN_WBIN);
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DkodFile.c94 FILE * is = fopen(kod_db_file, "rb");
116 FILE * actual = fopen(kod_db_file, "rb");
117 FILE * expected = fopen(CreatePath("kod-expected-single", INPUT_DIR),"rb");
146 FILE * actual = fopen(kod_db_file, "rb");
147 FILE * expected = fopen(CreatePath("kod-expected-multiple", INPUT_DIR),"rb");
H A Dt-log.c64 FILE * f = fopen("testLogfile2.log","r");
/freebsd-9.3-release/contrib/gcc/
H A Dgenchecksum.c39 f = fopen (file, "rb");
/freebsd-9.3-release/crypto/heimdal/lib/vers/
H A Dmake-print-version.c60 f = fopen(argv[1], "w");
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h16 # define UP_fopen fopen
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-smstdio.c31 stream = fopen("t-smstdio.1", "w");
50 stream = fopen("t-smstdio.1", "r");
/freebsd-9.3-release/usr.bin/at/
H A Dperm.c97 fp=fopen(PERM_PATH "at.allow","r");
110 fp=fopen(PERM_PATH "at.deny", "r");
/freebsd-9.3-release/crypto/openssl/demos/sign/
H A Dsign.c102 fp = fopen(keyfile, "r");
129 fp = fopen(certfile, "r");
/freebsd-9.3-release/crypto/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"))) {

Completed in 216 milliseconds

1234567891011>>