Home
last modified time | relevance | path

Searched refs:_dos_findfirst (Results 1 – 25 of 105) sorted by relevance

12345

/dports/games/sarien/sarien-0.7.0/src/filesys/msdos/
H A Dfileglob.c22 return !_dos_findfirst (fname, _A_NORMAL | _A_ARCH | _A_RDONLY, &fdata); in file_isthere()
33 rc = _dos_findfirst((char*)fname, _A_NORMAL, &fdata); in file_name()
/dports/net/binkd/binkd-1.0.4/dos/
H A Ddirent.c47 if( (apiret=_dos_findfirst(name,SEARCH_ATTR, in opendir()
61 _dos_findfirst(dir->dirname,SEARCH_ATTR, in rewinddir()
/dports/print/texlive-base/texlive-20150521-source/texk/ttf2pk2/
H A Demdir.c85 res = _dos_findfirst((char *)path, attr, (struct find_t *)buffer); in ll_findfirst()
100 return _dos_findfirst (path, attr, (struct find_t *)buffer) == 0; in ll_findfirst()
/dports/print/freetype/freetype-1.3.1/contrib/ttf2pk/
H A Demdir.c85 res = _dos_findfirst((char *)path, attr, (struct find_t *)buffer); in ll_findfirst()
100 return _dos_findfirst (path, attr, (struct find_t *)buffer) == 0; in ll_findfirst()
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/cjkutils-4.8.4/hbf2gf/
H A Demdir.c85 res = _dos_findfirst((char *)path, attr, (struct find_t *)buffer); in ll_findfirst()
100 return _dos_findfirst (path, attr, (struct find_t *)buffer) == 0; in ll_findfirst()
/dports/japanese/ng/ng-1.4.4/sys/msdos/
H A Dfileio.c553 #define _dos_findfirst(p,a,f) findfirst(p,f,a) macro
680 if (_dos_findfirst(filenames, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
683 if (_dos_findfirst(filename, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
866 if (_dos_findfirst(pathbufs, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
869 if (_dos_findfirst(pathbuf, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
889 if (_dos_findfirst(pathbufs, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
892 if (_dos_findfirst(pathbuf, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
/dports/japanese/ng-canna/ng-1.4.4/sys/msdos/
H A Dfileio.c553 #define _dos_findfirst(p,a,f) findfirst(p,f,a) macro
680 if (_dos_findfirst(filenames, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
683 if (_dos_findfirst(filename, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
866 if (_dos_findfirst(pathbufs, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
869 if (_dos_findfirst(pathbuf, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
889 if (_dos_findfirst(pathbufs, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
892 if (_dos_findfirst(pathbuf, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
/dports/japanese/ng-devel/ng-1.5beta1/sys/msdos/
H A Dfileio.c661 #define _dos_findfirst(p,a,f) findfirst(p,f,a) macro
786 if (_dos_findfirst(filenames, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
789 if (_dos_findfirst(filename, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
994 if (_dos_findfirst(pathbufs, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
997 if (_dos_findfirst(pathbuf, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
1017 if (_dos_findfirst(pathbufs, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
1020 if (_dos_findfirst(pathbuf, _A_NORMAL | _A_RDONLY | _A_SUBDIR,
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_util.h117 int _dos_findfirst(char *filename, int x, struct find_t *f);
127 int _dos_findfirst(char *filename, int x, struct find_t *f);
/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Dfindfile.c59 retval = _dos_findfirst(search_str, 0, &_FileFindStruct); in FileFindFirst()
/dports/games/d2x/d2x-0.2.5/unused/bios/
H A Dfindfile.c40 retval = _dos_findfirst(search_str, 0, &_FileFindStruct); in FileFindFirst()
/dports/devel/jam/jam-2.6/
H A Dfileos2.c87 if( !_dos_findfirst( filespec, _A_NORMAL|_A_RDONLY|_A_SUBDIR, finfo ) ) in file_dirscan()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Ddos_.h42 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/devel/ftjam/ftjam-2.5.2/
H A Dfileos2.c87 if( !_dos_findfirst( filespec, _A_NORMAL|_A_RDONLY|_A_SUBDIR, finfo ) ) in file_dirscan()
/dports/security/l5/l5-1.2/
H A Ddosdir.c26 if ( ! _dos_findfirst (matchname, 0xffff, &fakedir->find)) {
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Ddos_.h42 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Ddos_.h42 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Ddos_.h42 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Ddos_.h40 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddos_.h45 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Ddos_.h40 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddos_.h45 #define dos_findfirst(n,b) _dos_findfirst(n, _A_NORMAL | _A_RDONLY, b)
/dports/graphics/libpano13/libpano13-2.9.20/tools/compat_win32/
H A Ddirent.h309 # define _dos_findfirst(name,flags,dest) findfirst(name,dest,flags) macro
619 if (_dos_findfirst (dirp->dirname, in _initdir()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/codec/
H A Dwindirent.h310 # define _dos_findfirst(name,flags,dest) findfirst(name,dest,flags) macro
618 if (_dos_findfirst (dirp->dirname, in _initdir()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/codec/
H A Dwindirent.h312 # define _dos_findfirst(name,flags,dest) findfirst(name,dest,flags) macro
620 if (_dos_findfirst (dirp->dirname, in _initdir()

12345