Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/nss/nss_files/
Dfiles-parse.c129 char **list = parse_list (&line, buf_start, buf_end, terminator_c, \
199 char *buf_end = (char *) data + datalen; \
200 if (line >= data->linebuffer && line < buf_end) \
214 if (line >= data->linebuffer && line < buf_end) \
225 char **list = parse_list (&line, buf_start, buf_end, '\0', errnop); \
234 parse_list (char **linep, char *eol, char *buf_end, int terminator_c, in parse_list() argument
249 if ((char *) (p + 2) > buf_end) in parse_list()
/glibc-2.36/libio/
Dwfileops.c56 char *write_base, *write_ptr, *buf_end; in _IO_wdo_write() local
63 buf_end = mb_buf + sizeof (mb_buf); in _IO_wdo_write()
69 buf_end = fp->_IO_buf_end; in _IO_wdo_write()
76 buf_end, in _IO_wdo_write()