Home
last modified time | relevance | path

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

/babblesim_base-latest/libUtilv1/src/
Dbs_cmd_line.c56 size_t to_match_len = strlen(option); in bs_is_option() local
69 return of + to_match_len; in bs_is_option()
108 size_t to_match_len = strlen(option); in bs_is_multi_opt() local
116 if (strncmp(&arg[of],option,to_match_len) == 0) { in bs_is_multi_opt()
117 of += to_match_len; in bs_is_multi_opt()