Home
last modified time | relevance | path

Searched refs:toolong (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/misc/
H A Drealpath.c30 if (l >= PATH_MAX) goto toolong; in realpath()
70 if (!p) goto toolong; in realpath()
74 if (q+l >= PATH_MAX) goto toolong; in realpath()
96 if (k==p) goto toolong; in realpath()
120 * stack to avoid /->// or //->/// or spurious toolong. */ in realpath()
144 if (l + (q-p) + 1 >= PATH_MAX) goto toolong; in realpath()
153 toolong: in realpath()
/third_party/curl/tests/unit/
H A Dunit1655.c62 static const char toolong[] = variable
96 { toolong, DOH_DNS_NAME_TOO_LONG }, /* expect early failure */
/third_party/node/deps/cares/src/lib/
H A Dares_init.c185 # define toolong(x) (x == -1) && (SOCKERRNO == WSAEFAULT) in init_by_defaults() macro
187 # define toolong(x) \ in init_by_defaults() macro
190 # define toolong(x) (x == -1) && (SOCKERRNO == EINVAL) in init_by_defaults() macro
214 if (toolong(res)) { in init_by_defaults()
/third_party/lwip/test/unit/mdns/
H A Dtest_mdns.c391 static const char *toolong = "abcdefghijklmnopqrstuvwxyz0123456789-abcdefghijklmnopqrstuvwxyz0123456789-abcdefghijklmnopqrstuvwxyz0123456789-"; in START_TEST() local
399 res = mdns_domain_add_label(&domain, toolong, (u8_t)strlen(toolong)); in START_TEST()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c6492 struct sljit_jump *toolong; in search_requested_char() local
6502 toolong = CMP(SLJIT_LESS, TMP2, 0, STR_END, 0); in search_requested_char()
6560 JUMPHERE(toolong); in search_requested_char()

Completed in 17 milliseconds