Home
last modified time | relevance | path

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

/babblesim_base-3.7.0/libUtilv1/src/
Dbs_cmd_line.c54 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 …]
Dbs_cmd_line.h55 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);
Dbs_dynargs.c36 while (new_args[count].option != NULL) { in bs_add_dynargs()
/babblesim_base-3.7.0/device_time_monitor/docs/
DREADME.txt5 the command line option `-interval=<interval>`