Searched refs:to_match_len (Results 1 – 1 of 1) sorted by relevance
56 size_t to_match_len = strlen(option); in bs_is_option() local69 return of + to_match_len; in bs_is_option()108 size_t to_match_len = strlen(option); in bs_is_multi_opt() local116 if (strncmp(&arg[of],option,to_match_len) == 0) { in bs_is_multi_opt()117 of += to_match_len; in bs_is_multi_opt()