Searched refs:arg_lit (Results 1 – 9 of 9) sorted by relevance
/external/epid-sdk/ext/argtable3/ |
D | argtable3.h | 96 struct arg_lit struct 162 struct arg_lit* arg_lit0(const char* shortopts, 165 struct arg_lit* arg_lit1(const char* shortopts, 168 struct arg_lit* arg_litn(const char* shortopts,
|
D | argtable3.c | 2467 static void arg_lit_resetfn(struct arg_lit *parent) in arg_lit_resetfn() 2474 static int arg_lit_scanfn(struct arg_lit *parent, const char *argval) in arg_lit_scanfn() 2488 static int arg_lit_checkfn(struct arg_lit *parent) in arg_lit_checkfn() 2497 struct arg_lit *parent, in arg_lit_errorfn() 2526 struct arg_lit * arg_lit0( in arg_lit0() 2535 struct arg_lit * arg_lit1( in arg_lit1() 2544 struct arg_lit * arg_litn( in arg_litn() 2551 struct arg_lit *result; in arg_litn() 2556 result = (struct arg_lit *)malloc(sizeof(struct arg_lit)); in arg_litn()
|
/external/epid-sdk/tools/extractkeys/src/ |
D | main.c | 87 struct arg_lit* compressed = in main() 89 struct arg_lit* help = arg_lit0(NULL, "help", "display this help and exit"); in main() 90 struct arg_lit* verbose = 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() 70 struct arg_lit* verbose = 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() 256 struct arg_lit* verbose = 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() 112 struct arg_lit* verbose = 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() 139 struct arg_lit* verbose = 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() 129 struct arg_lit* verbose = 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() 152 struct arg_lit* verbose = in main()
|