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

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_string.c 210 struct find_str_st *findstr = vfindstr; local
212 if (prop->idx == findstr->idx)
213 findstr->str = prop->s;
233 struct find_str_st findstr; local
235 findstr.str = NULL;
236 findstr.idx = idx;
240 find_str_fn, &findstr);
241 r = findstr.str;
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_string.c 178 struct find_str_st *findstr = vfindstr; local
180 if (prop->idx == findstr->idx)
181 findstr->str = prop->s;
187 struct find_str_st findstr; local
195 findstr.str = NULL;
196 findstr.idx = idx;
204 find_str_fn, &findstr);
207 return findstr.str;
  /src/crypto/external/bsd/netpgp/dist/src/lib/
ssh2pgp.c 191 findstr(str_t *array, const char *name) function
282 switch (pubkey->alg = findstr(pkatypes, buf)) {
  /src/external/bsd/elftoolchain/dist/common/
uthash.h 483 #define HASH_FIND_STR(head,findstr,out) \
485 unsigned _uthash_hfstr_keylen = (unsigned)uthash_strlen(findstr); \
486 HASH_FIND(hh, head, findstr, _uthash_hfstr_keylen, out); \
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c 1237 static uint16_t findstr(uint8_t *data, int n, const uint8_t *str, int len) function
1978 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz);
2000 newoffset = findstr(&bios->data[offset], searchlen,
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c 2612 findstr(str_t *array, const char *name) function
2719 switch (pubkey->keyalg = findstr(pkatypes, buf)) {

Completed in 31 milliseconds