Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c948 size_t typednamesz; in nwam_ncu_name_to_typed_name() local
962 typednamesz = strlen(name) + strlen(prefixstr) + 1; in nwam_ncu_name_to_typed_name()
963 if ((*typednamep = malloc(typednamesz)) == NULL) in nwam_ncu_name_to_typed_name()
968 (void) snprintf(*typednamep, typednamesz, "%s", name); in nwam_ncu_name_to_typed_name()
970 (void) snprintf(*typednamep, typednamesz, "%s%s", in nwam_ncu_name_to_typed_name()