Searched defs:buflim (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | _itoa.h | 32 _itoa_word (unsigned long value, char *buflim, in _itoa_word() 58 _itoa (uint64_t value, char *buflim, in _itoa()
|
H A D | _itowa.h | 33 _itowa_word (unsigned long value, wchar_t *buflim, in _itowa_word() 62 _itowa (uint64_t value, wchar_t *buflim, in _itowa()
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
H A D | _itoa.h | 32 _itoa_word (unsigned long value, char *buflim, in _itoa_word() 58 _itoa (uint64_t value, char *buflim, in _itoa()
|
H A D | _itowa.h | 33 _itowa_word (unsigned long value, wchar_t *buflim, in _itowa_word() 62 _itowa (uint64_t value, wchar_t *buflim, in _itowa()
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | cmpbuf.c | 89 char const *buflim = buf + nbytes; in block_read() local
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | search.c | 340 register char const *buflim, *beg, *end; in EGexecute() local
|
H A D | grep.c | 228 static char *buflim; /* Limit of user-visible stuff. */ variable
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | m-regex.c | 313 register const char *buflim, *beg, *end; in EGexecute() local
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | sdiff.c | 354 char *buflim; member
|