Home
last modified time | relevance | path

Searched refs:subtype_name (Results 1 – 2 of 2) sorted by relevance

/trueos/sbin/pfctl/
HDpfctl_osfp.c463 char *class_name, *version_name, *subtype_name; in pfctl_lookup_fingerprint() local
464 class_name = version_name = subtype_name = NULL; in pfctl_lookup_fingerprint()
498 subtype_name = in pfctl_lookup_fingerprint()
520 if (subtype_name) { in pfctl_lookup_fingerprint()
524 isdigit(*subtype_name)) in pfctl_lookup_fingerprint()
528 strlcat(buf, subtype_name, len); in pfctl_lookup_fingerprint()
/trueos/contrib/gcc/
HDdwarf2out.c8415 tree subtype_name = TYPE_NAME (subtype); in is_subrange_type() local
8420 if (subtype_name != NULL && TREE_CODE (subtype_name) == TYPE_DECL) in is_subrange_type()
8421 subtype_name = DECL_NAME (subtype_name); in is_subrange_type()
8423 if (type_name == subtype_name) in is_subrange_type()