Searched defs:linelen (Results 1 - 25 of 28) sorted by relevance

12

/external/curl/src/
H A Dtool_parsecfg.c344 size_t linelen = strlen(line); local
345 ptr = realloc(line, linelen + strlen(buf) + 1);
351 strcpy(&line[linelen], buf);
/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c318 size_t linelen = 0; local
319 while (getline (&line, &linelen, procfile) >= 0)
/external/linux-kselftest/tools/testing/selftests/vm/
H A Dthuge-gen.c81 size_t linelen = 0; local
85 while (getline(&line, &linelen, f) > 0) {
111 size_t linelen = 0; local
127 if (getline(&line, &linelen, f) > 0) {
H A Duserfaultfd.c1211 size_t linelen = 0; local
1216 while (getline(&line, &linelen, f) > 0) {
/external/ltp/testcases/kernel/syscalls/readahead/
H A Dreadahead02.c130 size_t linelen; local
135 ret = getline(&line, &linelen, f);
/external/linux-kselftest/tools/testing/selftests/memfd/
H A Dmemfd_test.c41 size_t linelen = 0; local
46 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/python/cpython3/Modules/
H A Dbinascii.c1355 unsigned int linelen = 0; local
1378 ((databuf[in] == '.') && (linelen == 0) &&
1387 if ((linelen + 3) >= MAXLINESIZE) {
1388 linelen = 0;
1394 linelen += 3;
1404 linelen = 0;
1420 (linelen + 1) >= MAXLINESIZE) {
1421 linelen = 0;
1427 linelen++;
1450 in = out = linelen
[all...]
H A D_csv.c798 Py_ssize_t pos, linelen; local
837 linelen = PyUnicode_GET_LENGTH(lineobj);
838 while (linelen--) {
/external/tcpdump/
H A Dutil-print.c756 u_int linelen; local
767 linelen = idx - startidx;
783 linelen = idx - startidx;
811 linelen = idx - startidx;
812 ND_PRINT((ndo, "%s%.*s[!%s]", prefix, (int)linelen, pptr + startidx,
817 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.c158 size_t linelen; local
189 for (linelen = 0; fp;) {
191 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/python/cpython2/Parser/
H A Dtokenizer.c1722 int linelen = PyString_Size(lineobj); local
1724 text = PyObject_MALLOC(linelen + 1);
1726 if (linelen)
1727 strncpy(text, line, linelen);
1728 text[linelen] = '\0';
/external/freetype/src/bdf/
H A Dbdflib.c233 unsigned long linelen,
415 unsigned long linelen )
436 if ( linelen == 0 || line[0] == 0 )
463 for ( final_empty = 0, sp = ep = line, end = sp + linelen;
1039 unsigned long linelen,
1074 ep = line + linelen;
1271 unsigned long linelen,
1300 linelen -= 7;
1306 linelen--;
1308 error = _bdf_add_comment( p->font, s, linelen );
1038 _bdf_is_atom( char* line, unsigned long linelen, char** name, char** value, bdf_font_t* font ) argument
1270 _bdf_parse_glyphs( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) argument
1793 _bdf_parse_properties( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) argument
1898 _bdf_parse_start( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) argument
[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/libxml2/
H A Dxmlwriter.c1552 int linelen; local
1559 linelen = 0;
1589 if (linelen >= B64LINELEN) {
1594 linelen = 0;
1601 linelen += 4;
/external/curl/lib/vtls/
H A Dopenssl.c223 size_t linelen = strlen(line); local
225 if(linelen <= sizeof(stackbuf) - 2)
228 buf = malloc(linelen + 2);
232 strncpy(buf, line, linelen);
233 buf[linelen] = '\n';
234 buf[linelen + 1] = '\0';
/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/mksh/src/
H A Dedit.c3379 ssize_t linelen; member in struct:edstate
3561 undobuf.linelen = ebuf.linelen = 0;
3609 if (ebuf.linelen > 0)
3610 xep += ebuf.linelen;
3616 if (vs->linelen == 0) {
3633 if (c == -1 || (ssize_t)LINE <= vs->linelen)
3637 memcpy(buf, vs->cbuf, vs->linelen);
3639 buf[vs->linelen++] = '\n';
3641 return (vs->linelen);
[all...]
/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/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1057 milliseconds

12