Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dlinkage.c93 (void) snprintf(buf, BUFSIZ, "%s;", strnormalize(p)); in generate_interface_predeclaration()
95 (void) snprintf(buf, BUFSIZ, "%s", strnormalize(p)); in generate_interface_predeclaration()
H A Dtrace.c276 value = strnormalize(value); in xlator_take_kvpair()
605 (void) sprintf(type, "%s%s", strnormalize(p), q); in de_const()
775 (void) sprintf(buf, "%s", strnormalize(f_type)); in collect_prototype()
777 (void) sprintf(buf, "%s", strnormalize(f_basetype)); in collect_prototype()
798 strnormalize(declspec_ToString(buf, funargs->d_ds))); in collect_prototype()
800 strnormalize(de_const(declspec_ToString(buf, in collect_prototype()
H A Dutil.h56 extern char *strnormalize(char *);
H A Dutil.c49 strnormalize(char *str) in strnormalize() function