Home
last modified time | relevance | path

Searched refs:fhand (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Win32/
H A Dlongpath.inc22 HANDLE fhand;
80 fhand = FN_FINDFIRSTFILE(path,&fdata);
82 if (fhand != INVALID_HANDLE_VALUE) {
87 FindClose(fhand);
90 FindClose(fhand);
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c2148 HANDLE fhand; in win32_longpath() local
2206 fhand = FindFirstFile(path,&fdata); in win32_longpath()
2208 if (fhand != INVALID_HANDLE_VALUE) { in win32_longpath()
2213 FindClose(fhand); in win32_longpath()
2216 FindClose(fhand); in win32_longpath()