Searched refs:typednamesz (Results 1 – 1 of 1) sorted by relevance
960 size_t typednamesz; in nwam_ncu_name_to_typed_name() local974 typednamesz = strlen(name) + strlen(prefixstr) + 1; in nwam_ncu_name_to_typed_name()975 if ((*typednamep = malloc(typednamesz)) == NULL) in nwam_ncu_name_to_typed_name()980 (void) snprintf(*typednamep, typednamesz, "%s", name); in nwam_ncu_name_to_typed_name()982 (void) snprintf(*typednamep, typednamesz, "%s%s", in nwam_ncu_name_to_typed_name()