Searched refs:str_cnt (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/ntp/dist/ntpsnmpd/ |
| H A D | ntpSnmpSubagentObject.c | 75 size_t str_cnt; in ntpsnmpd_parse_string() local 82 str_cnt = strlen(string); in ntpsnmpd_parse_string() 87 for (i = 0; loop && i <= str_cnt; i++) { in ntpsnmpd_parse_string() 112 for (val_cnt = 0; i < str_cnt; i++) { in ntpsnmpd_parse_string() 174 size_t str_cnt; in ntpsnmpd_cut_string() local 179 str_cnt = strlen(string); in ntpsnmpd_cut_string() 184 for (i = 0, l = 0; i < str_cnt && l <= fieldnumber; i++) { in ntpsnmpd_cut_string()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ecoff.c | 4448 unsigned long str_cnt; in ecoff_build_strings() local 4451 str_cnt = vp->objects_last_page; in ecoff_build_strings() 4453 str_cnt = vp->objects_per_page; in ecoff_build_strings() 4455 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings() 4456 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings() 4458 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings() 4459 str_out += str_cnt; in ecoff_build_strings() 4460 istr += str_cnt; in ecoff_build_strings()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ecoff.c | 4450 unsigned long str_cnt; in ecoff_build_strings() local 4453 str_cnt = vp->objects_last_page; in ecoff_build_strings() 4455 str_cnt = vp->objects_per_page; in ecoff_build_strings() 4457 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings() 4458 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings() 4460 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings() 4461 str_out += str_cnt; in ecoff_build_strings() 4462 istr += str_cnt; in ecoff_build_strings()
|