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

/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c339 /* PX - POSIX attributes */
341 SUSP_ENTRY_RRIP_PX, "PX", SUSP_LOC_ENTRY);
392 /* PX - POSIX attributes */
394 SUSP_ENTRY_RRIP_PX, "PX", SUSP_LOC_ENTRY);
401 /* PX - POSIX attributes */
403 SUSP_ENTRY_RRIP_PX, "PX", SUSP_LOC_ENTRY);
640 v->attr.rr_entry.PX.h.length[0] = 44;
641 v->attr.rr_entry.PX.h.version[0] = 1;
643 v->attr.rr_entry.PX.mode);
645 v->attr.rr_entry.PX
[all...]
H A Diso9660_rrip.h182 ISO_RRIP_PX PX; member in union:__anon8778
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2965 auto *PX = X->getPrefix(); local
2967 if (PX && PY)
2968 return isSameQualifier(PX, PY);
2969 return !PX && !PY;

Completed in 99 milliseconds