Home
last modified time | relevance | path

Searched refs:SIZE_MAX (Results 1 – 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/lib/libc/port/gen/
H A Drecallocarray.c39 newnelem > 0 && SIZE_MAX / newnelem < elsize) { in recallocarray()
46 oldnelem > 0 && SIZE_MAX / oldnelem < elsize) { in recallocarray()
H A Dreallocarray.c32 nelem > 0 && SIZE_MAX / nelem < elsize) { in reallocarray()
H A Dreaddir.c145 dp64->d_ino > SIZE_MAX) { in readdir()
H A Dmallint.h166 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
/illumos-gate/usr/src/uts/common/sys/
H A Dint_limits.h170 #define SIZE_MAX 18446744073709551615UL macro
172 #define SIZE_MAX 4294967295UL
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h174 #define SIZE_MAX UINT64_MAX macro
180 #define SIZE_MAX UINT32_MAX macro
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlimits67 #ifndef SIZE_MAX
71 #define SIZE_MAX UINT_MAX
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlimits67 #ifndef SIZE_MAX
71 #define SIZE_MAX UINT_MAX
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlimits67 #ifndef SIZE_MAX
71 #define SIZE_MAX UINT_MAX
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlimits67 #ifndef SIZE_MAX
71 #define SIZE_MAX UINT_MAX
/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c155 tbl->cols[++maxcol].spacing = SIZE_MAX; in tblcalc()
171 if (dp->layout->spacing != SIZE_MAX && in tblcalc()
172 (col->spacing == SIZE_MAX || in tblcalc()
230 if (col->spacing == SIZE_MAX || icol == maxcol) in tblcalc()
266 min1 = min2 = SIZE_MAX; in tblcalc()
/illumos-gate/usr/src/head/
H A Dstdint.h41 #define RSIZE_MAX (SIZE_MAX >> 1)
/illumos-gate/usr/src/common/ilstr/
H A Dilstr.c149 if (needbytes >= SIZE_MAX - ils->ils_strlen - 1) { in ilstr_have_space()
171 if (chunksz >= SIZE_MAX - new_datalen) { in ilstr_have_space()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_misc.c36 r = vsnprintf(s, SIZE_MAX, fmt, args); in qede_sprintf()
/illumos-gate/usr/src/lib/scsi/plugins/scsi/engines/uscsi/
H A Duscsi.c241 if (xfer > SIZE_MAX) in uscsi_max_transfer()
242 xfer = SIZE_MAX; in uscsi_max_transfer()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwmemmove.c38 size_t max = SIZE_MAX / sizeof (wchar_t); in wmemmove()
H A Dwmemcpy.c39 size_t max = SIZE_MAX / sizeof (wchar_t); in wmemcpy()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h419 #ifndef SIZE_MAX
420 # define SIZE_MAX ((size_t)((size_t)0 - 1)) macro
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dutil.c57 if (sz > SIZE_MAX) { in xcalloc()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dreaddir.c101 if (dc64.d_ino > SIZE_MAX) { in readdir()
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_door.c154 NULL, SIZE_MAX, 0)) == 0) in vscan_door_scan_file()
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c99 up_err = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in i_drctl_send()
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest.h31 #define CTEST_UPDATELEN_WHOLE SIZE_MAX
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h136 #define MAX_MALLOC (size_t)(SIZE_MAX - CORESIZE - 3 * ALIGN) /* overflow chk */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c381 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_str_uid()
577 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_uid_str()
760 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_str_gid()
957 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_gid_str()

1234