Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Dlinkage.c96 (void) snprintf(buf, BUFSIZ, "%s;", strnormalize(p)); in generate_interface_predeclaration()
98 (void) snprintf(buf, BUFSIZ, "%s", strnormalize(p)); in generate_interface_predeclaration()
H A Dtrace.c278 value = strnormalize(value); in xlator_take_kvpair()
607 (void) sprintf(type, "%s%s", strnormalize(p), q); in de_const()
777 (void) sprintf(buf, "%s", strnormalize(f_type)); in collect_prototype()
779 (void) sprintf(buf, "%s", strnormalize(f_basetype)); in collect_prototype()
800 strnormalize(declspec_ToString(buf, funargs->d_ds))); in collect_prototype()
802 strnormalize(de_const(declspec_ToString(buf, in collect_prototype()
H A Dutil.h59 extern char *strnormalize(char *);
H A Dutil.c51 strnormalize(char *str) in strnormalize() function