Searched refs:with_value (Results 1 – 2 of 2) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_cmd_line.h | 75 int bs_is_option(const char *arg, const char *option, int with_value); 76 int bs_is_multi_opt(const char *arg, const char *option, uint* index, int with_value);
|
D | bs_cmd_line.c | 54 int bs_is_option(const char *arg, const char *option, int with_value) { in bs_is_option() argument 65 if (!with_value) { in bs_is_option() 106 int bs_is_multi_opt(const char *arg, const char *option, uint* index, int with_value) { in bs_is_multi_opt() argument 140 if ( with_value ) { in bs_is_multi_opt()
|