Searched defs:line_length (Results 1 - 16 of 16) sorted by relevance

/external/toybox/toys/pending/
H A Dfmt.c34 int cols = 0, is_first = 1, indent_end = 0, line_length; local
36 while ((line_length = getline(&line, &allocated_length, fp)) > 0) {
39 while (b < line_length && isspace(line[b])) b++;
40 if (b == line_length) {
49 for (; b < line_length; b = e + 1) {
51 for (e = b + 1; e < line_length && !isspace(line[e]);) e++;
52 if (e >= line_length) break;
H A Dlsof.c114 size_t line_length = 0; local
118 if (!getline(&line, &line_length, fp)) return; // Skip header.
120 while (getline(&line, &line_length, fp) > 0) {
336 size_t line_length = 0; local
342 while (getline(&line, &line_length, fp) > 0) {
/external/libchrome/base/
H A Denvironment.cc157 size_t line_length = ParseEnvLine(line, &key); local
162 result.append(line, line_length);
164 cur_env += line_length;
197 size_t line_length = ParseEnvLine(env[i], &key); local
203 value_storage.append(env[i], line_length);
/external/vboot_reference/cgpt/
H A Dcgpt_find.c224 size_t line_length = 0; local
226 while (getline(&line, &line_length, fp) != -1) {
248 while (getline(&line, &line_length, fp) != -1) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
529 data += line_length(data);
532 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
529 data += line_length(data);
532 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
529 data += line_length(data);
532 for (; *data != '\0'; data += line_length(data)) {
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec.cpp1488 uint32_t line_length = 0; local
1498 line_length++;
1505 line_length += 5;
1507 if (line_length >= 75) { // Add a return.
1510 line_length = 0;
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h264 __u32 line_length; member in struct:drm_via_dmablit
/external/libdrm/include/drm/
H A Dvia_drm.h261 __u32 line_length; member in struct:drm_via_dmablit
/external/freetype/src/base/
H A Dftstroke.c777 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
997 FT_Fixed line_length )
1012 /* lines are long enough (line_length is zero for curves). */
1014 if ( !border->movable || line_length == 0 ||
1025 stroker->line_length >= min_length &&
1026 line_length >= min_length );
1062 FT_Fixed line_length )
1170 /* (line_length is zero for curves) */
1171 if ( line_length == 0 )
1201 /* (line_length i
1304 FT_Fixed line_length; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc685 string::size_type line_length = local
687 memcpy(target_ptr, data_.data() + data_pos, line_length);
688 target_ptr += line_length;
689 data_pos += line_length;
/external/kernel-headers/original/uapi/linux/
H A Dfb.h168 __u32 line_length; /* length of a line in bytes */ member in struct:fb_fix_screeninfo
/external/libevent/
H A Dhttp.c1983 size_t line_length; local
1985 line = evbuffer_readln(buffer, &line_length, EVBUFFER_EOL_CRLF);
1995 line_length > req->evcon->max_headers_size) {
2000 req->headers_size = line_length;
2057 size_t line_length; local
2058 while ((line = evbuffer_readln(buffer, &line_length, EVBUFFER_EOL_CRLF))
2062 req->headers_size += line_length;
/external/valgrind/include/vki/
H A Dvki-linux.h2136 __vki_u32 line_length; /* length of a line in bytes */ member in struct:vki_fb_fix_screeninfo
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...

Completed in 496 milliseconds