Symbol: offsetof
usr/src/boot/include/stddef.h
65
#define offsetof(type, member) __offsetof(type, member)
usr/src/boot/sys/sys/stddef.h
41
#define offsetof(type, field) __offsetof(type, field)
usr/src/boot/sys/sys/types.h
295
#define offsetof(type, field) __offsetof(type, field)
usr/src/cmd/sendmail/include/sm/conf.h
1911
# undef offsetof /* avoid stddefs.h, sys/sysmacros.h conflict */
usr/src/cmd/sendmail/include/sm/conf.h
1925
# undef offsetof /* avoid stddefs.h, sys/sysmacros.h conflict */
usr/src/cmd/sendmail/include/sm/conf.h
2350
# undef offsetof /* avoid stddefs.h and sys/sysmacros.h conflict */
usr/src/cmd/sendmail/include/sm/gen.h
47
# define offsetof(type, member) ((size_t)(&((type *)0)->member))
usr/src/grub/grub-0.97/stage2/fsys_xfs.c
189
#undef offsetof
usr/src/grub/grub-0.97/stage2/fsys_xfs.c
190
#define offsetof(t,m) ((int)&(((t *)0)->m))
usr/src/grub/grub-0.97/stage2/zfs-include/vdev_impl.h
28
#undef offsetof
usr/src/grub/grub-0.97/stage2/zfs-include/vdev_impl.h
29
#define offsetof(t, m) ((int)&(((t *)0)->m))
usr/src/stand/lib/sa/stddef.h
45
#define offsetof(s, m) (size_t)(&(((s *)0)->m))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1766
# undef offsetof
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1769
# define offsetof(t,m) (size_t)((&((t *)0)->m))
usr/src/uts/common/sys/stddef.h
29
#define offsetof(s, m) __builtin_offsetof(s, m)
usr/src/uts/common/sys/stddef.h
32
#define offsetof(s, m) (std::size_t)(&(((s *)NULL)->m))
usr/src/uts/common/sys/stddef.h
34
#define offsetof(s, m) ((size_t)(&(((s *)NULL)->m)))