Searched refs:ArgV (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/ |
D | OrderedCollectionTest.c | 443 IN char **ArgV in SetupInputOutput() argument 456 switch (getopt (ArgC, ArgV, ":i:o:h")) { in SetupInputOutput() 478 "\n", ArgV[0]); in SetupInputOutput() 490 "help\n", ArgV[0], optopt); in SetupInputOutput() 494 fprintf (stderr, "%s: unknown option -%c; pass -h for help\n", ArgV[0], in SetupInputOutput() 502 "help\n", ArgV[0]); in SetupInputOutput() 518 fprintf (stderr, "%s: fopen(\"%s\", \"r\"): %s\n", ArgV[0], InputName, in SetupInputOutput() 529 fprintf (stderr, "%s: fopen(\"%s\", \"w\"): %s\n", ArgV[0], OutputName, in SetupInputOutput() 549 IN char **ArgV in main() argument 556 SetupInputOutput (ArgC, ArgV); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/ |
D | RawIp4Tx.c | 31 IN char **ArgV in RawIp4Tx() argument 60 || ( 4 != sscanf ( ArgV[1], in RawIp4Tx() 74 printf ( "%s <remote IP address>\r\n", ArgV[0]); in RawIp4Tx()
|
D | RawIp4Tx.h | 94 IN char **ArgV
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/ |
D | OobTx.c | 32 IN char **ArgV in OobTx() argument 66 || ( 4 != sscanf ( ArgV[1], in OobTx() 80 printf ( "%s <remote IP address> [optional: enables in-line OOB]\r\n", ArgV[0]); in OobTx()
|
D | OobTx.h | 93 IN char **ArgV
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/ |
D | RawIp4Rx.h | 94 IN char **ArgV
|
D | RawIp4Rx.c | 31 IN char **ArgV in RawIp4Rx() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/ |
D | OobRx.h | 92 IN char **ArgV
|
D | OobRx.c | 31 IN char **ArgV in OobRx() argument
|