Home
last modified time | relevance | path

Searched refs:GroupTable (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/cmdutils/whoami/
H A Dwhoami.c491 WhoamiTable *GroupTable = NULL; in WhoamiGroups() local
501 GroupTable = WhoamiAllocTable(pGroupInfo->GroupCount + 1, 4); in WhoamiGroups()
505 WhoamiSetTable(GroupTable, WhoamiLoadRcString(IDS_COL_GROUP_NAME), 0, 0); in WhoamiGroups()
506 WhoamiSetTable(GroupTable, WhoamiLoadRcString(IDS_COL_TYPE), 0, 1); in WhoamiGroups()
507 WhoamiSetTable(GroupTable, WhoamiLoadRcString(IDS_COL_SID), 0, 2); in WhoamiGroups()
508 WhoamiSetTable(GroupTable, WhoamiLoadRcString(IDS_COL_ATTRIB), 0, 3); in WhoamiGroups()
541 WhoamiSetTable(GroupTable, tmpBuffer, PrintingRow, 0); in WhoamiGroups()
544 WhoamiSetTable(GroupTable, WhoamiLoadRcString(SidNameUseStr[Use]), PrintingRow, 1); in WhoamiGroups()
549 WhoamiSetTable(GroupTable, pSidStr, PrintingRow, 2); in WhoamiGroups()
568 WhoamiSetTable(GroupTable, tmpBuffer, PrintingRow, 3); in WhoamiGroups()
[all …]
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpinit.c99 PUNICODE_STRING GroupTable; in PiInitCacheGroupInformation() local
125 &GroupTable, in PiInitCacheGroupInformation()
129 PiInitGroupOrderTable = GroupTable; in PiInitCacheGroupInformation()