Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
De4crypt.c75 #define OPT_QUIET 0x0002 macro
563 if ((options & OPT_QUIET) == 0) in insert_key_into_keyring()
608 if ((options & OPT_QUIET) == 0) in insert_key_into_keyring()
676 options |= OPT_QUIET; in do_add_key()
/external/f2fs-tools/tools/
Df2fscrypt.c116 #define OPT_QUIET 0x0002 macro
621 if ((options & OPT_QUIET) == 0) in insert_key_into_keyring()
645 if ((options & OPT_QUIET) == 0) in insert_key_into_keyring()
713 options |= OPT_QUIET; in do_add_key()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp181 OPT_QUIET, enumerator
255 QUIET = options[OPT_QUIET].doesOccur; in main()