Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Denvironment.c76 if (ev->ev_value != NULL && (ev->ev_flags & EV_DYNAMIC) != 0) in env_setenv()
79 ev->ev_flags &= ~EV_DYNAMIC; in env_setenv()
126 ev->ev_flags |= EV_DYNAMIC; in env_setenv()
129 ev->ev_flags |= flags & EV_DYNAMIC; in env_setenv()
202 if (ev->ev_value != NULL && (ev->ev_flags & EV_DYNAMIC) != 0) in env_discard()
H A Dstand.h339 #define EV_DYNAMIC (1<<0) /* value was dynamically allocated, free if changed/unset */ macro