Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_stat.c37 if (__db_jump.j_exists != NULL)
38 return (__db_jump.j_exists(path, isdirp));
H A Dos_config.c56 __db_jump.j_exists = (int (*) __P((const char *, int *)))func;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h16 int (*j_exists) /* DB_FUNC_EXISTS */ member