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

/freebsd-13-stable/usr.bin/localedef/
H A Dlocaledef.c268 char *wfname = NULL; local
315 wfname = optarg;
346 if (wfname) {
348 (void) printf("Loading widths %s.\n", wfname);
349 reset_scanner(wfname);
/freebsd-13-stable/contrib/nvi/common/
H A Dexf.c1001 char *bp, *estr, *p, *pct, *slash, *t, *wfname, buf[8192]; local
1008 bp = estr = wfname = NULL;
1110 wfname = bp;
1114 wfname, nlen);
1118 if (stat(wfname, &sb) == 0) {
1136 if ((wfd = open(wfname, flags | O_WRONLY, S_IRUSR | S_IWUSR)) < 0) {
1145 estr = wfname;
1158 estr = wfname;
1170 (void)unlink(wfname);
/freebsd-13-stable/crypto/openssl/engines/
H A De_capi.c1325 LPWSTR wfname; local
1332 wfname = OPENSSL_malloc(dlen);
1333 if (wfname == NULL)
1336 wfname, &dlen)) {
1337 char *fname = wide_to_asc(wfname);
1338 OPENSSL_free(wfname);
1344 OPENSSL_free(wfname);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1970 const WCHAR *wfname;
1972 SVN_ERR(svn_io__utf8_to_unicode_longpath(&wfname, fname, pool));
1974 flags = GetFileAttributesW(wfname);
1983 if (!SetFileAttributesW(wfname, flags))
2181 const WCHAR *wfname;
2185 SVN_ERR(svn_io__utf8_to_unicode_longpath(&wfname, path, pool));
2187 hFile = CreateFileW(wfname, FILE_READ_ATTRIBUTES,
1965 const WCHAR *wfname; local
2176 const WCHAR *wfname; local

Completed in 160 milliseconds