Searched refs:LCC_UID_SET (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h371 #define LCC_UID_SET (1 << 0) macro
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c1094 if ((lcc->fieldsSet & LCC_UID_SET) && (pUid != NULL))
1154 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET;
1163 lcc->fieldsSet |= LCC_UID_SET;
1199 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET | LCC_PID_SET;
2050 if ((lcc->fieldsSet & LCC_UID_SET) && (lcc->euid == siAddrId)) {
H A Dconnection.c547 if (lcc->fieldsSet & LCC_UID_SET) {
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h406 #define LCC_UID_SET (1 << 0) macro
/xsrc/external/mit/xorg-server/dist/os/
H A Daccess.c1215 lcc->fieldsSet |= LCC_UID_SET;
1254 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET | LCC_PID_SET;
1263 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET;
2121 if ((lcc->fieldsSet & LCC_UID_SET) && (lcc->euid == siAddrId)) {
H A Dconnection.c425 if (lcc->fieldsSet & LCC_UID_SET) {
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c102 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0,
H A Dwindow.c391 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0,
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshm.c331 if (lcc->fieldsSet & LCC_UID_SET) {
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshm.c319 if (lcc->fieldsSet & LCC_UID_SET) {

Completed in 40 milliseconds