Searched refs:findstr (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_string.c | 178 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 D | uthash.h | 253 #define HASH_FIND_STR(head,findstr,out) \ argument 254 HASH_FIND(hh,head,findstr,strlen(findstr),out)
|
/freebsd/contrib/elftoolchain/common/ |
H A D | uthash.h | 243 #define HASH_FIND_STR(head,findstr,out) \ argument 244 HASH_FIND(hh,head,findstr,strlen(findstr),out)
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 79 !if ![reg query HKLM\Hardware\Description\System\CentralProcessor\0 /v Identifier | findstr /i x86]
|