Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc57 struct conv_list { struct
58 struct conv_list *next; // next conversion in chain argument
119 struct conv_list
121 struct conv_list *list) in get_last_conv()
123 struct conv_list *lp; in get_last_conv()
135 struct conv_list *&list) in free_conv_list()
139 struct conv_list *tlp; in free_conv_list()
164 struct conv_list *&list, // list to modify in append_conv_list()
171 struct conv_list *lp; in append_conv_list()
172 struct conv_list *nlp; in append_conv_list()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dkiconv.c840 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable
1111 if (conv_list[j].mid == mid && in kiconv_register_module()
1112 conv_list[j].fid == fid && in kiconv_register_module()
1113 conv_list[j].tid == tid) { in kiconv_register_module()
1114 if (conv_list[j].open == NULL) { in kiconv_register_module()
1115 conv_list[j].open = op->kiconv_open; in kiconv_register_module()
1116 conv_list[j].kiconv = op->kiconv; in kiconv_register_module()
1117 conv_list[j].close = op->kiconv_close; in kiconv_register_module()
1118 conv_list[j].kiconvstr = op->kiconvstr; in kiconv_register_module()
1169 if (conv_list[i].mid == mid) { in kiconv_unregister_module()
[all …]
/titanic_50/usr/src/cmd/localedef/
H A Dparser.y306 | T_TOUPPER conv_list T_NL
307 | T_TOLOWER conv_list T_NL
334 conv_list : conv_list T_SEMI conv_pair