Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dkstrtox.c53 size_t max_chars) in _parse_integer_limit()
Dvsprintf.c63 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **en… in simple_strntoull()
133 static long long simple_strntoll(const char *cp, size_t max_chars, char **endp, in simple_strntoll()
/Linux-v6.6/drivers/tty/serial/
Dapbuart.c71 unsigned int max_chars = port->fifosize; in apbuart_rx_chars() local