Home
last modified time | relevance | path

Searched refs:lstat_ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c746 lstat_(tchar *path, struct stat *buf) in lstat_() function
H A Dsh.file.c265 if (lstat_(path, &statb) < 0) in filetype()
H A Dsh.glob.c207 else if (lstat_(gpath, &stb) >= 0) { in expand()