HomeSort by relevance Sort by last modified time
    Searched refs:buflen (Results 101 - 125 of 368) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/libhardware_legacy/wifi/
wifi.c 761 int wifi_wait_on_socket(int index, char *buf, size_t buflen)
763 size_t nread = buflen - 1;
768 strncpy(buf, WPA_EVENT_TERMINATING " - connection closed", buflen-1);
769 buf[buflen-1] = '\0';
777 strncpy(buf, WPA_EVENT_TERMINATING " - connection closed", buflen-1);
778 buf[buflen-1] = '\0';
784 strncpy(buf, WPA_EVENT_TERMINATING " - recv error", buflen-1);
785 buf[buflen-1] = '\0';
793 strncpy(buf, WPA_EVENT_TERMINATING " - signal 0 received", buflen-1);
794 buf[buflen-1] = '\0'
    [all...]
  /external/webp/src/dsp/
cpu-features.c 95 extract_cpuinfo_field(char* buffer, int buflen, const char* field)
98 char* bufend = buffer + buflen;
106 bufend = buffer + buflen;
146 count_cpuinfo_field(char* buffer, int buflen, const char* field)
150 const char* bufend = buffer + buflen;
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 95 extract_cpuinfo_field(char* buffer, int buflen, const char* field)
98 char* bufend = buffer + buflen;
106 bufend = buffer + buflen;
146 count_cpuinfo_field(char* buffer, int buflen, const char* field)
150 const char* bufend = buffer + buflen;
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 210 match_regex(regex, buf, buflen, buf_start_offset, regarray, regsize)
213 size_t buflen;
226 /* printf ("Matching from %d/%d\n", buf_start_offset, buflen); */
240 regmatch[0].rm_eo = CAST(int)buflen;
253 ret = re_search (&regex->pattern, buf, buflen, buf_start_offset,
254 buflen - buf_start_offset,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 30 buflen, member in struct:__anon7171
69 buflen; /* number of bytes in the buffer */ member in struct:__anon7172
245 buflen; /* length of data in buf */ member in struct:__anon7175
298 int buflen; member in struct:pelican_state
321 buflen, member in struct:__anon7176
354 buflen, member in struct:__anon7177
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 209 int buflen, anslen, len; local
225 buflen = 512;
228 buflen *= 2;
229 p = realloc(answer, buflen);
239 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
243 } while (buflen < anslen);
  /external/tcpdump/
util.c 307 int buflen=0; local
321 buflen+=snprintf(buf+buflen, sizeof(buf)-buflen, "%s, ",lp->s);
329 if (buflen != 0) { /* did we find anything */
331 buf[buflen-2] = '\0';
  /external/libpcap/
pcap-pf.c 92 register int cc, n, buflen, inc; local
174 buflen = sp->ens_count;
175 if (buflen > pc->snapshot)
176 buflen = pc->snapshot;
179 inc = ENALIGN(buflen + sp->ens_stamplen);
201 bpf_filter(fcode, p, sp->ens_count, buflen)) {
212 buflen -= pad;
214 h.caplen = buflen;
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 111 int get_string(const char **ptr, const char *const end, char *buffer, int buflen)
120 char *lim = buffer + buflen; // Calculate limit
  /external/elfutils/lib/
md5.c 64 ctx->buflen = 0;
96 md5_uint32 bytes = ctx->buflen;
211 if (ctx->buflen != 0)
213 size_t left_over = ctx->buflen;
217 ctx->buflen += add;
219 if (ctx->buflen > 64)
221 md5_process_block (ctx->buffer, ctx->buflen & ~63, ctx);
223 ctx->buflen &= 63;
226 ctx->buflen);
263 size_t left_over = ctx->buflen;
    [all...]
sha1.c 64 ctx->buflen = 0;
97 sha1_uint32 bytes = ctx->buflen;
128 if (ctx->buflen != 0)
130 size_t left_over = ctx->buflen;
134 ctx->buflen += add;
136 if (ctx->buflen > 64)
138 sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx);
140 ctx->buflen &= 63;
143 ctx->buflen);
180 size_t left_over = ctx->buflen;
    [all...]
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_init.c 89 omac->buflen = 0;
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_init.c 71 xcbc->buflen = 0;
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 401 buflen:
413 size_t buflen,
430 buflen:
443 size_t buflen,
462 buflen:
476 size_t buflen,
533 size_t buflen,
595 size_t buflen
663 size_t buflen,
676 name, AF_INET, result_buf, buf, buflen, errnop, h_errno
    [all...]
  /external/srec/srec/EventLog/include/
riff.h 232 unsigned int *buflen);
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 87 * @buflen: Buffer length
91 size_t eap_get_names(char *buf, size_t buflen)
97 if (buflen == 0)
101 end = pos + buflen;
110 buf[buflen - 1] = '\0';
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 260 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
262 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
303 size_t buflen, int verbose)
308 size_t buflen)
  /external/wpa_supplicant_8/src/radius/
radius_client.h 255 size_t buflen);
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.h 34 size_t buflen);
tlsv1_server.h 32 size_t buflen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nislib.h 153 size_t buflen) __THROW;
156 size_t buflen) __THROW;
159 size_t buflen) __THROW;
184 char *buffer, size_t buflen) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nislib.h 153 size_t buflen) __THROW;
156 size_t buflen) __THROW;
159 size_t buflen) __THROW;
184 char *buffer, size_t buflen) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nislib.h 153 size_t buflen) __THROW;
156 size_t buflen) __THROW;
159 size_t buflen) __THROW;
184 char *buffer, size_t buflen) __THROW;
  /external/libppp/src/
systems.c 265 xgets(char *buf, int buflen, FILE *fp)
270 while (fgets(buf, buflen-1, fp)) {
272 buf[buflen-1] = '\0';
278 buflen -= len - 1;
279 if (!buflen) /* No buffer space */
  /external/icu4c/test/intltest/
tsmthred.cpp 989 int32_t buflen; member in struct:Line
1039 if(lines[i].buflen == 0) { continue; }
1041 if(skipLineBecauseOfBug(lines[i].buff, lines[i].buflen)) { continue; }
1043 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024);
1047 int32_t cmpres = coll->compare(lines[prev].buff, lines[prev].buflen, lines[i].buff, lines[i].buflen);
1048 int32_t cmpres2 = coll->compare(lines[i].buff, lines[i].buflen, lines[prev].buff, lines[prev].buflen);
1156 int32_t buflen = u_parseString(buffer, bufferU, 1024, &first, &status); local
    [all...]

Completed in 4985 milliseconds

1 2 3 45 6 7 8 91011>>