Home
last modified time | relevance | path

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

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