Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/miscutils/
Drx.c96 unsigned expected; in receive() local
/busybox-1.35.0/networking/
Dtls.c598 static void bad_record_die(tls_state_t *tls, const char *expected, int len) in bad_record_die()
1006 static int tls_xread_record(tls_state_t *tls, const char *expected) in tls_xread_record()
/busybox-1.35.0/editors/
Dawk.c1087 static uint32_t next_token(uint32_t expected) in next_token()