Lines Matching defs:fndp
46 #define GLOB_FIRST_NAME(filename,fndp,h) h = _dos_findfirst(filename, ~_A_VOLID, fndp)
48 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp)
61 #define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp)
63 #define GLOB_NEXT_NAME(handle,fndp) _findnext(handle, fndp)
77 #define GLOB_FIRST_NAME(filename,fndp,h) h = findfirst(filename, fndp, ~FA_LABEL)
79 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp)