Home
last modified time | relevance | path

Searched refs:wfp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libast/common/port/
H A Dastquery.c52 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_41/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c44 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 Dpacker.h56 FILE *wfp; member
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c645 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_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c787 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_41/usr/src/uts/common/io/dld/
H A Ddld_drv.c1074 dld_ioc_walkflow_t *wfp = karg; in drv_ioc_walkflow() local
1076 return (dld_walk_flow(wfp, arg, cred)); in drv_ioc_walkflow()