Searched refs:wfname (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c1037 char *bp, *estr, *p, *pct, *slash, *t, *wfname, buf[8192]; local
1040 bp = estr = wfname = NULL;
1132 wfname = bp;
1135 wfname = cmd.argv[0]->bp;
1139 if (stat(wfname, &sb) == 0) {
1157 if ((wfd = open(wfname, flags | O_WRONLY, S_IRUSR | S_IWUSR)) < 0) {
1166 estr = wfname;
1179 estr = wfname;
1190 (void)unlink(wfname);
/freebsd-9.3-release/crypto/openssl/engines/
H A De_capi.c1198 LPWSTR wfname; local
1205 wfname = OPENSSL_malloc(dlen);
1207 (cert, CERT_FRIENDLY_NAME_PROP_ID, wfname, &dlen)) {
1208 char *fname = wide_to_asc(wfname);
1209 OPENSSL_free(wfname);
1215 OPENSSL_free(wfname);

Completed in 53 milliseconds