Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_open.c150 ret = __db_jump.j_close != NULL ? __db_jump.j_close(fd) : close(fd);
H A Dos_config.c46 __db_jump.j_close = (int (*) __P((int)))func;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h12 int (*j_close) __P((int)); /* DB_FUNC_CLOSE */ member