HomeSort by: relevance | last modified time | path
    Searched refs:ret_len (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-resp.c 187 * If ret_len is < 0, jump to the trunc tag which returns (-1)
188 * and 'bubbles up' to printing tstr. Otherwise, return ret_len.
195 * If ret_len is < 0, jump to the trunc tag which returns (-1)
215 int ret_len = 0; local
230 ret_len = resp_parse(ndo, bp, length);
231 TEST_RET_LEN_NORETURN(ret_len);
232 bp += ret_len;
233 length -= ret_len;
246 int ret_len; local
253 case RESP_SIMPLE_STRING: ret_len = resp_print_simple_string(ndo, bp, length); break
289 int length_cur = length, len, ret_len; local
371 int array_len, i, ret_len; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_intern.c 22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len)
35 *ret_len = 1;
60 * (*ret_len will be set to the actual length, i.e. at most
129 *ret_len = j;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_intern.c 22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len)
37 *ret_len = 1;
62 * (*ret_len will be set to the actual length, i.e. at most
133 *ret_len = j;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_intern.c 22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len)
37 *ret_len = 1;
62 * (*ret_len will be set to the actual length, i.e. at most
133 *ret_len = j;
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_key.c 41 int lab_len, ctx_len, ret_len, buf_len; local
49 ret_len = ((ret_bits & 0xffff) + 7) / 8;
52 os_memset(ret, 0, ret_len);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
addr_families.c 606 size_t l, size, ret_len; local
611 ret_len = l;
619 ret_len += l;
626 ret_len += l;
635 ret_len += l;
637 return ret_len;
689 size_t ret_len = 0, l, size = 0; local
711 ret_len += l;
720 ret_len += l;
729 ret_len += ret
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
bn.h 29 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len);
  /src/external/bsd/wpa/dist/src/utils/
os_internal.c 157 size_t len = 128, cwd_len, rel_len, ret_len; local
180 ret_len = cwd_len + 1 + rel_len + 1;
181 ret = os_malloc(ret_len);
186 ret[ret_len - 1] = '\0';
xml_libxml2.c 402 int *ret_len)
413 if (ret_len)
414 *ret_len = len;
os_unix.c 295 size_t len = 128, cwd_len, rel_len, ret_len; local
325 ret_len = cwd_len + 1 + rel_len + 1;
326 ret = os_malloc(ret_len);
331 ret[ret_len - 1] = '\0';
xml-utils.h 59 int *ret_len);
  /src/crypto/external/apache2/openssl/dist/include/crypto/
bn.h 30 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len);
  /src/crypto/external/bsd/openssl/dist/include/crypto/
bn.h 30 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len);
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_frame.c 262 Dwarf_Unsigned *ret_len, Dwarf_Error *error)
268 if (fde == NULL || ret_inst == NULL || ret_len == NULL) {
274 *ret_len = fde->fde_instlen;
  /src/external/bsd/wpa/dist/wpa_supplicant/
ap.c 1334 int ret, ret_len = 0; local
1344 ret_len = os_snprintf(buf, buflen, "%08d", rpin);
1345 if (os_snprintf_error(buflen, ret_len))
1349 ret_len = os_snprintf(buf, buflen, "%s", pin);
1350 if (os_snprintf_error(buflen, ret_len))
1358 return ret_len;
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
mkey.c 211 size_t ret_len; local
230 ret = decode_EncryptionKey(buf, len, &key, &ret_len);
  /src/external/gpl2/xcvs/dist/lib/
regexec.c 51 Idx stop, bool ret_len) internal_function;
56 bool ret_len) internal_function;
340 Idx stop, bool ret_len)
368 ret_len);
375 If RET_LEN is true the length of the match is returned (re_match style);
383 bool ret_len)
479 if (ret_len)
  /src/external/bsd/wpa/dist/src/common/
dpp.h 657 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len);
dpp.c 66 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len)
79 *ret_len = alen;
90 u16 req_id, u16 *ret_len)
107 *ret_len = alen;

Completed in 39 milliseconds