Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_stat.c31 __os_exists(path, isdirp) in __os_exists() argument
33 int *isdirp;
38 return (__db_jump.j_exists(path, isdirp));
50 if (isdirp != NULL)
51 *isdirp = S_ISDIR(sb.st_mode);