Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/os/
H A Dos_dir.c95 if (__db_jump.j_dirfree != NULL)
96 __db_jump.j_dirfree(names, cnt);
H A Dos_config.c49 __db_jump.j_dirfree = (void (*) __P((char **, int)))func;
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h15 void (*j_dirfree) __P((char **, int)); /* DB_FUNC_DIRFREE */ member