Home
last modified time | relevance | path

Searched refs:arg_rex (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/ext/argtable3/
Dargtable3.h123 struct arg_rex struct
231 struct arg_rex* arg_rex0(const char* shortopts,
237 struct arg_rex* arg_rex1(const char* shortopts,
243 struct arg_rex* arg_rexn(const char* shortopts,
Dargtable3.c2765 static void arg_rex_resetfn(struct arg_rex *parent) in arg_rex_resetfn()
2771 static int arg_rex_scanfn(struct arg_rex *parent, const char *argval) in arg_rex_scanfn()
2818 static int arg_rex_checkfn(struct arg_rex *parent) in arg_rex_checkfn()
2830 static void arg_rex_errorfn(struct arg_rex *parent, in arg_rex_errorfn()
2872 struct arg_rex * arg_rex0(const char * shortopts, in arg_rex0()
2889 struct arg_rex * arg_rex1(const char * shortopts, in arg_rex1()
2907 struct arg_rex * arg_rexn(const char * shortopts, in arg_rexn()
2917 struct arg_rex *result; in arg_rexn()
2934 nbytes = sizeof(struct arg_rex) /* storage for struct arg_rex */ in arg_rexn()
2938 result = (struct arg_rex *)malloc(nbytes); in arg_rexn()