Home
last modified time | relevance | path

Searched refs:findstr (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_string.c178 struct find_str_st *findstr = vfindstr; in find_str_fn() local
180 if (prop->idx == findstr->idx) in find_str_fn()
181 findstr->str = prop->s; in find_str_fn()
187 struct find_str_st findstr; in ossl_property_str() local
195 findstr.str = NULL; in ossl_property_str()
196 findstr.idx = idx; in ossl_property_str()
204 find_str_fn, &findstr); in ossl_property_str()
207 return findstr.str; in ossl_property_str()
/freebsd/contrib/libucl/uthash/
H A Duthash.h253 #define HASH_FIND_STR(head,findstr,out) \ argument
254 HASH_FIND(hh,head,findstr,strlen(findstr),out)
/freebsd/contrib/elftoolchain/common/
H A Duthash.h243 #define HASH_FIND_STR(head,findstr,out) \ argument
244 HASH_FIND(hh,head,findstr,strlen(findstr),out)
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc79 !if ![reg query HKLM\Hardware\Description\System\CentralProcessor\0 /v Identifier | findstr /i x86]