/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | xdr_rec.c | 193 (((ptrdiff_t)rstrm->in_boundry in xdrrec_getint32() 194 - (ptrdiff_t)bufip) >= sizeof (int32_t))) { in xdrrec_getint32() 265 ptrdiff_t current; in xdrrec_putbytes() 438 ptrdiff_t len; /* fragment length */ in xdrrec_endofrecord() 441 ((ptrdiff_t)rstrm->out_finger + sizeof (uint32_t) in xdrrec_endofrecord() 442 >= (ptrdiff_t)rstrm->out_boundry)) { in xdrrec_endofrecord() 446 len = (ptrdiff_t)rstrm->out_finger - (ptrdiff_t)rstrm->frag_header; in xdrrec_endofrecord() 462 ptrdiff_t len; in flush_out() 464 len = (ptrdiff_t)rstrm->out_finger - (ptrdiff_t)rstrm->frag_header; in flush_out() 504 ptrdiff_t current; in get_input_bytes() [all …]
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 162 (((ptrdiff_t)(VFP)->_vfpHighWater - \ 163 (ptrdiff_t)(VFP)->_vfpStart)) : \ 164 (((ptrdiff_t)(VFP)->_vfpCurr - \ 165 (ptrdiff_t)(VFP)->_vfpStart))) 208 ((((ptrdiff_t)(VFP)->_vfpHighWater)-((ptrdiff_t)(VFP)->_vfpCurr)))) 213 ((((ptrdiff_t)(VFP)->_vfpEnd)-((ptrdiff_t)(VFP)->_vfpCurr)))) 270 (((ptrdiff_t)(P))-((ptrdiff_t)(VFP)->_vfpCurr))
|
H A D | vfpops.c | 655 a_vfp->_vfpCurr = (char *)(((ptrdiff_t)a_vfp->_vfpCurr - in vfpSetSize() 656 (ptrdiff_t)a_vfp->_vfpStart) + np); in vfpSetSize() 659 a_vfp->_vfpHighWater = (char *)(((ptrdiff_t)a_vfp->_vfpHighWater - in vfpSetSize() 660 (ptrdiff_t)a_vfp->_vfpStart) + np); in vfpSetSize() 1231 a_buf = (void *)((ptrdiff_t)a_buf + (ptrdiff_t)r); in vfpSafeWrite() 1279 a_buf = (void *)((ptrdiff_t)a_buf + (ptrdiff_t)r); in vfpSafePwrite()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 238 client_path_os = ((ptrdiff_t)ext->client_path - in seed_pkgobjmap() 239 (ptrdiff_t)ext->cf_ent.path); in seed_pkgobjmap() 240 server_path_os = ((ptrdiff_t)ext->server_path - in seed_pkgobjmap() 241 (ptrdiff_t)ext->cf_ent.path); in seed_pkgobjmap() 242 map_path_os = ((ptrdiff_t)ext->map_path - in seed_pkgobjmap() 243 (ptrdiff_t)ext->cf_ent.path); in seed_pkgobjmap() 244 client_local_os = ((ptrdiff_t)ext->client_local - in seed_pkgobjmap() 245 (ptrdiff_t)ext->cf_ent.ainfo.local); in seed_pkgobjmap() 246 server_local_os = ((ptrdiff_t)ext->server_local - in seed_pkgobjmap() 247 (ptrdiff_t)ext->cf_ent.ainfo.local); in seed_pkgobjmap()
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | ftell.c | 53 ptrdiff_t adjust; in ftell_common() 74 adjust = (ptrdiff_t)-iop->_cnt; in ftell_common() 81 adjust = (ptrdiff_t)-iop->_cnt; in ftell_common()
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind_context.h | 71 ptrdiff_t cie_reloc; 77 ptrdiff_t fde_reloc; 165 uint64_t _Unw_get_val(void **datap, ptrdiff_t reloc,
|
H A D | eh_frame.c | 71 ptrdiff_t reloc; in _Unw_Decode_FDE() 76 ptrdiff_t creloc; in _Unw_Decode_FDE() 212 int enc, ptrdiff_t reloc, uintptr_t base, in get_table_ent_val() 298 ptrdiff_t reloc, uintptr_t base); 317 ptrdiff_t reloc; in _Unw_EhfhLookup() 354 ptrdiff_t reloc, uintptr_t base) in locate_fde_for_pc()
|
H A D | call_frame_inst.c | 118 ptrdiff_t reloc, uint64_t current_loc, uint64_t pc, 356 static uint64_t get_encoded_val(void **datap, ptrdiff_t reloc, int enc); 363 _Unw_get_val(void **datap, ptrdiff_t reloc, in _Unw_get_val() 473 get_encoded_val(void **datap, ptrdiff_t reloc, int enc) in get_encoded_val() 548 int interpret_op(void **datap, ptrdiff_t reloc, 556 ptrdiff_t reloc, in interpret_ops() 574 interpret_op(void **datap, ptrdiff_t reloc, in interpret_op()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fmtmsg.c | 311 tokend = (char *)tok + (ptrdiff_t)strlen(tok); in exttok() 316 (q != 0) && (q != tok) && (*(q - (ptrdiff_t)1) == '\\'); in exttok() 317 q = strchr(q + (ptrdiff_t)1, (int)*p)) in exttok() 431 current = tokend + (ptrdiff_t)1; in getauxsevs() 440 current = tokend + (ptrdiff_t)1; in getauxsevs() 445 current = tokend + (ptrdiff_t)1; in getauxsevs() 461 (ptrdiff_t)1; in getauxsevs() 561 nexttok = tokend + (ptrdiff_t)1; in msgverbset()
|
/illumos-gate/usr/src/head/iso/ |
H A D | stddef_iso.h | 66 typedef long ptrdiff_t; /* pointer difference */ typedef 68 typedef int ptrdiff_t; /* (historical version) */
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ldo.h | 36 ptrdiff_t oldtop, ptrdiff_t ef);
|
H A D | lstate.h | 75 ptrdiff_t extra; 84 ptrdiff_t old_errfunc; 174 ptrdiff_t errfunc; /* current error handling function (stack index) */
|
H A D | ldo.c | 225 ptrdiff_t top = savestack(L, L->top); in luaD_hook() 226 ptrdiff_t ci_top = savestack(L, ci->top); in luaD_hook() 281 ptrdiff_t funcr = savestack(L, func); in tryfuncTM() 304 ptrdiff_t funcr = savestack(L, func); in luaD_precall() 372 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */ in luaD_poscall() 600 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() 605 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall()
|
H A D | luaconf.h | 339 #define LUAI_MEM ptrdiff_t 455 #define LUA_INTEGER ptrdiff_t
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dns.c | 391 if ((data_end - data) < (ptrdiff_t)(2 * sizeof (uint16_t))) in print_question() 515 if ((data_end - data) < (ptrdiff_t)(sizeof (type))) { in print_answer() 527 ((ptrdiff_t)(sizeof (size) in print_answer() 590 ((ptrdiff_t)(sizeof (cls) in print_answer() 692 if ((data_end - data_next) < (ptrdiff_t)(5 * sizeof (uint32_t))) in print_answer() 859 if ((data_end - data) < (ptrdiff_t)(sizeof (uint8_t))) { in get_domain_name() 890 (ptrdiff_t)(sizeof (uint16_t))) { in get_domain_name()
|
/illumos-gate/usr/src/cmd/banner/ |
H A D | banner.c | 223 while ((c = *s++) != 0 && ((ptrdiff_t)s-(ptrdiff_t)p) <= chpln) { in banner()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1683 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 1704 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 1735 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 1947 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 2011 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 2152 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 2257 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 2281 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 2312 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() 2389 (ptrdiff_t)(MBLKL(mp))); in strsock_proto() [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandoc_ohash.h | 23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | getnetent_r.c | 138 ptrdiff_t numlen; in str2netent() 177 if (numlen >= (ptrdiff_t)sizeof (numbuf)) { in str2netent()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stddef.h | 37 typedef __ptrdiff_t ptrdiff_t; typedef
|
/illumos-gate/usr/src/head/ |
H A D | stddef.h | 43 using std::ptrdiff_t;
|
/illumos-gate/usr/src/boot/include/ |
H A D | stddef.h | 42 typedef __ptrdiff_t ptrdiff_t; typedef
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | strfind.c | 43 ptrdiff_t offset; in strfind()
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | putws.c | 49 ptrdiff_t diff; in putws()
|
/illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/ |
H A D | tst.deftypes32.mdb.out | 16 sizeof (ptrdiff_t) = 4
|