Searched refs:nbuf (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_uart.c | 120 char nbuf; in aos_hal_uart_recv_poll() local 131 int readlen = read(0, &nbuf, 1); in aos_hal_uart_recv_poll() 133 *(char *)data = nbuf; in aos_hal_uart_recv_poll() 145 char nbuf; in aos_hal_uart_recv_II() local 175 int readlen = read(0, &nbuf, 1); in aos_hal_uart_recv_II() 182 read_buf[*recv_size] = nbuf; in aos_hal_uart_recv_II()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 1971 char nbuf[128]; in _bdf_parse_properties() local 1992 ft_sprintf( nbuf, "%hd", p->font->bbx.ascent ); in _bdf_parse_properties() 1994 nbuf, lineno ); in _bdf_parse_properties() 2005 ft_sprintf( nbuf, "%hd", p->font->bbx.descent ); in _bdf_parse_properties() 2007 nbuf, lineno ); in _bdf_parse_properties() 2316 char nbuf[128]; in _bdf_parse_start() local 2330 ft_sprintf( nbuf, "%hd", p->font->bbx.ascent ); in _bdf_parse_start() 2332 nbuf, lineno ); in _bdf_parse_start() 2338 ft_sprintf( nbuf, "%hd", p->font->bbx.descent ); in _bdf_parse_start() 2340 nbuf, lineno ); in _bdf_parse_start()
|
Completed in 7 milliseconds