Searched refs:thislen (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Duniq-u.c176 size_t prevlen, thislen; local
216 thislen = thisline->length;
217 match = !different (thisfield, prevfield, thislen, prevlen);
229 prevlen = thislen;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c1246 unsigned int thislen;
1252 thislen = strlen (normal);
1254 if (thislen > maxname
1256 thislen = maxname;
1258 if (thislen > maxname)
1261 total_namelen += thislen + 1;
1271 if (strncmp (normal, hdr->ar_name, thislen) != 0
1272 || (thislen < sizeof hdr->ar_name
1273 && hdr->ar_name[thislen] != ar_padchar (current)))
1277 memcpy (hdr->ar_name, normal, thislen);
1240 unsigned int thislen; local
1293 unsigned int thislen; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1867 my ($thislen, $have_bra);
1949 $thislen = &min(length($dline) - $si, $rl_screen_width);
1950 if ($si + $thislen < length($dline)) {
1952 $thislen-- if &OnSecondByte($si+$thislen-1);
1953 substr($dline, $si+$thislen-1,1) = '>';
1959 ## Must get substr($dline, $si, $thislen) on the screen,
1962 $dline = substr($dline, $si, $thislen);
1970 $esel = $thislen - 1 if $esel > $thislen
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Demacs.c1901 int match, thislen;
1935 thislen = strlen (argv[from]);
1938 thislen = equals - argv[from];
1944 thislen))
1897 int match, thislen; local
H A Dinsdel.c683 int thislen, c;
684 c = STRING_CHAR_AND_LENGTH (from_addr, bytes_left, thislen);
688 from_addr += thislen;
689 bytes_left -= thislen;
675 int thislen, c; local
H A Dfns.c687 Lisp_Object thislen;
694 thislen = Flength (this), thisleni = XINT (thislen);
684 Lisp_Object thislen; local
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp.c177 size_t thislen = strlen(thisheader); local
181 if(Curl_raw_nequal(head->data, thisheader, thislen))
201 size_t thislen = strlen(thisheader); local
207 if(Curl_raw_nequal(head->data, thisheader, thislen))
/macosx-10.10.1/vim-55/src/
H A Dgui.c2224 int thislen; /* length of bytes to be drawin */ local
2271 thislen = i - start;
2273 thislen = i - start + cl;
2274 if (thislen > 0)
2276 gui_mch_draw_string(gui.row, scol, s + start, thislen,
2278 start += thislen;

Completed in 308 milliseconds