Searched refs:id (Results 1 – 5 of 5) sorted by relevance
70 #define TRAX_ID_MAJVER(id) (((id) >> 20) & 0x0f) argument71 #define TRAX_ID_MINVER(id) (((id) >> 17) & 0x07) argument72 #define TRAX_ID_VER(id) ((TRAX_ID_MAJVER(id)<<4)|TRAX_ID_MINVER(id)) argument92 #define TRAX_ID_1_0_ERRATUM(id) (TRAX_ID_VER(id) == TRAX_VER_1_0) argument94 #define TRAX_ID_MEMSZ_ERRATUM(id) (TRAX_ID_VER(id) == TRAX_VER_2_0) argument174 unsigned id; member
78 extern int trax_display_id(unsigned id, const char *prefix);79 extern int trax_display_summary(unsigned id,
52 unsigned id; /* 80: TRAX registers at time of save (0 if not read) */ member
630 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>1139 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls1142 am_uid=`id -u || echo unknown`1143 am_gid=`id -g || echo unknown`
2391 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>