HomeSort by: relevance | last modified time | path
    Searched defs:str_cnt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpSnmpSubagentObject.c 75 size_t str_cnt; local
82 str_cnt = strlen(string);
87 for (i = 0; loop && i <= str_cnt; i++) {
112 for (val_cnt = 0; i < str_cnt; i++) {
174 size_t str_cnt; local
179 str_cnt = strlen(string);
184 for (i = 0, l = 0; i < str_cnt && l <= fieldnumber; i++) {
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 4445 unsigned long str_cnt;
4448 str_cnt = vp->objects_last_page;
4450 str_cnt = vp->objects_per_page;
4452 if ((unsigned long)(*bufend - str_out) < str_cnt)
4453 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt);
4455 memcpy (str_out, str_link->datum->byte, str_cnt);
4456 str_out += str_cnt;
4457 istr += str_cnt;
4413 unsigned long str_cnt; local
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 4442 unsigned long str_cnt;
4445 str_cnt = vp->objects_last_page;
4447 str_cnt = vp->objects_per_page;
4449 if ((unsigned long)(*bufend - str_out) < str_cnt)
4450 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt);
4452 memcpy (str_out, str_link->datum->byte, str_cnt);
4453 str_out += str_cnt;
4454 istr += str_cnt;
4410 unsigned long str_cnt; local

Completed in 65 milliseconds