Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dlglob.h46 #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_LABEL) argument
79 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) argument
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c7290 int kind, nfsv4stateid_t *stateidp, int maxcnt, uint32_t *layp, int *fndp, in nfsrv_layoutreturn() argument
7299 *fndp = 0; in nfsrv_layoutreturn()
7351 *fndp = 1; in nfsrv_layoutreturn()
7353 *fndp = 1; in nfsrv_layoutreturn()