Searched refs:selname (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | objc-lang.c | 137 lookup_child_selector (char *selname) in lookup_child_selector() argument 157 selstring = value_coerce_array (value_string (selname, in lookup_child_selector() 158 strlen (selname) + 1)); in lookup_child_selector() 694 struct selname /* For parsing Objective-C. */ struct 696 struct selname *next; argument 702 static struct selname *selname_chain; argument 708 struct selname *new = in start_msglist() 709 (struct selname *) xmalloc (sizeof (struct selname)); in start_msglist() 755 struct selname *sel = selname_chain; in end_msglist()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | asn1t.h | 275 # define ASN1_CHOICE_END_selector(stname, tname, selname) \ argument 279 offsetof(stname,selname) ,\ 287 # define static_ASN1_CHOICE_END_selector(stname, tname, selname) \ argument 291 offsetof(stname,selname) ,\ 299 # define ASN1_CHOICE_END_cb(stname, tname, selname) \ argument 303 offsetof(stname,selname) ,\
|