| /onnv-gate/usr/src/cmd/refer/ |
| H A D | inv1.c | 110 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 D | mkey1.c | 95 ff = fopen(inlist, "r"); in main() 98 f = fopen(qn, "r"); in main() 109 f = fopen(name = argv[i], "r"); in main()
|
| H A D | addbib.c | 60 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 D | refer1.c | 118 ftemp = fopen(ofile, "w"); in main() 126 fo = fopen(tfile, "w"); in main() 138 in = fopen(Ifile = argv[1], "r"); in main()
|
| H A D | hunt1.c | 159 fa = fopen(nma, "r"); in main() 166 fb = fopen(nmb, "r"); in main() 167 fc = fopen(nmc, "r"); in main() 174 fd = fopen(nmd, "r"); in main()
|
| /onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/ |
| H A D | subr.c | 101 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()
|
| /onnv-gate/usr/src/cmd/gss/gsscred/ |
| H A D | gsscred_file.c | 74 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()
|
| /onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | io.c | 71 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()
|
| /onnv-gate/usr/src/ucbhead/ |
| H A D | stdio.h | 187 #pragma redefine_extname fopen64 fopen 190 #define fopen64 fopen 198 #pragma redefine_extname fopen fopen64 201 #define fopen fopen64 macro 212 extern FILE *fopen(const char *, const char *); 279 extern FILE *fopen(), *fdopen(), *freopen(), *popen();
|
| /onnv-gate/usr/src/cmd/lp/filter/postscript/picpack/ |
| H A D | picpack.c | 252 else if ( (fp_in = fopen(*argv, "r")) == NULL ) in arguments() 291 if ( (fp = fopen(tfile, "r")) == NULL ) in copystdin() 408 if ( (fp = fopen(name, "r")) != NULL ) { in do_inline() 449 if ( (fp_pic = fopen(temp_file, "r")) != NULL ) { in gotpicfile() 483 if ( (fp_pic = fopen(temp_file, "a")) != NULL ) { in addpicfile()
|
| /onnv-gate/usr/src/lib/libnisdb/ |
| H A D | db_pickle.cc | 62 file = fopen(filename, "r"); in open() 66 file = fopen(filename, "w"); in open() 72 file = fopen(filename, "a"); in open()
|
| /onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| H A D | loadsave.c | 445 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 …]
|
| /onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| H A D | tmpfile.c | 35 extern FILE *fopen(); 47 if((p = fopen(tfname, "w+")) == NULL) in tmpfile()
|
| /onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_mdcf.c | 66 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()
|
| /onnv-gate/usr/src/tools/cscope-fast/ |
| H A D | vpfopen.c | 48 if ((returncode = fopen(filename, type)) == NULL && in vpfopen() 53 if ((returncode = fopen(buf, type)) != NULL) { in vpfopen()
|
| /onnv-gate/usr/src/lib/libdscfg/common/ |
| H A D | cfg_lockdmsg.c | 153 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()
|
| /onnv-gate/usr/src/cmd/mailx/ |
| H A D | quit.c | 127 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()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/ |
| H A D | keymgmt.c | 118 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()
|
| /onnv-gate/usr/src/lib/lvm/libsvm/common/ |
| H A D | update_mdconf.c | 112 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 D | metaconf.c | 81 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()
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | systat.c | 59 fp = fopen(filename, "r"); 113 fp = fopen(filename, "w"); 145 fp = fopen(filename, "r");
|
| H A D | uucpname.c | 49 if ((NameFile = fopen(SYSNAMEFILE, "r")) != NULL) { 81 if ((NameFile = fopen("/etc/whoami", "r")) != NULL) {
|
| /onnv-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | t-smstdio.c | 33 stream = fopen("t-smstdio.1", "w"); 52 stream = fopen("t-smstdio.1", "r");
|
| /onnv-gate/usr/src/cmd/sdiff/ |
| H A D | sdiff.c | 213 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()
|
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | KMSAgentStorage.cpp | 190 myFILE *fp = fopen(i_pFileName, "w"); in Profile_WriteConfigFile() 281 fp = fopen(i_pFileName, "r"); in Profile_ReadConfigFile() 456 myFILE* pfFile = fopen( sConfigFile, "rb" ); in ProfileExists() 576 fp = fopen(sClusterFile, "w"); in StoreCluster() 784 fp = fopen( sClusterFile, "r" ); in GetCluster() 998 myFILE* pfFile = fopen( sClusterInformationFile, "rb" ); in DeleteCluster() 1306 pfFile = fopen( sCAcertFile, "rb" ); in GetPKIcerts() 1344 pfFile = fopen( sAgentCertFile, "rb" ); in GetPKIcerts() 1409 myFILE* pfFile = fopen( sConfigFile, "rb" ); in DeleteStorageProfile() 1418 pfFile = fopen( sClusterInformationFile, "rb" ); in DeleteStorageProfile() [all …]
|