Searched refs:__xar_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xar-254/xar/lib/
H A Darchive.h66 struct __xar_t { struct
104 #define XAR(x) ((struct __xar_t *)(x))
H A Darchive.c97 ret = malloc(sizeof(struct __xar_t));
99 memset(XAR(ret), 0, sizeof(struct __xar_t));
/macosx-10.10.1/xar-254/xar/include/
H A Dxar.h.in72 typedef const struct __xar_t *xar_t;

Completed in 111 milliseconds