Searched refs:uni (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Demptyunion.C6 union uni {}; union
9 uni *h;
11 h = (uni *)new uni();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Demptyunion.C6 union uni {}; union
9 uni *h;
11 h = (uni *)new uni();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_utl.c65 unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen) argument
80 if (uni) *uni = unitmp;
84 char *OPENSSL_uni2asc(unsigned char *uni, int unilen) argument
90 if (!unilen || uni[unilen - 1]) asclen++;
91 uni++;
93 for (i = 0; i < unilen; i+=2) asctmp[i>>1] = uni[i];
H A Dpkcs12.h233 unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen);
234 char *OPENSSL_uni2asc(unsigned char *uni, int unilen);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpcdisplay_chars.c149 u_int16_t uni; member in struct:__anon7551
263 u_int16_t uni; member in struct:__anon7552
369 pcdisplay_mapchar(void *id, int uni, unsigned int *index) argument
373 if (uni < 128) {
374 *index = uni;
376 } else if ((uni < 256) && (isomappings[uni - 128] != NOTPRINTABLE)) {
377 *index = isomappings[uni - 128];
382 if (uni == unimappings[i].uni) {
[all...]
H A Dvga.c1300 vga_pcvt_mapchar(int uni, u_int *index) argument
1305 if (uni == pcvt_unichars[i]) {
1318 vga_iso7_mapchar(int uni, u_int *index) argument
1326 if (uni >= 0x0384 && uni <= 0x03ce) {
1328 *index = uni - 0x0384 + 0xb4;
1369 _vga_mapchar(void *id, const struct egavga_font *font, int uni, u_int *index) argument
1374 if (uni < 256) {
1375 *index = uni;
1382 if (uni <
1431 vga_mapchar(void *id, int uni, u_int *index) argument
[all...]
H A Dpcdisplay_subr.c146 pcdisplay_mapchar_simple(void *id, int uni)
148 if (uni < 128)
149 return (uni);
H A Dsti.c1176 sti_mapchar(void *v, int uni, u_int *index) argument
1184 if (uni >= 0x80 && uni < 0xa0)
1186 else if (uni >= 0xa0 && uni < 0x100) {
1187 c = (int)sti_unitoroman[uni - 0xa0];
1191 c = uni;
1194 c = uni;
H A Dhd44780_subr.c117 hlcd_mapchar(void *id, int uni, unsigned int *index) argument
120 if (uni < 256) {
121 *index = uni;
H A Dvga_raster.c1109 vga_raster_mapchar(void *id, int uni, u_int *index) argument
1114 return pcdisplay_mapchar(id, uni, index);
1116 *index = uni;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Dmenu-whitespace12 From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
47 1998-12-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
70 schwab@issan.cs.uni-dortmund.de completely different"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dgen-lbrkprop.c71 struct unicode_attribute * uni; local
78 uni = &unicode_attributes[i];
80 uni->name = strdup (field1);
81 uni->category = (field2[0] == '\0' ? "" : strdup (field2));
82 uni->combining = (field3[0] == '\0' ? "" : strdup (field3));
83 uni->bidi = (field4[0] == '\0' ? "" : strdup (field4));
84 uni->decomposition = (field5[0] == '\0' ? "" : strdup (field5));
85 uni->decdigit = (field6[0] == '\0' ? "" : strdup (field6));
86 uni->digit = (field7[0] == '\0' ? "" : strdup (field7));
87 uni
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwscons_rops.c95 rcons_mapchar(void *id, int uni, unsigned int *index) argument
98 if (uni < 128) {
99 *index = uni;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c409 tre_union_t *uni = node->obj; local
410 tre_ast_node_t *left = uni->left;
411 tre_ast_node_t *right = uni->right;
725 tre_union_t *uni = node->obj; local
727 *result = tre_ast_new_union(mem, uni->left, uni->right);
735 STACK_PUSHX(stack, voidptr, uni->right);
739 STACK_PUSHX(stack, voidptr, uni->left);
852 tre_union_t *uni = node->obj; local
853 STACK_PUSHX(stack, voidptr, uni
1204 tre_union_t *uni; local
1424 tre_union_t *uni = (tre_union_t *)node->obj; local
1791 tre_union_t *uni; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A DFILES012 Makefile.uni - The normal unix makefile.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libdes/
H A DFILES012 Makefile.uni - The normal unix makefile.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drcparse.h281 unichar *uni; member in union:YYSTYPE
H A Drcparse.y106 unichar *uni;
138 %token <uni> QUOTEDUNISTRING
163 %type <uni> res_unicode_string resname res_unicode_string_concat
H A Drclex.c847 yylval.uni = us;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dsmg.c292 smg_mapchar(void *id, int uni, unsigned int *index) argument
294 if (uni < 256) {
295 *index = uni;
H A Dspx.c732 spx_mapchar(void *id, int uni, unsigned int *index) argument
734 if (uni < 256) {
735 *index = uni;
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dhistory.c157 #define history_def_setunique(p, uni) \
158 if (uni) \
652 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni)
659 history_def_setunique(h->h_ref, uni);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/afmtodit/
H A Dafmtodit.pl6250 # let us try unicode names with `uni' and `u' prefixes.
6253 foreach my $unicodepsname ("uni" . $utmp, "u" . $utmp) {
6333 # * Otherwise, if the component is of the form `uni'
6343 elsif ($component =~ /^uni([0-9A-F]{4})+$/) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dname.c260 const uint32_t *uni = ds->u.universalString.data; local
264 ret = wind_ucs4utf8_length(uni, unilen, &k);
271 ret = wind_ucs4utf8(uni, unilen, ss, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/doc/
H A Dtexi2html43 http://www.mathematik.uni-kl.de/~obachman/Texi2html
50 Olaf Bachmann <obachman\@mathematik.uni-kl.de>
52 Maintained by: Olaf Bachmann <obachman\@mathematik.uni-kl.de>
53 Send bugs and suggestions to <texi2html\@mathematik.uni-kl.de>

Completed in 197 milliseconds

12