Searched refs:arg_lit0 (Results 1 – 9 of 9) sorted by relevance
/external/epid-sdk/tools/extractkeys/src/ |
D | main.c | 88 arg_lit0("c", "compressed", "extract compressed keys"); in main() 89 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 91 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/tools/extractgrps/src/ |
D | main.c | 69 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 71 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/tools/revokekey/src/ |
D | main.c | 255 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 257 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/tools/revokegrp/src/ |
D | main.c | 111 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 113 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/tools/revokesig/src/ |
D | main.c | 138 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 140 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/example/signmsg/src/ |
D | main.c | 128 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 130 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/example/verifysig/src/ |
D | main.c | 151 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 153 arg_lit0("v", "verbose", "print status messages to stdout"); in main()
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.h | 162 struct arg_lit* arg_lit0(const char* shortopts,
|
D | argtable3.c | 2526 struct arg_lit * arg_lit0( in arg_lit0() function
|