| /dragonfly/sys/contrib/dev/acpica/source/tools/acpibin/ |
| HD | abcompare.c | 318 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/ |
| HD | acpixtract.c | 192 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/ |
| HD | mkoptions.c | 137 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/ |
| HD | ctags.c | 140 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/ |
| HD | mknetid.c | 145 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/ |
| HD | msgs.c | 250 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/ |
| HD | calendar.c | 336 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/ |
| HD | setup.c | 110 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/ |
| HD | conn_npipe.c | 95 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/ |
| HD | itime.c | 71 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/ |
| HD | main.c | 197 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/ |
| HD | apfiles.c | 233 File = fopen (Pathname, "w"); in ApOpenOutputFile() 314 File = fopen (Filename, "wb"); in ApWriteToBinaryFile() 360 File = fopen (Pathname, "rb"); in ApGetTableFromFile()
|
| /dragonfly/lib/libfetch/ |
| HD | file.c | 54 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/ |
| HD | warmstart.c | 76 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/ |
| HD | main.c | 807 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/ |
| HD | mounttab.c | 56 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/ |
| HD | bluetooth.c | 105 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/ |
| HD | perm.c | 100 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/ |
| HD | pac.c | 165 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/ |
| HD | confed.c | 135 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/ |
| HD | makeucnid.c | 56 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/ |
| HD | linux-procfs.c | 40 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/ |
| HD | crontab.c | 205 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/ |
| HD | main.c | 115 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/ |
| HD | Makefile.inc | 14 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
|