Home
last modified time | relevance | path

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

/external/epid-sdk/ext/argtable3/
Dargtable3.c4436 void arg_cat(char * *pdest, const char *src, size_t *pndest) in arg_cat() function
4476 arg_cat(&dest, option, &ndest); in arg_cat_option()
4479 arg_cat(&dest, " ", &ndest); in arg_cat_option()
4482 arg_cat(&dest, "[", &ndest); in arg_cat_option()
4483 arg_cat(&dest, datatype, &ndest); in arg_cat_option()
4484 arg_cat(&dest, "]", &ndest); in arg_cat_option()
4487 arg_cat(&dest, datatype, &ndest); in arg_cat_option()
4495 arg_cat(&dest, "--", &ndest); in arg_cat_option()
4507 arg_cat(&dest, "=", &ndest); in arg_cat_option()
4510 arg_cat(&dest, "[", &ndest); in arg_cat_option()
[all …]