HomeSort by: relevance | last modified time | path
    Searched refs:fopen (Results 1 - 25 of 1254) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/flex/dist/examples/manual/
cat.lex 16 yyin = fopen(names[current],"r");
37 yyin = fopen(names[current],"r");
userinit.lex 17 yyin = fopen(file_name,"r");
  /src/external/bsd/libarchive/dist/cpio/test/
test_passthrough_dotdot.c 23 filelist = fopen("filelist", "w");
test_passthrough_reverse.c 28 filelist = fopen("filelist", "w");
test_option_0.c 23 filelist = fopen("filelist", "wb");
31 filelist = fopen("filelistNull", "wb");
  /src/external/bsd/openldap/dist/servers/slapd/
lock.c 57 if ( (*lfp = fopen( buf, "w" )) == NULL ) {
67 if ( (fp = fopen( fname, type )) == NULL ) {
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libgprofng.ver 28 fopen;
46 fopen;
74 fopen;
115 fopen;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libgprofng.ver 28 fopen;
46 fopen;
74 fopen;
115 fopen;
  /src/tests/lib/libc/gen/posix_spawn/
fa_spawn_utils.c 60 REQUIRE_LIBC(f = fopen(fname, "w"), NULL);
  /src/external/bsd/flex/dist/tests/
include_by_push.direct.l 53 if((yyin=fopen(yytext,"r"))==NULL) {
87 if((fp=fopen(argv[1],"r"))==NULL) {
88 fprintf(stderr,"*** Error: fopen(%s) failed.\n",argv[1]);
reject.l4 56 if((fp = fopen(argv[1],"rb"))== NULL)
66 if((fp = fopen(argv[2],"r"))== NULL)
tableopts.l4 58 if((fp = fopen(argv[1],"rb"))== NULL)
68 if((fp = fopen(argv[2],"r"))== NULL)
  /src/external/gpl2/texinfo/dist/info/
dribble.c 40 info_dribble_file = fopen (name, FOPEN_WBIN);
  /src/external/gpl3/binutils/dist/libiberty/
tmpnam.c 44 f = fopen (s, "r");
  /src/external/gpl3/binutils.old/dist/libiberty/
tmpnam.c 44 f = fopen (s, "r");
  /src/external/gpl3/gcc.old/dist/libiberty/
tmpnam.c 44 f = fopen (s, "r");
  /src/external/bsd/libarchive/dist/tar/test/
test_option_T_upper.c 12 FILE *f = fopen(fn, "w");
39 f = fopen("filelist", "w+");
50 f = fopen("filelist2", "w+");
  /src/external/bsd/libpcap/dist/testprogs/fuzz/
fuzz_pcap.c 18 fd = fopen(name, "wb");
35 outfile = fopen(name, "w");
48 outfile = fopen("/dev/null", "w");
fuzz_both.c 19 fd = fopen(name, "wb");
36 outfile = fopen(name, "w");
52 outfile = fopen("/dev/null", "w");
  /src/tests/lib/libc/stdio/
t_fopen.c 47 static const char *path = "fopen";
155 atf_tc_set_md_var(tc, "descr", "Test errors from fopen(3)");
167 f = fopen(path, "w+");
180 f = fopen(path, mode[i]);
195 ATF_REQUIRE_ERRNO(EISDIR, fopen("/usr/bin", "w") == NULL);
198 ATF_REQUIRE_ERRNO(ENOENT, fopen("/a/b/c/d/e/f", "r") == NULL);
201 ATF_REQUIRE_ERRNO(ENAMETOOLONG, fopen(buf, "r+") == NULL);
222 f = fopen(path, "w+");
228 f = fopen(path, "a");
233 f = fopen(path, "r")
    [all...]
t_fflush.c 51 f = fopen(path, "w");
94 f = fopen(path, "w");
100 f = fopen(path, "r+");
138 f = fopen("/dev/null", "r");
156 f = fopen(path, "w");
  /src/external/bsd/ntp/dist/sntp/tests/
kodFile.c 96 FILE * is = fopen(kod_db_file, "rb");
118 FILE * actual = fopen(kod_db_file, "rb");
119 FILE * expected = fopen(CreatePath("kod-expected-single", INPUT_DIR),"rb");
148 FILE * actual = fopen(kod_db_file, "rb");
149 FILE * expected = fopen(CreatePath("kod-expected-multiple", INPUT_DIR),"rb");
  /src/external/gpl3/binutils/dist/gprofng/common/
cpu_frequency.h 127 FILE *procf = fopen ("/proc/cpuinfo", "r");
167 FILE *cpufreqd = fopen (scaling_freq_file, "r");
180 FILE *pstatent = fopen (scaling_freq_file, "r");
196 FILE *cpufreqf = fopen (scaling_freq_file, "r");
217 if ((cpufreqf_max = fopen (scaling_freq_file, "r")) != NULL)
236 if ((cpufreqf_ava = fopen (scaling_freq_file, "r")) != NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/common/
cpu_frequency.h 127 FILE *procf = fopen ("/proc/cpuinfo", "r");
167 FILE *cpufreqd = fopen (scaling_freq_file, "r");
180 FILE *pstatent = fopen (scaling_freq_file, "r");
196 FILE *cpufreqf = fopen (scaling_freq_file, "r");
217 if ((cpufreqf_max = fopen (scaling_freq_file, "r")) != NULL)
236 if ((cpufreqf_ava = fopen (scaling_freq_file, "r")) != NULL)
  /src/external/bsd/tcpdump/dist/missing/
getservent.c 62 if (fopen(file, "r") || !env)
77 servf = fopen(etc_path(__PATH_SERVICES), "r");
99 if (servf == NULL && (servf = fopen(etc_path(__PATH_SERVICES), "r")) == NULL)

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>