Searched refs:userId (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dutils.c78 static const char *userId = NULL; variable in typeref:typename:const char *
321 userId = argv[++i];
463 if ((geteuid() == 0) && (dropPriv || userId)) {
467 if (!userId)
470 user = userId;
488 } else if (dropPriv || userId) {
/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c260 char userId[20], restartService[80];
271 snprintf (userId, sizeof(userId), "%ld", (long)getuid());
276 prop2val.value = (SmPointer) userId;
277 prop2val.length = strlen (userId);
920 char userId[20];
930 snprintf (userId, sizeof(userId), "%ld", (long)getuid());
935 prop2val.value = (SmPointer) userId;
936 prop2val.length = strlen (userId);
255 char userId[20], restartService[80]; local in function:FinishSaveYourself
899 char userId[20]; local in function:ProxySaveYourselfPhase2CB
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dsession.c689 char userId[20]; local in function:SaveYourselfPhase2CB
700 snprintf(userId, sizeof(userId), "%ld", (long) getuid());
707 props[1]->vals[0].value = strdup(userId);
708 props[1]->vals[0].length = (int) strlen(userId);
/xsrc/external/mit/ctwm/dist/
H A Dsession.c902 char userId[20]; local in function:SaveYourselfPhase2CB
912 sprintf(userId, "%d", getuid());
917 prop2val.value = (SmPointer) userId;
918 prop2val.length = strlen(userId);

Completed in 9 milliseconds