Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c2060 struct stat hpstatb; in filetype() local
2064 if ((stat(p2, &hpstatb) != -1) && S_ISCDF(hpstatb.st_mode)) { in filetype()