Home
last modified time | relevance | path

Searched defs:who (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c64 int who; in resource_getrusage() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py411 def deleteacl(self, mailbox, who): argument
663 def setacl(self, mailbox, who, what): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c126 static void check_match (LexState *ls, int what, int who, int where) { in check_match()