Searched refs:wfp (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 52 static Sfio_t* wfp; in astquery() local 65 wfp = sfstderr; in astquery() 66 else if (!(wfp = sfopen(NiL, "/dev/tty", "w"))) in astquery() 74 op = wfp; in astquery()
|
/titanic_50/usr/src/lib/pam_modules/authtok_check/ |
H A D | packlib.c | 44 FILE *wfp; in PWOpen() local 80 if (pdesc->wfp = fdopen(fd_w, mode)) { in PWOpen() 86 wfp = pdesc->wfp; in PWOpen() 122 if (fread(pdesc->hwms, 1, sizeof (pdesc->hwms), wfp) != in PWOpen() 159 pwp->wfp); in PWClose() 165 (void) fclose(pwp->wfp); in PWClose() 316 if (feof(pwp->ifp) && feof(pwp->dfp) && feof(pwp->wfp)) in FindPW()
|
H A D | packer.h | 56 FILE *wfp; member
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_dtime.c | 645 FILE *rfp, *wfp; in putdumptime() local 687 wfp = fopen(bakfname, "w"); in putdumptime() 688 if (!wfp) { in putdumptime() 718 dumprecout(wfp, ddp); in putdumptime() 727 dumprecout(wfp, &tmpdd); in putdumptime() 730 (void) fclose(wfp); in putdumptime()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 787 FILE *wfp = NULL; in build_trustfile() local 810 if ((wfp = fopen((char *)truststorepath, "r+")) == NULL) { in build_trustfile() 817 if ((p12 = d2i_PKCS12_fp(wfp, NULL)) == NULL) { in build_trustfile() 851 if ((wfp = fdopen(wfd, "w+")) == NULL) { in build_trustfile() 894 rewind(wfp); in build_trustfile() 895 if (i2d_PKCS12_fp(wfp, p12) == 0) { in build_trustfile() 920 if (wfp != NULL) { in build_trustfile() 922 (void) fclose(wfp); in build_trustfile()
|
/titanic_50/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 1075 dld_ioc_walkflow_t *wfp = karg; in drv_ioc_walkflow() local 1077 return (dld_walk_flow(wfp, arg, cred)); in drv_ioc_walkflow()
|