Searched refs:option (Results 1 – 4 of 4) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_cmd_line.c | 54 int bs_is_option(const char *arg, const char *option, int with_value) { in bs_is_option() argument 56 size_t to_match_len = strlen(option); in bs_is_option() 66 if (strcmp(&arg[of], option) != 0) { in bs_is_option() 73 while (!(arg[of] == 0 && *option == 0)) { in bs_is_option() 74 if (*option == 0) { in bs_is_option() 81 if (arg[of] != *option) { in bs_is_option() 85 option++; 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 108 size_t to_match_len = strlen(option); in bs_is_multi_opt() 116 if (strncmp(&arg[of],option,to_match_len) == 0) { in bs_is_multi_opt() [all …]
|
D | bs_cmd_line.h | 55 char *option; member 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_dynargs.c | 36 while (new_args[count].option != NULL) { in bs_add_dynargs()
|
/babblesim_base-3.7.0/device_time_monitor/docs/ |
D | README.txt | 5 the command line option `-interval=<interval>`
|