HomeSort by relevance Sort by last modified time
    Searched refs:linelen (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/
wordwrap.pl 11 $linelen = 0;
17 if ($linelen > 0) {
21 $linelen += $len;
22 if ($linelen > 78) {
24 $linelen = 1+$len;
  /external/mksh/src/
edit.c 3340 ssize_t linelen; member in struct:edstate
    [all...]
  /build/tools/releasetools/
edify_generator.py 39 def _WordWrap(cmd, linelen=80):
47 x = re.compile("^(.{,%d})\0" % (linelen-indent,))
  /external/openssl/crypto/asn1/
asn_mime.c 103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
923 static int mime_bound_check(char *line, int linelen, char *bound, int blen)
925 if(linelen == -1) linelen = strlen(line);
928 if(blen + 2 > linelen) return 0;
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 358 const int linelen = strlen(line); local
359 const int bytes_to_read = sizeof(line)-1 - linelen;
361 chars_read = read(fd, line + linelen, bytes_to_read);
362 line[linelen + chars_read] = '\0';
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 343 const int linelen = strlen(line); local
344 const int bytes_to_read = sizeof(line)-1 - linelen;
346 chars_read = read(fd, line + linelen, bytes_to_read);
347 line[linelen + chars_read] = '\0';
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 830 int linelen = 0; local
831 while (i + linelen < len && text[i + linelen] != newlineCharacter)
832 linelen++;
834 if (linelen) {
835 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, direction, 0, 0);
841 i += linelen
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlwriter.c 1550 int linelen; local
    [all...]
  /external/libxml2/
xmlwriter.c 1554 int linelen; local
    [all...]

Completed in 429 milliseconds