Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/dragonfly/sys/contrib/dev/acpica/source/tools/acpibin/
HDabcompare.c318 File = fopen (FilePath, "rb"); in AbDisplayHeader()
361 File = fopen (FilePath, "rb"); in AbComputeChecksum()
420 File = fopen (FilePath, "r+b"); in AbComputeChecksum()
477 File1 = fopen (File1Path, "rb"); in AbCompareAmlFiles()
484 File2 = fopen (File2Path, "rb"); in AbCompareAmlFiles()
628 File = fopen (Filename, "rb"); in AbGetFile()
702 FileOutHandle = fopen (File2Path, "wb"); in AbDumpAmlFile()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpixtract/
HDacpixtract.c192 InputFile = fopen (InputPathname, "r"); in AxExtractTables()
298 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractTables()
411 InputFile = fopen (InputPathname, "r"); in AxExtractToMultiAmlFile()
426 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractToMultiAmlFile()
570 InputFile = fopen (InputPathname, "r"); in AxListAllTables()
/dragonfly/usr.sbin/config/
HDmkoptions.c137 inf = fopen(file, "r"); in do_option()
139 outf = fopen(file, "w"); in do_option()
229 outf = fopen(file, "w"); in do_option()
290 fp = fopen(fname, "r"); in read_options()
303 fp = fopen(fname, "r"); in read_options()
313 fp = fopen(fname, "r"); in read_options()
/dragonfly/usr.bin/ctags/
HDctags.c140 if (!(inf = fopen(argv[step], "r"))) { in main()
158 if ((oldf = fopen(outfile, "r")) == NULL) in main()
162 if ((outf = fopen(outfile, "w")) == NULL) in main()
189 if (!(outf = fopen(outfile, aflag ? "a" : "w"))) in main()
/dragonfly/libexec/mknetid/
HDmknetid.c145 if ((gfp = fopen(groupfile, "r")) == NULL) { in main()
149 if ((pfp = fopen(passfile, "r")) == NULL) { in main()
153 if ((hfp = fopen(hostsfile, "r")) == NULL) { in main()
157 if ((nfp = fopen(netidfile, "r")) == NULL) { in main()
/dragonfly/usr.bin/msgs/
HDmsgs.c250 bounds = fopen(fname, "r"); in main()
316 bounds = fopen(fname, "w"); in main()
329 bounds = fopen(fname, "w"); in main()
335 newmsg = fopen(fname, "w"); in main()
390 msgsrc = fopen(fname, "r"); in main()
406 msgsrc = fopen(fname, "r+"); in main()
408 msgsrc = fopen(fname, "w"); in main()
454 newmsg = fopen(fname, "r"); in main()
744 cpfrom = fopen(fname, "r"); in ask()
/dragonfly/usr.bin/calendar/
HDcalendar.c336 if ((fp = fopen(calendarFile, "r")) == NULL) in main()
422 if (calfile && (fp = fopen(calfile, "r")) == NULL) in main()
427 fp = fopen(calendarFile, "r"); in main()
434 fp = fopen(calendarFile, "r"); in main()
438 fp = fopen(calendarFile, "r"); in main()
452 fp = fopen(calendarFileSys, "r"); in main()
/dragonfly/games/phantasia/
HDsetup.c110 if ((fp = fopen(_SPATH_VOID, "w")) == NULL) in main()
118 if ((Monstfp = fopen(_SPATH_MONST, "w")) == NULL) in main()
120 else if ((fp = fopen(monsterfile, "r")) == NULL) { in main()
/dragonfly/usr.sbin/installer/libdfui/
HDconn_npipe.c95 if ((T_NPIPE(c)->out = fopen(T_NPIPE(c)->out_pipename, "w")) == NULL) { in dfui_npipe_be_start()
100 if ((T_NPIPE(c)->in = fopen(T_NPIPE(c)->in_pipename, "r")) == NULL) { in dfui_npipe_be_start()
291 if ((T_NPIPE(c)->in = fopen(T_NPIPE(c)->in_pipename, "r")) == NULL) { in dfui_npipe_fe_connect()
297 if ((T_NPIPE(c)->out = fopen(T_NPIPE(c)->out_pipename, "w")) == NULL) { in dfui_npipe_fe_connect()
/dragonfly/sbin/dump/
HDitime.c71 if ((df = fopen(dumpdates, "r")) == NULL) { in initdumptimes()
81 if ((df = fopen(dumpdates, "w")) == NULL) { in initdumptimes()
87 if ((df = fopen(dumpdates, "r")) == NULL) { in initdumptimes()
166 if ((df = fopen(dumpdates, "r+")) == NULL) in putdumptime()
/dragonfly/games/atc/
HDmain.c197 yyin = fopen(s, "r"); in read_file()
221 if ((fp = fopen(games, "r")) == NULL) { in default_game()
247 if ((fp = fopen(games, "r")) == NULL) { in okay_game()
281 if ((fp = fopen(games, "r")) == NULL) { in list_games()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpidump/
HDapfiles.c233 File = fopen (Pathname, "w"); in ApOpenOutputFile()
314 File = fopen (Filename, "wb"); in ApWriteToBinaryFile()
360 File = fopen (Pathname, "rb"); in ApGetTableFromFile()
/dragonfly/lib/libfetch/
HDfile.c54 f = fopen(u->doc, "re"); in fetchXGetFile()
82 f = fopen(u->doc, "ae"); in fetchPutFile()
84 f = fopen(u->doc, "w+e"); in fetchPutFile()
/dragonfly/usr.sbin/rpcbind/
HDwarmstart.c76 fp = fopen(filename, "w"); in write_struct()
82 fp = fopen(filename, "w"); in write_struct()
122 fp = fopen(filename, "r"); in read_struct()
/dragonfly/contrib/byacc/
HDmain.c807 input_file = fopen(input_file_name, "r"); in open_files()
817 verbose_file = fopen(verbose_file_name, "w"); in open_files()
824 graph_file = fopen(graph_file_name, "w"); in open_files()
841 defines_file = fopen(defines_file_name, "w"); in open_files()
849 externs_file = fopen(externs_file_name, "w"); in open_files()
854 output_file = fopen(output_file_name, "w"); in open_files()
860 code_file = fopen(code_file_name, "w"); in open_files()
/dragonfly/usr.sbin/rpc.umntall/
HDmounttab.c56 if ((mtabfile = fopen(PATH_MOUNTTAB, "a")) == NULL) in add_mtab()
79 if ((mtabfile = fopen(PATH_MOUNTTAB, "r")) == NULL) { in read_mtab()
143 if ((mtabfile = fopen(PATH_MOUNTTAB, "w")) == NULL) { in write_mtab()
/dragonfly/lib/libbluetooth/
HDbluetooth.c105 hostf = fopen(_PATH_BT_HOSTS, "r"); in bt_gethostent()
157 hostf = fopen(_PATH_BT_HOSTS, "r"); in bt_sethostent()
213 protof = fopen(_PATH_BT_PROTOCOLS, "r"); in bt_getprotoent()
257 protof = fopen(_PATH_BT_PROTOCOLS, "r"); in bt_setprotoent()
/dragonfly/usr.bin/at/
HDperm.c100 fp = fopen(PERM_PATH "at.allow","r"); in check_permission()
113 fp = fopen(PERM_PATH "at.deny", "r"); in check_permission()
/dragonfly/usr.sbin/lpr/pac/
HDpac.c165 if ((acctf = fopen(acctfile, "r")) == NULL) { in main()
171 if ((acctf = fopen(sumfile, "r")) != NULL) { in main()
286 if ((acctf = fopen(sumfile, "w")) == NULL) { in rewrite()
305 if ((acctf = fopen(acctfile, "w")) == NULL) in rewrite()
/dragonfly/usr.sbin/installer/libinstaller/
HDconfed.c135 if ((f = fopen(filename, "a")) == NULL) in config_vars_write()
186 script = fopen(tmp_filename, "w"); in config_vars_read()
223 f = fopen(tmp_filename, "r"); in config_vars_read()
/dragonfly/contrib/gcc-4.7/libcpp/
HDmakeucnid.c56 FILE *f = fopen (fname, "r"); in read_ucnid()
115 FILE * f = fopen (fname, "r"); in read_table()
191 FILE * f = fopen (fname, "r"); in read_derived()
/dragonfly/contrib/gdb-7/gdb/common/
HDlinux-procfs.c40 status_file = fopen (buf, "r"); in linux_proc_get_int()
86 procfile = fopen (buffer, "r"); in linux_proc_pid_has_state()
/dragonfly/usr.sbin/cron/crontab/
HDcrontab.c205 if (!(NewCrontab = fopen(Filename, "r"))) in parse_args()
226 if (!(f = fopen(n, "r"))) { in list_cmd()
309 if (!(f = fopen(n, "r"))) {
313 if (!(f = fopen(_PATH_DEVNULL, "r")))
503 if (!(tmp = fopen(tn, "w+"))) {
/dragonfly/games/gomoku/
HDmain.c115 if ((debugfp = fopen(optarg, "w")) == NULL) in main()
129 if ((inputfp = fopen(*argv, "r")) == NULL) in main()
250 if ((fp = fopen(fname, "w")) == NULL) { in main()
323 if ((fp = fopen(fname, "w")) == NULL) { in main()
410 if ((fp = fopen(input + 1, "w")) == NULL) in whatsup()
/dragonfly/lib/libc/stdio/
HDMakefile.inc14 fopen.c fopencookie.c fparseln.c fprintf.c fpurge.c \
35 flockfile.3 fmemopen.3 fopen.3 fopencookie.3 \
57 MLINKS+=fopen.3 fdopen.3 \
58 fopen.3 freopen.3

12345678910>>...30