Home
last modified time | relevance | path

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

/dragonfly/bin/test/
H A Dtest.c91 FILSYM, enumerator
150 {"h", FILSYM}, /* for backwards compat */
153 {"L", FILSYM},
373 if (mode == FILSYM ? lstat(nm, &s) : stat(nm, &s)) in filstat()
402 case FILSYM: in filstat()