Home
last modified time | relevance | path

Searched refs:SIZE_T_MAX (Results 1 – 25 of 39) sorted by relevance

12

/NextBSD/sbin/dhclient/
HDprivsep.c123 + sizeof(size_t) || medium_len == SIZE_T_MAX) in dispatch_imsg()
134 reason_len == SIZE_T_MAX) in dispatch_imsg()
156 if (hdr.len < totlen || filename_len == SIZE_T_MAX) in dispatch_imsg()
167 if (hdr.len < totlen || servername_len == SIZE_T_MAX) in dispatch_imsg()
179 if (hdr.len < totlen || prefix_len == SIZE_T_MAX) in dispatch_imsg()
197 if (hdr.len < totlen || optlen == SIZE_T_MAX) in dispatch_imsg()
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal_decls.h28 #ifndef SIZE_T_MAX
29 # define SIZE_T_MAX SIZE_MAX macro
/NextBSD/lib/libedit/
HDsys.h113 #ifndef SIZE_T_MAX
114 #define SIZE_T_MAX ((size_t)-1) macro
HDconfig.h290 #undef SIZE_T_MAX
/NextBSD/crypto/openssh/
HDxmalloc.c47 if (SIZE_T_MAX / nmemb < size) in xcalloc()
64 if (SIZE_T_MAX / nmemb < size) in xrealloc()
HDdefines.h296 #ifndef SIZE_T_MAX
297 #define SIZE_T_MAX ULONG_MAX macro
303 # define SIZE_T_MAX UINT_MAX macro
307 #define SIZE_MAX SIZE_T_MAX
HDmonitor_mm.c179 if (size > SIZE_T_MAX - MM_MINSIZE + 1) in mm_malloc()
/NextBSD/lib/libc/gen/
HDnlist.c123 if (st.st_size > SIZE_T_MAX) { in __aout_fdnlist()
262 if (shdr_size > SIZE_T_MAX) { in __elf_fdnlist()
291 if (symstrsize > SIZE_T_MAX) { in __elf_fdnlist()
/NextBSD/contrib/jemalloc/src/
HDckh.c64 return (SIZE_T_MAX); in ckh_bucket_search()
82 if (cell != SIZE_T_MAX) in ckh_isearch()
491 if (cell != SIZE_T_MAX) { in ckh_remove()
522 if (cell != SIZE_T_MAX) { in ckh_search()
HDjemalloc.c1060 SIZE_T_MAX, false) in malloc_conf_init()
1090 0, SIZE_T_MAX, false) in malloc_conf_init()
1650 } else if (unlikely(((num | size) & (SIZE_T_MAX << (sizeof(size_t) << in JEMALLOC_ATTR()
2305 assert(SIZE_T_MAX - size >= extra); in je_xallocx()
2534 assert(SIZE_T_MAX - size >= extra); in je_rallocm()
/NextBSD/lib/libc/locale/
HDmbstowcs.c50 return (XLOCALE_CTYPE(locale)->__mbsnrtowcs(pwcs, &sp, SIZE_T_MAX, n, &mbs)); in mbstowcs_l()
HDwcstombs.c51 return (XLOCALE_CTYPE(locale)->__wcsnrtombs(s, &pwcsp, SIZE_T_MAX, n, &mbs)); in wcstombs_l()
HDwcsrtombs.c48 return (XLOCALE_CTYPE(locale)->__wcsnrtombs(dst, src, SIZE_T_MAX, len, ps)); in wcsrtombs_l()
HDmbsrtowcs.c48 return (XLOCALE_CTYPE(locale)->__mbsnrtowcs(dst, src, SIZE_T_MAX, len, ps)); in mbsrtowcs_l()
HDwcsftime.c91 if (SIZE_T_MAX / MB_CUR_MAX <= maxsize) { in wcsftime_l()
/NextBSD/sys/sys/
HDlimits.h76 #define SIZE_T_MAX __SIZE_T_MAX /* max value for a size_t */ macro
/NextBSD/lib/libc/stdio/
HDfputws.c66 nbytes = l->__wcsnrtombs(buf, &wsp, SIZE_T_MAX, sizeof(buf), in fputws_l()
HDvswscanf.c86 if ((mlen = wcsrtombs_l(mbstr, &strp, SIZE_T_MAX, &mbs, locale)) == (size_t)-1) { in vswscanf_l()
HDgetdelim.c53 #if SIZE_T_MAX > 0xffffffffU in p2roundup()
/NextBSD/lib/libdispatch/src/
HDtransform.c638 if (total > SIZE_T_MAX-4 || ((total+4)/5 > SIZE_T_MAX/8)) { in _dispatch_transform_to_base32_with_table()
874 if (total > SIZE_T_MAX-2 || ((total+2)/3> SIZE_T_MAX/4)) { in _dispatch_transform_to_base64()
/NextBSD/usr.bin/look/
HDlook.c150 if ((uintmax_t)sb.st_size > (uintmax_t)SIZE_T_MAX) in main()
/NextBSD/usr.bin/bsdiff/bsdiff/
HDbsdiff.c240 (uintmax_t)oldsize >= SIZE_T_MAX / sizeof(off_t) || in main()
264 if (newsize > SSIZE_MAX || (uintmax_t)newsize >= SIZE_T_MAX || in main()
/NextBSD/lib/libc/db/
HDchangelog96 Try and make SIZE_T_MAX test in open portable.
/NextBSD/contrib/nvi/common/
HDmem.h231 #if SIZE_T_MAX > 0xffffffffU in p2roundup()
/NextBSD/lib/libc/nls/
HDmsgcat.c405 if (st.st_size > SIZE_T_MAX) { in load_msgcat()

12