Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c127 ARG_LIST *ArgList; in SplitStrToList() local
1655 ARG_LIST *ArgList; in IfConfig6Initialize() local
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DIfconfig.c149 ARG_LIST *ArgList; in SplitStrToList() local
1329 ARG_LIST *ArgList; in ShellCommandRunIfconfig() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_util.py54 def ArgList(args, lparen=LParen(), rparen=RParen()): function