Home
last modified time | relevance | path

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

12345678910>>...38

/titanic_41/usr/src/cmd/refer/
H A Dinv1.c110 fta = fopen(tmpa, "w"); in main()
115 if (fb = fopen(nmb, "r")) { in main()
117 ftb = fopen(tmpb, "w"); in main()
120 nhash = recopy(ftb, fb, fopen(nma, "r")); in main()
125 fc = fopen(nmc, appflg ? "a" : "w"); in main()
127 fd = keepkey ? fopen(nmd, "w") : 0; in main()
149 fta = fopen(tmpa, "r"); in main()
150 fa = fopen(nma, "w"); in main()
151 fb = fopen(nmb, "w"); in main()
H A Dmkey1.c95 ff = fopen(inlist, "r"); in main()
98 f = fopen(qn, "r"); in main()
109 f = fopen(name = argv[i], "r"); in main()
H A Daddbib.c60 FILE *fp, *fopen(); in main()
100 if ((fp = fopen(argv[i], "a")) == NULL) { in main()
223 if ((fp = fopen(arg, "a")) == NULL) { in bibedit()
252 FILE *pfp, *fopen(); in rd_skel()
256 if ((pfp = fopen(arg, "r")) == NULL) { in rd_skel()
H A Drefer1.c118 ftemp = fopen(ofile, "w"); in main()
126 fo = fopen(tfile, "w"); in main()
138 in = fopen(Ifile = argv[1], "r"); in main()
/titanic_41/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c74 if ((fp = fopen(credFile, "a")) == NULL) { in file_addGssCredEntry()
106 if ((fp = fopen(credFile, "r")) == NULL) { in file_getGssCredEntry()
151 if ((fp = fopen(credFile, "r")) == NULL) in file_getGssCredUid()
183 if ((fp = fopen(credFile, "w")) == NULL) { in file_deleteGssCredEntry()
200 if ((fp = fopen(credFile, "r")) == NULL) { in file_deleteGssCredEntry()
212 if ((tempFp = fopen(credFileTmp, "w")) == NULL) { in file_deleteGssCredEntry()
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Dsubr.c101 rfd = fopen(rulesnam, "w"); in open_rulesfile()
103 rfd = fopen(rulesnam, "r+"); in open_rulesfile()
116 rfd = fopen(rulesnam, "w"); in open_rulesfile()
118 rfd = fopen(rulesnam, "r+"); in open_rulesfile()
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c71 if ((Headfp = fopen(headfile_name, "w")) == NULL) { in open_code_file()
78 if ((Mapfp = fopen(mapfile_name, "w")) == NULL) { in open_code_file()
88 if ((Bodyfp = fopen(body_file_name, "w+")) == NULL) { in open_code_file()
126 if ((hfp = fopen(hfn, "w")) == NULL) { in alt_code_file()
/titanic_41/usr/src/ucbhead/
H A Dstdio.h143 #pragma redefine_extname fopen64 fopen
146 #define fopen64 fopen
154 #pragma redefine_extname fopen fopen64
157 #define fopen fopen64 macro
167 extern FILE *fopen(const char *, const char *);
/titanic_41/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()
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_pickle.cc62 file = fopen(filename, "r"); in open()
66 file = fopen(filename, "w"); in open()
72 file = fopen(filename, "a"); in open()
/titanic_41/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c90 InputFile = fopen (InputPathname, "rt"); in AxExtractTables()
175 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractTables()
289 InputFile = fopen (InputPathname, "rt"); in AxExtractToMultiAmlFile()
304 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractToMultiAmlFile()
420 InputFile = fopen (InputPathname, "rt"); in AxListTables()
/titanic_41/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 …]
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dtmpfile.c35 extern FILE *fopen();
47 if((p = fopen(tfname, "w+")) == NULL) in tmpfile()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mdcf.c66 if ((tfp = fopen(tname, "w")) == NULL) in meta_update_md_cf()
99 if ((tfp = fopen(tname, "r")) == NULL) { in meta_update_md_cf()
102 if ((mfp = fopen(METACONF, "w+")) == NULL) { in meta_update_md_cf()
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_lockdmsg.c153 fp = fopen("/tmp/locktag", "a"); in cfg_lockd_rdlock()
175 fp = fopen("/tmp/locktag", "a"); in cfg_lockd_wrlock()
197 fp = fopen("/tmp/locktag", "a"); in cfg_lockd_unlock()
294 if ((fp = fopen(CFG_PIDFILE, "r")) == NULL) in cfg_lockd_init()
/titanic_41/usr/src/head/
H A Dstdio.h52 #pragma redefine_extname fopen fopen64
65 #pragma redefine_extname fopen64 fopen
106 using std::fopen;
224 #define fopen fopen64 macro
244 #define fopen64 fopen
/titanic_41/usr/src/tools/cscope-fast/
H A Dvpfopen.c48 if ((returncode = fopen(filename, type)) == NULL && in vpfopen()
53 if ((returncode = fopen(buf, type)) != NULL) { in vpfopen()
/titanic_41/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()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c118 if ((keystore_fp = fopen(keystore_name, "r")) == NULL) { in process_extract()
142 if ((fp = fopen(name, "w")) == NULL) { in process_extract()
266 keystore_fp = fopen(keystore_name, "r+"); in process_insert()
283 fp = fopen(name, "r"); in process_insert()
343 keystore_fp = fopen(keystore_name, "r+"); in process_insert()
/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dupdate_mdconf.c112 if ((fp = fopen(fname, "a")) == NULL) { in create_in_file_prop()
256 if ((tfp = fopen(tname, "a")) == NULL) in snarf_n_modify_bootlist()
344 if ((fp = fopen(sname, "r")) == NULL) { in convert_bootlist()
358 if ((fp = fopen(mdconf, "r")) == NULL) { in convert_bootlist()
H A Dmetaconf.c81 if ((mdfp = fopen(MD_CONF, "a")) == NULL) in write_targ_nm_table()
86 if ((targfp = fopen(buf, "r")) == NULL) { in write_targ_nm_table()
145 if ((fptr = fopen(MD_CONF, "a")) == NULL) { in write_xlate_to_mdconf()
/titanic_41/usr/src/cmd/bnu/
H A Dsystat.c59 fp = fopen(filename, "r");
113 fp = fopen(filename, "w");
145 fp = fopen(filename, "r");
/titanic_41/usr/src/cmd/sdiff/
H A Dsdiff.c213 if ((fdes1 = fopen(file1, "r")) == NULL) in main()
216 if ((fdes2 = fopen(file2, "r")) == NULL) in main()
242 if ((odes = fopen(ofile, "w")) == NULL) in main()
345 if ((left = fopen(ltemp, "w")) == NULL) in main()
348 if ((right = fopen(rtemp, "w")) == NULL) in main()
705 if ((tempdes = fopen(temp, "w")) == NULL) in cmdin()
718 if ((tempdes = fopen(temp, "w")) == NULL) in cmdin()
750 if ((fromdes = fopen(from, "r")) == NULL) in cpp()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dt-smstdio.c33 stream = fopen("t-smstdio.1", "w");
52 stream = fopen("t-smstdio.1", "r");
/titanic_41/usr/src/cmd/saf/
H A Dpmadm.c428 fp = fopen(SACTAB, "r");
475 fp = fopen(fname, "r");
515 fp = fopen(fname, "a");
561 fp = fopen(SACTAB, "r");
575 fp = fopen(buf, "r");
653 fp = fopen(SACTAB, "r");
667 fp = fopen(buf, "r");
791 fp = fopen(SACTAB, "r");
823 fp = fopen(fname, "r");
913 (void) fopen("/dev/null", "w"); in tell_sac()
[all …]

12345678910>>...38