Searched refs:_lb (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/lib/libc/stdio/ |
| HD | fgetln.c | 56 if (fp->_lb._size >= newsize) in __slbexpand() 62 if ((p = realloc(fp->_lb._base, newsize)) == NULL) in __slbexpand() 64 fp->_lb._base = p; in __slbexpand() 65 fp->_lb._size = newsize; in __slbexpand() 129 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln() 146 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln() 153 ret = (char *)fp->_lb._base; in fgetln()
|
| HD | fgetwln.c | 63 if (len * sizeof(wchar_t) >= fp->_lb._size && in fgetwln_l() 68 *((wchar_t *)fp->_lb._base + len++) = wc; in fgetwln_l() 81 ret = (wchar_t *)fp->_lb._base; in fgetwln_l()
|
| HD | local.h | 123 #define HASLB(fp) ((fp)->_lb._base != NULL) 125 free((char *)(fp)->_lb._base); \ 126 (fp)->_lb._base = NULL; \
|
| HD | findfp.c | 155 fp->_lb._base = NULL; /* no line buffer */ in __sfp() 156 fp->_lb._size = 0; in __sfp()
|
| HD | freopen.c | 186 fp->_lb._size = 0; in freopen()
|
| /freebsd-14-stable/contrib/elftoolchain/common/ |
| HD | _elftc.h | 216 STAILQ_HEAD(, type) _la, _lb; \ 223 STAILQ_INIT(&_lb); \ 264 STAILQ_INSERT_TAIL(&_lb, _e, field); \ 267 (head)->stqh_first = _lb.stqh_first; \ 268 (head)->stqh_last = _lb.stqh_last; \
|
| /freebsd-14-stable/include/ |
| HD | stdio.h | 149 struct __sbuf _lb; /* buffer for fgetln() */ member
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/ |
| HD | link.c | 428 #define RSSI_TO_GRADE_LINE(_lb, _hb_uhb, _grade) \ argument 430 .rssi = {_lb, _hb_uhb}, \
|