Home
last modified time | relevance | path

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

/external/vboot_reference/tests/futility/
Dtest_gbb_utility.sh36 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data1.toolong
37 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data2.toolong
38 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data3.toolong
39 if ${FUTILITY} gbb_utility -s --rootkey ${TMP}.data1.toolong ${TMP}.blob; then false; fi
40 if ${FUTILITY} gbb_utility -s --recoverykey ${TMP}.data2.toolong ${TMP}.blob; then false; fi
41 if ${FUTILITY} gbb_utility -s --bmpfv ${TMP}.data3.toolong ${TMP}.blob; then false; fi
/external/c-ares/
Dares_init.c1177 #define toolong(x) (x == -1) && (SOCKERRNO == WSAEFAULT) in init_by_defaults() macro
1179 #define toolong(x) (x == -1) && ((SOCKERRNO == ENAMETOOLONG) || \ in init_by_defaults() macro
1182 #define toolong(x) (x == -1) && (SOCKERRNO == EINVAL) in init_by_defaults() macro
1203 if(toolong(res)) { in init_by_defaults()
/external/pcre/dist/
Dpcre_jit_compile.c4045 struct sljit_jump *toolong; in search_requested_char() local
4055 toolong = CMP(SLJIT_LESS, TMP1, 0, STR_END, 0); in search_requested_char()
4100 JUMPHERE(toolong); in search_requested_char()