Home
last modified time | relevance | path

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

12345678910>>...36

/illumos-gate/usr/src/cmd/refer/
H A Dinv1.c108 fta = fopen(tmpa, "w"); in main()
113 if (fb = fopen(nmb, "r")) { in main()
115 ftb = fopen(tmpb, "w"); in main()
118 nhash = recopy(ftb, fb, fopen(nma, "r")); in main()
123 fc = fopen(nmc, appflg ? "a" : "w"); in main()
125 fd = keepkey ? fopen(nmd, "w") : 0; in main()
147 fta = fopen(tmpa, "r"); in main()
148 fa = fopen(nma, "w"); in main()
149 fb = fopen(nmb, "w"); in main()
H A Dmkey1.c93 ff = fopen(inlist, "r"); in main()
96 f = fopen(qn, "r"); in main()
107 f = fopen(name = argv[i], "r"); in main()
H A Daddbib.c57 FILE *fp, *fopen(); in main()
97 if ((fp = fopen(argv[i], "a")) == NULL) { in main()
220 if ((fp = fopen(arg, "a")) == NULL) { in bibedit()
249 FILE *pfp, *fopen(); in rd_skel()
253 if ((pfp = fopen(arg, "r")) == NULL) { in rd_skel()
H A Drefer1.c116 ftemp = fopen(ofile, "w"); in main()
124 fo = fopen(tfile, "w"); in main()
136 in = fopen(Ifile = argv[1], "r"); in main()
H A Dhunt1.c157 fa = fopen(nma, "r"); in main()
164 fb = fopen(nmb, "r"); in main()
165 fc = fopen(nmc, "r"); in main()
172 fd = fopen(nmd, "r"); in main()
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c72 if ((fp = fopen(credFile, "a")) == NULL) { in file_addGssCredEntry()
104 if ((fp = fopen(credFile, "r")) == NULL) { in file_getGssCredEntry()
149 if ((fp = fopen(credFile, "r")) == NULL) in file_getGssCredUid()
181 if ((fp = fopen(credFile, "w")) == NULL) { in file_deleteGssCredEntry()
198 if ((fp = fopen(credFile, "r")) == NULL) { in file_deleteGssCredEntry()
210 if ((tempFp = fopen(credFileTmp, "w")) == NULL) { in file_deleteGssCredEntry()
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h140 #pragma redefine_extname fopen64 fopen
143 #define fopen64 fopen
151 #pragma redefine_extname fopen fopen64
154 #define fopen fopen64 macro
164 extern FILE *fopen(const char *, const char *);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c68 if ((Headfp = fopen(headfile_name, "w")) == NULL) { in open_code_file()
75 if ((Mapfp = fopen(mapfile_name, "w")) == NULL) { in open_code_file()
85 if ((Bodyfp = fopen(body_file_name, "w+")) == NULL) { in open_code_file()
123 if ((hfp = fopen(hfn, "w")) == NULL) { in alt_code_file()
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc108 if ((command_output_fp = fopen(command_output_tmpfile, "r")) == NULL) { in close_file()
123 if ((nse_depinfo_fp = fopen(nse_depinfo_file, "r+")) == NULL) { in close_file()
126 fopen(nse_depinfo_file, "w")) == NULL) { in close_file()
147 if ((merge_fp = fopen(merge_file, "w")) == NULL) { in close_file()
310 if ((report_file= fopen(filename, "a")) == NULL) { in report_dependency()
311 if ((report_file= fopen(filename, "w")) == NULL) { in report_dependency()
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.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()
569 InputFile = fopen (InputPathname, "r"); in AxListAllTables()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c445 fp = fopen((char *)fname, "r"); in load_token_data()
464 fp = fopen((char *)fname, "r"); in load_token_data()
560 fp = fopen((char *)fname, "w"); in save_token_data()
641 fp = fopen((char *)fname, "r"); in save_token_object()
664 fp = fopen((char *)fname, "a"); in save_token_object()
704 fp = fopen((char *)fname, "w"); in save_public_token_object()
820 fp = fopen((char *)fname, "w"); in save_private_token_object()
878 fp1 = fopen((char *)iname, "r"); in load_public_token_objects()
900 fp2 = fopen((char *)fname, "r"); in load_public_token_objects()
959 fp1 = fopen((char *)iname, "r"); in load_private_token_objects()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.cc60 file = fopen(filename, "r"); in open()
64 file = fopen(filename, "w"); in open()
70 file = fopen(filename, "a"); in open()
/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c127 if ((readstat = fopen(Tflag, "w")) == NULL) in quit()
177 if ((ibuf = fopen(tempQuit, "r")) == NULL) { in quit()
184 if ((fbuf = fopen(mbox, "r")) != NULL) { in quit()
286 if ((fbuf = fopen(mailname, "r+")) == NULL) { in writeback()
296 PRIV(rbuf = fopen(tempResid, "w+")); in writeback()
332 if ((obuf = fopen(mailname, "r+")) == NULL) { in writeback()
/illumos-gate/usr/src/head/
H A Dstdio.h53 #pragma redefine_extname fopen fopen64
66 #pragma redefine_extname fopen64 fopen
107 using std::fopen;
225 #define fopen fopen64 macro
245 #define fopen64 fopen
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dapfiles.c226 File = fopen (Pathname, "w"); in ApOpenOutputFile()
307 File = fopen (Filename, "wb"); in ApWriteToBinaryFile()
353 File = fopen (Pathname, "rb"); in ApGetTableFromFile()
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c211 if ((fdes1 = fopen(file1, "r")) == NULL) in main()
214 if ((fdes2 = fopen(file2, "r")) == NULL) in main()
240 if ((odes = fopen(ofile, "w")) == NULL) in main()
343 if ((left = fopen(ltemp, "w")) == NULL) in main()
346 if ((right = fopen(rtemp, "w")) == NULL) in main()
703 if ((tempdes = fopen(temp, "w")) == NULL) in cmdin()
716 if ((tempdes = fopen(temp, "w")) == NULL) in cmdin()
748 if ((fromdes = fopen(from, "r")) == NULL) in cpp()
/illumos-gate/usr/src/cmd/bnu/
H A Dsystat.c59 fp = fopen(filename, "r");
113 fp = fopen(filename, "w");
145 fp = fopen(filename, "r");
H A Dgrades.c152 cfd = fopen(GRADES, "r");
200 cfd = fopen(GRADES, "r"); in fdgrade()
257 fp = fopen(scfile->file, "r");
454 fp = fopen(scfile.file, "r");
609 cfd = fopen(GRADES, "r");
663 fp = fopen(file, "r");
/illumos-gate/usr/src/tools/cscope-fast/
H A Dvpfopen.c46 if ((returncode = fopen(filename, type)) == NULL && in vpfopen()
51 if ((returncode = fopen(buf, type)) != NULL) { in vpfopen()
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c426 fp = fopen(SACTAB, "r");
473 fp = fopen(fname, "r");
513 fp = fopen(fname, "a");
559 fp = fopen(SACTAB, "r");
573 fp = fopen(buf, "r");
651 fp = fopen(SACTAB, "r");
665 fp = fopen(buf, "r");
789 fp = fopen(SACTAB, "r");
821 fp = fopen(fname, "r");
911 (void) fopen("/dev/null", "w"); in tell_sac()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c208 pkgingzonlyFP = fopen(pkgingzonlyPath, "r+"); in pkgOpenInGzOnlyFile()
210 pkgingzonlyFP = fopen(pkgingzonlyPath, "w+"); in pkgOpenInGzOnlyFile()
408 srcFP = fopen(srcPath, "r+"); in pkgRemovePackageFromGzonlyList()
410 srcFP = fopen(srcPath, "w+"); in pkgRemovePackageFromGzonlyList()
423 destFP = fopen(destPath, "w"); in pkgRemovePackageFromGzonlyList()
601 srcFP = fopen(srcPath, "r+"); in pkgAddPackageToGzonlyList()
603 srcFP = fopen(srcPath, "w+"); in pkgAddPackageToGzonlyList()
616 destFP = fopen(destPath, "w"); in pkgAddPackageToGzonlyList()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c190 if ((f = fopen(SYSFILES, "rF")) != 0) { in scansys()
240 if ((f = fopen(DEVCONFIG, "rF")) != 0) { in scancfg()
522 if ((fsystems = fopen(Systems[nsystems], "rF")) != NULL) in nextsystems()
562 if ((fdevices = fopen(Devices[ndevices], "rF")) != NULL) in nextdevices()
605 if ((fdialers = fopen(Dialers[ndialers], "rF")) != NULL) in nextdialers()
735 if ((f = fopen(CONFIG, "rF")) != 0) { in setconfig()
/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c183 in_stream = fopen(in_file_name, "r"); in main()
204 out_stream = fopen(out_file_name, "w"); in main()
458 in_stream = fopen(out_file_name, "r"); in main()
459 out_stream = fopen(in_file_name, "w"); in main()
H A Dunix2dos.c185 in_stream = fopen(in_file_name, "r"); in main()
206 out_stream = fopen(out_file_name, "w"); in main()
461 in_stream = fopen(out_file_name, "r"); in main()
462 out_stream = fopen(in_file_name, "w"); in main()
/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c220 if ((fp_inp = fopen(ifilep, "r")) == NULL) {
241 if ((fp_outp = fopen(workp, "a+")) == NULL) {
286 if ((fp_outp = fopen(workp, "r")) == NULL) {
334 if ((fp_outp = fopen(outfilep, "w")) == NULL) {

12345678910>>...36