Searched refs:USTAR_MAGIC (Results 1 – 1 of 1) sorted by relevance
97 #define USTAR_MAGIC (uint8_t []){ 'u', 's', 't', 'a', 'r', 0 } macro486 if (memcmp(hdrp->magic, USTAR_MAGIC, sizeof(USTAR_MAGIC)) == 0 && in tarfs_alloc_one()