Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/whoami/
H A Dwhoami.c152 } WhoamiTable; typedef
155 WhoamiTable *WhoamiAllocTable(UINT Rows, UINT Cols) in WhoamiAllocTable()
157 WhoamiTable *pTable = HeapAlloc(GetProcessHeap(), in WhoamiAllocTable()
159 sizeof(WhoamiTable) + sizeof(LPWSTR) * Rows * Cols); in WhoamiAllocTable()
176 void WhoamiSetTable(WhoamiTable *pTable, WCHAR *Entry, UINT Row, UINT Col) in WhoamiSetTable()
193 void WhoamiSetTableDyn(WhoamiTable *pTable, WCHAR *Entry, UINT Row, UINT Col) in WhoamiSetTableDyn()
199 void WhoamiPrintTable(WhoamiTable *pTable) in WhoamiPrintTable()
424 WhoamiTable *UserTable = NULL; in WhoamiUser()
491 WhoamiTable *GroupTable = NULL; in WhoamiGroups()
593 WhoamiTable *PrivTable = NULL; in WhoamiPriv()