Searched refs:to_code (Results 1 – 3 of 3) sorted by relevance
163 char *to_code; in ldaptool_UTF82local() local164 if ((to_code = nl_langinfo(CODESET)) == NULL) in ldaptool_UTF82local()166 return (ldaptool_convert(src, "UTF-8", (const char *)to_code)); in ldaptool_UTF82local()
4292 int to_code, from_code; in setkey_func() local4353 to_code = find_ascii_code (to_key); in setkey_func()4355 if (! to_code || ! from_code) in setkey_func()4358 to_code = find_key_code (to_key); in setkey_func()4360 if (! to_code || ! from_code) in setkey_func()4388 if (to_code == from_code) in setkey_func()4394 bios_key_map[i] = (to_code << 8) | from_code; in setkey_func()4421 if (to_code == from_code) in setkey_func()4427 ascii_key_map[i] = (to_code << 8) | from_code; in setkey_func()
4280 unsigned char to_code; /* code for option */ member4393 if (!sticky && bitnset(to->to_code, StickyTimeoutOpt))4406 switch (to->to_code)4594 setbitn(to->to_code + i, StickyTimeoutOpt);