Searched refs:__magic (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/FreeBSD/
H A Dnl_types.h65 int32_t __magic; member in struct:_nls_cat_hdr
/macosx-10.10.1/Libc-1044.1.2/include/
H A Drunetype.h78 char __magic[8]; /* Magic saying what version we are */ member in struct:__anon2764
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c80 return (loc == LC_GLOBAL_LOCALE || loc->__magic == XMAGIC) ? 0 : -1;
89 memcpy(&dst->__magic, &src->__magic, sizeof(*dst) - offsetof(struct _xlocale, __magic));
124 bzero(&new->__mbs_mblen, offsetof(struct _xlocale, __magic)
H A Dxlocale_private.h122 /* The item(s) before __magic are not copied when duplicating locale_t's */
137 int64_t __magic; member in struct:_xlocale
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Drune.c184 if (memcmp(rl->__magic, _RUNE_MAGIC_A, sizeof(rl->__magic))) {

Completed in 100 milliseconds