Searched defs:fndp (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/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-src/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 7292 nfsrv_layoutreturn(struct nfsrv_descript * nd,vnode_t vp,int layouttype,int iomode,uint64_t offset,uint64_t len,int reclaim,int kind,nfsv4stateid_t * stateidp,int maxcnt,uint32_t * layp,int * fndp,struct ucred * cred,NFSPROC_T * p) nfsrv_layoutreturn() argument
|