Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Denvironment.c95 ev->ev_unsethook = unsethook; in env_setenv()
186 if (ev->ev_unsethook != NULL) in unsetenv()
187 err = ev->ev_unsethook(ev); in unsetenv()
H A Dstand.h341 ev_unsethook_t *ev_unsethook; member