Searched refs:linelen (Results 1 - 25 of 29) sorted by relevance

12

/external/e2fsprogs/
H A Dwordwrap.pl11 $linelen = 0;
17 if ($linelen > 0) {
21 $linelen += $len;
22 if ($linelen > 78) {
24 $linelen = 1+$len;
/external/syslinux/libinstaller/
H A Dbin2c.pl33 $linelen = 8;
41 if ( $pos >= $linelen ) {
59 if ( $pos >= $linelen ) {
/external/mksh/src/
H A Dedit.c3362 ssize_t linelen; member in struct:edstate
3545 undobuf.linelen = ebuf.linelen = 0;
3599 if (vs->linelen == 0) {
3616 if (c == -1 || (ssize_t)LINE <= vs->linelen)
3620 memcpy(buf, vs->cbuf, vs->linelen);
3622 buf[vs->linelen++] = '\n';
3624 return (vs->linelen);
3684 vs->linelen = 0;
3693 vs->linelen
[all...]
/external/libcups/filter/
H A Dpstops.c144 ssize_t linelen, size_t linesize);
146 ppd_file_t *ppd, char *line, ssize_t linelen,
150 ssize_t linelen, size_t linesize);
153 ssize_t linelen, size_t linesize);
156 ssize_t linelen, size_t linesize);
159 ssize_t linelen, size_t linesize);
162 ssize_t linelen, size_t linesize);
178 static ssize_t skip_page(cups_file_t *fp, char *line, ssize_t linelen,
566 ssize_t linelen, /* I - Length of initial line */
590 while (linelen >
562 copy_comments(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
785 copy_dsc(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1045 copy_non_dsc(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1228 copy_page(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, int number, char *line, ssize_t linelen, size_t linesize) argument
1684 copy_prolog(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1738 copy_setup(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1815 copy_trailer(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, int number, char *line, ssize_t linelen, size_t linesize) argument
2672 skip_page(cups_file_t *fp, char *line, ssize_t linelen, size_t linesize) argument
[all...]
/external/python/cpython2/Lib/email/
H A Dquoprimime.py221 linelen = len(line)
224 for j in range(linelen):
229 elif j+1 == linelen:
H A Dheader.py457 linelen = 0
459 curlen = linelen + max(0, len(this)-1) * joinlen
467 linelen += partlen
481 linelen = wslen + len(this[-1])
485 linelen += partlen
/external/google-benchmark/src/
H A Dsysinfo.cc169 const size_t linelen = strlen(line); local
170 const size_t bytes_to_read = sizeof(line) - 1 - linelen;
172 chars_read = read(fd, line + linelen, bytes_to_read);
173 line[linelen + chars_read] = '\0';
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc167 const size_t linelen = strlen(line); local
168 const size_t bytes_to_read = sizeof(line) - 1 - linelen;
170 chars_read = read(fd, line + linelen, bytes_to_read);
171 line[linelen + chars_read] = '\0';
/external/linux-kselftest/tools/testing/selftests/vm/
H A Dthuge-gen.c80 size_t linelen = 0; local
84 while (getline(&line, &linelen, f) > 0) {
110 size_t linelen = 0; local
126 if (getline(&line, &linelen, f) > 0) {
H A Duserfaultfd.c974 size_t linelen = 0; local
979 while (getline(&line, &linelen, f) > 0) {
/external/python/cpython2/Modules/
H A Dbinascii.c1293 unsigned int linelen = 0; local
1324 ((data[in] == '.') && (linelen == 0) &&
1334 if ((linelen + 3) >= MAXLINESIZE) {
1335 linelen = 0;
1341 linelen += 3;
1351 linelen = 0;
1367 (linelen + 1) >= MAXLINESIZE) {
1368 linelen = 0;
1374 linelen++;
1399 in = out = linelen
[all...]
H A D_csv.c787 int linelen; local
807 linelen = PyString_Size(lineobj);
809 if (line == NULL || linelen < 0) {
813 while (linelen--) {
/external/curl/src/
H A Dtool_parsecfg.c348 size_t linelen = strlen(line); local
349 ptr = realloc(line, linelen + strlen(buf) + 1);
355 strcpy(&line[linelen], buf);
/external/tcpdump/
H A Dutil-print.c743 u_int linelen; local
754 linelen = idx - startidx;
770 linelen = idx - startidx;
798 linelen = idx - startidx;
799 ND_PRINT((ndo, "%s%.*s[!%s]", prefix, (int)linelen, pptr + startidx,
804 ND_PRINT((ndo, "%s%.*s", prefix, (int)linelen, pptr + startidx));
/external/toybox/toys/pending/
H A Dmodprobe.c171 size_t linelen, nxtlinelen; local
175 linelen = nxtlinelen = 0;
176 len = getline(&line, &linelen, fl);
195 if (linelen < len + nxtlen + 1) {
196 linelen = len + nxtlen + 1;
197 line = xrealloc(line, linelen);
H A Dsyslogd.c159 size_t linelen; local
190 for (linelen = 0; fp;) {
192 len = getline(&confline, &linelen, fp);
H A Ddhcpd.c724 int len, linelen, tcount, count, size = ARRAY_LEN(keywords); local
731 for (len = 0, linelen = 0; fs;) {
732 len = getline(&confline_temp, (size_t*) &linelen, fs);
/external/ltp/testcases/kernel/syscalls/readahead/
H A Dreadahead02.c130 size_t linelen; local
135 ret = getline(&line, &linelen, f);
/external/python/cpython2/Lib/
H A Dbinhex.py119 self.linelen = LINELEN-1
134 while first <= len(self.hqxdata)-self.linelen:
135 last = first + self.linelen
137 self.linelen = LINELEN
/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c318 size_t linelen = 0; local
319 while (getline (&line, &linelen, procfile) >= 0)
/external/libxml2/
H A Dxmlwriter.c1558 int linelen; local
1565 linelen = 0;
1595 if (linelen >= B64LINELEN) {
1600 linelen = 0;
1607 linelen += 4;
/external/kmod/tools/
H A Ddepmod.c1888 size_t j, n_deps, linepos, linelen, slen; local
1897 linelen = strlen(p) + 1;
1900 linelen += 1 + strlen(mod_get_compressed_path(d));
1903 line = malloc(linelen + 1);
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 670 milliseconds

12