HomeSort by relevance Sort by last modified time
    Searched defs:yes_no (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/
install-build-deps.sh 212 # been provided to yes_no(), the function also accepts RETURN as a user input.
216 yes_no() { function
257 if yes_no 1; then
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 200 static const char * yes_no(int val) function
220 wpa_printf(MSG_DEBUG, "\tLatest Key Tx....: %s", yes_no(body->ltx));
221 wpa_printf(MSG_DEBUG, "\tLatest Key Rx....: %s", yes_no(body->lrx));
223 wpa_printf(MSG_DEBUG, "\tOld Key Tx....: %s", yes_no(body->otx));
224 wpa_printf(MSG_DEBUG, "\tOld Key Rx....: %s", yes_no(body->orx));
225 wpa_printf(MSG_DEBUG, "\tPlain Key Tx....: %s", yes_no(body->ptx));
226 wpa_printf(MSG_DEBUG, "\tPlain Key Rx....: %s", yes_no(body->prx));
228 yes_no(body->delay_protect));
    [all...]

Completed in 75 milliseconds