Searched refs:fopen (Results 101 - 125 of 915) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c40 t->tf = fopen(TTYFILE, "r");
120 if ((t->tf = fopen(TTYFILE, "r")) == NULL)
H A Dgetusershell.c78 if ((fp = fopen(SHELLS, "r")) == (FILE *)0)
/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c82 mesgwrite = fopen(argv[0], addon ? "a" : "w");
85 mesgread = fopen(argv[0], "r");
/illumos-gate/usr/src/cmd/refer/
H A Drefer7.c62 fi = fopen(tfile, "r");
112 ftemp = fopen(fnam, "r");
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevpolicy.c114 in = fopen(infile, "r");
164 in = fopen(infile, "r");
/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c71 if ((zonefptr = fopen(zonefile, "r")) == NULL) {
166 if ((zonefptr = fopen(zonefile, "w")) == NULL) {
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c213 if ((fdes1 = fopen(file1, "r")) == NULL)
216 if ((fdes2 = fopen(file2, "r")) == NULL)
242 if ((odes = fopen(ofile, "w")) == NULL)
345 if ((left = fopen(ltemp, "w")) == NULL)
348 if ((right = fopen(rtemp, "w")) == NULL)
705 if ((tempdes = fopen(temp, "w")) == NULL)
718 if ((tempdes = fopen(temp, "w")) == NULL)
750 if ((fromdes = fopen(from, "r")) == NULL)
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c285 f = fopen(forward, "r");
307 f = fopen(forward, "w");
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile40 fclose.o feof.o ferror.o fflush.o fget.o findfp.o flags.o fopen.o \
52 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c174 if ((errorfile = fopen(argv[1], "r")) == NULL) {
181 if ((queryfile = fopen(im_on, "r")) == NULL) {
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c87 if ((nchrg = fopen(optarg, "w")) == NULL)
100 if ((pwf = fopen(pfile, "r")) == NULL) {
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Duninstall.c115 if ((pfile = fopen(_PATH_KMF_CONF, "r+")) == NULL) {
146 if ((pfile_tmp = fopen(tmpfile_name, "w")) == NULL) {
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c92 fp = fopen(filename, "a");
139 fp = fopen(klog_filename, "a");
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c208 pkgingzonlyFP = fopen(pkgingzonlyPath, "r+");
210 pkgingzonlyFP = fopen(pkgingzonlyPath, "w+");
408 srcFP = fopen(srcPath, "r+");
410 srcFP = fopen(srcPath, "w+");
423 destFP = fopen(destPath, "w");
601 srcFP = fopen(srcPath, "r+");
603 srcFP = fopen(srcPath, "w+");
616 destFP = fopen(destPath, "w");
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c169 if ((file->fp = fopen(file->file_name, "r")) == NULL ||
186 if ((fp = fopen(fn, "r")) == NULL ||
/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c81 if ((fp = fopen(conf, "r")) == 0) {
86 for (i = 0; inet_files[i] && (fp = fopen(inet_files[i], "r")) == 0; i++)
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c274 else if ((tmpl = fopen(tmplfile, "r")) == NULL)
292 else if ((out = fopen(outfile, "w")) == NULL)
/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c150 fp = fopen(dependfile, "r");
159 fp = fopen(dependfile, "r");
/illumos-gate/usr/src/common/ficl/
H A Dextras.c65 f = fopen(FICL_COUNTED_STRING_GET_POINTER(*counted), "r");
136 f = fopen(vm->pad, "w");
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmakesoftcore.c106 f = fopen(argv[i], "rb");
176 f = fopen(SOFTCORE_OUT, "wt");
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_systemfile.c85 if (((fp = fopen(sname, "r")) == NULL) ||
93 if ((*tfp = fopen(*tname, "w")) == NULL) {
109 if ((*tfp = fopen(*tname, "w")) == NULL) {
368 if ((cfp = fopen(cname, "r")) == NULL) {
/illumos-gate/usr/src/lib/efcode/packages/
H A Dparse.c99 if ((fd = fopen(where, "r")) == NULL) {
/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_log.c74 if ((fp = fopen(sessionlog, "a")) == (FILE *)NULL)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetusershell.c133 if ((fp = fopen(SHELLS, "rF")) == (FILE *)0)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetpass.c81 (fi = fopen("/dev/tty", "r+F")) == NULL)

Completed in 91 milliseconds

1234567891011>>