Searched refs:str_cnt (Results 1 – 1 of 1) sorted by relevance
73 size_t str_cnt; in ntpsnmpd_parse_string() local80 str_cnt = strlen(string); in ntpsnmpd_parse_string()85 for (i = 0; loop && i <= str_cnt; i++) { in ntpsnmpd_parse_string()110 for (val_cnt = 0; i < str_cnt; i++) { in ntpsnmpd_parse_string()172 size_t str_cnt; in ntpsnmpd_cut_string() local177 str_cnt = strlen(string); in ntpsnmpd_cut_string()182 for (i = 0, l = 0; i < str_cnt && l <= fieldnumber; i++) { in ntpsnmpd_cut_string()