Lines Matching defs:prefix
952 "\"%s\"; \"SMF_\" prefix is reserved.\n"), name);
1941 lxml_label_to_groupname(const char *prefix, const char *in)
1950 (void) strlcpy(out, prefix, 2 * max_scf_name_len + 1);
2968 * determines whcih prefix we will use for the property group name.
2976 /* PG name contains only the prefix in this case */
2996 const char *prefix;
3008 * merely need to pick the appropriate prefix.
3011 prefix = SCF_PG_TM_PG_PATTERN_N_PREFIX;
3013 prefix = SCF_PG_TM_PG_PATTERN_NT_PREFIX;
3016 prefix, name)) >= max_scf_name_len + 1) {