Searched refs:strnormalize (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | linkage.c | 93 (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 D | trace.c | 276 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 D | util.h | 56 extern char *strnormalize(char *);
|
H A D | util.c | 49 strnormalize(char *str) in strnormalize() function
|