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

  /external/curl/src/
tool_parsecfg.c 348 size_t linelen = strlen(line); local
349 ptr = realloc(line, linelen + strlen(buf) + 1);
355 strcpy(&line[linelen], buf);
  /external/elfutils/libdwfl/
linux-pid-attach.c 318 size_t linelen = 0; local
319 while (getline (&line, &linelen, procfile) >= 0)
  /external/google-benchmark/src/
sysinfo.cc 167 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/libcxx/utils/google-benchmark/src/
sysinfo.cc 167 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';
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 488 int linelen = min(16, len - i); local
491 for (int j = 1; j < linelen; j++) {
495 for (int j = linelen; j < 16; j++) {
503 for (int j = 0; j < linelen; j++) {
  /external/linux-kselftest/tools/testing/selftests/vm/
thuge-gen.c 80 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) {
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 130 size_t linelen; local
135 ret = getline(&line, &linelen, f);
  /external/tcpdump/
util.c 581 u_int linelen; local
592 linelen = idx - startidx;
608 linelen = idx - startidx;
636 linelen = idx - startidx;
637 ND_PRINT((ndo, "%s%.*s[!%s]", prefix, (int)linelen, pptr + startidx,
642 ND_PRINT((ndo, "%s%.*s", prefix, (int)linelen, pptr + startidx));
  /external/toybox/toys/pending/
modprobe.c 171 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);
syslogd.c 159 size_t linelen; local
190 for (linelen = 0; fp;) {
192 len = getline(&confline, &linelen, fp);
dhcpd.c 724 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);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 503 int linelen = min(16, len - i); local
506 for (int j = 1; j < linelen; j++) {
510 for (int j = linelen; j < 16; j++) {
518 for (int j = 0; j < linelen; j++) {
  /libcore/ojluni/src/test/java/time/tck/java/time/
AbstractTCKTest.java 214 final int linelen = 10; local
216 if (i % linelen == 0) {
220 if ((i % linelen) == (linelen-1) || i == bytes.length - 1) {
222 int s = i / linelen * linelen;
223 int k = i % linelen;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 1292 unsigned int linelen = 0; local
    [all...]
_csv.c 789 int linelen; local
809 linelen = PyString_Size(lineobj);
811 if (line == NULL || linelen < 0) {
815 while (linelen--) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 1716 int linelen = PyString_Size(lineobj); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 1307 unsigned int linelen = 0; local
    [all...]
_csv.c 779 int linelen; local
795 linelen = PyString_Size(lineobj);
797 if (line == NULL || linelen < 0) {
801 while (linelen--) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 1687 int linelen = PyString_Size(lineobj); local
    [all...]
  /system/netd/tests/
binder_test.cpp 131 ssize_t linelen = 0; local
132 while ((linelen = getline(&line, &bufsize, f)) >= 0) {
133 lines.push_back(std::string(line, linelen));
  /external/libxml2/
xmlwriter.c 1558 int linelen; local
    [all...]
  /external/kmod/tools/
depmod.c 1888 size_t j, n_deps, linepos, linelen, slen; local
    [all...]
  /external/mksh/src/
edit.c 3347 ssize_t linelen; member in struct:edstate
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 6991 int linelen = (int) extractRadix(data, offset, eol - offset, 10); local
8382 int linelen = (int) extractRadix(data, offset, eol - offset, 10); local
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1142 milliseconds