Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h112 #define H_HIDE_DOT (1 << 3) /* don't print env vars that begin with '.' */ macro
/openbmc/u-boot/cmd/
H A Dnvedit.c120 int env_flag = H_HIDE_DOT; in do_env_print()
130 env_flag &= ~H_HIDE_DOT; in do_env_print()
144 env_flag &= ~H_HIDE_DOT; in do_env_print()
/openbmc/u-boot/lib/
H A Dhashtable.c626 if ((flag & H_HIDE_DOT) && ep->key[0] == '.') in hexport_r()