Searched defs:fndp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/less/ |
H A D | lglob.h | 46 #define GLOB_FIRST_NAME(filename,fndp,h) h = _dos_findfirst(filename, ~_A_VOLID, fndp) argument 48 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) argument 61 #define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp) argument 63 #define GLOB_NEXT_NAME(handle,fndp) _findnext(handle, fndp) argument 77 #define GLOB_FIRST_NAME(filename,fndp,h) h = findfirst(filename, fndp, ~FA_LABE argument 79 GLOB_NEXT_NAME(handle,fndp) global() argument [all...] |
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 7297 int kind, nfsv4stateid_t *stateidp, int maxcnt, uint32_t *layp, int *fndp, in nfsrv_layoutreturn()
|