Home
last modified time | relevance | path

Searched refs:gl_lstat (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dglob.h57 int (*gl_lstat)(const char *, struct stat *); member
/haiku/src/bin/
H A Drmattr.cpp69 glob.gl_lstat = stat_attr; in remove_attribute()
H A Drmindex.cpp148 glob.gl_lstat = stat_index; in remove_indices()
/haiku/src/system/libroot/posix/
H A Dglob.c859 return((*pglob->gl_lstat)(buf, sb)); in g_lstat()