Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc55 struct conv_list { struct
56 struct conv_list *next; // next conversion in chain argument
117 struct conv_list
119 struct conv_list *list) in get_last_conv()
121 struct conv_list *lp; in get_last_conv()
133 struct conv_list *&list) in free_conv_list()
137 struct conv_list *tlp; in free_conv_list()
162 struct conv_list *&list, // list to modify in append_conv_list()
169 struct conv_list *lp; in append_conv_list()
170 struct conv_list *nlp; in append_conv_list()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c838 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable
1109 if (conv_list[j].mid == mid && in kiconv_register_module()
1110 conv_list[j].fid == fid && in kiconv_register_module()
1111 conv_list[j].tid == tid) { in kiconv_register_module()
1112 if (conv_list[j].open == NULL) { in kiconv_register_module()
1113 conv_list[j].open = op->kiconv_open; in kiconv_register_module()
1114 conv_list[j].kiconv = op->kiconv; in kiconv_register_module()
1115 conv_list[j].close = op->kiconv_close; in kiconv_register_module()
1116 conv_list[j].kiconvstr = op->kiconvstr; in kiconv_register_module()
1167 if (conv_list[i].mid == mid) { in kiconv_unregister_module()
[all …]
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y308 | T_TOUPPER conv_list T_NL
309 | T_TOLOWER conv_list T_NL
333 conv_list : conv_list T_SEMI conv_pair