Searched refs:uc (Results 76 - 100 of 218) sorted by relevance

123456789

/macosx-10.10/emacs-93/emacs/lisp/
H A Ddisp-table.el168 (defun standard-display-underline (c uc)
175 (make-glyph-code uc 'underline)
176 (create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrvis.c295 unsigned char uc = (unsigned char)c; local
303 HVIS(dst, uc, flag, nextc, extra);
305 SVIS(dst, uc, flag, nextc, extra);
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_conv.c434 u_char msdosfs_unicode2dos(u_int16_t uc) argument
436 if (uc < 0x100)
437 return (unilsb2dos[uc]);
439 if (uc > 0x2122)
442 if (uc >= 0x2010 && uc <= 0x203F)
443 return (unipunct2dos[uc - 0x2010]);
445 if (uc >= 0x0152 && uc <= 0x02DC)
446 switch (uc) {
[all...]
H A Ddirentry.h177 u_char msdosfs_unicode2dos(u_int16_t uc);
/macosx-10.10/vim-55/src/
H A Dgui_beval.c909 int uc; local
932 uc = utf_ptr2char(p);
934 if (charlen != utf_char2len(uc))
937 if (charlen == 1 || uc < 0xa0) /* illegal byte or */
939 else if (!utf_printable(uc))
978 uc = utf_ptr2char(p);
980 if (charlen != utf_char2len(uc))
983 if (charlen == 1 || uc < 0xa0 || !utf_printable(uc))
994 else if (uc >
[all...]
H A Dblowfish.c26 char_u uc[8]; member in union:__anon14186
382 memcpy(bk.uc, block, 8);
388 memcpy(block, bk.uc, 8);
397 memcpy(bk.uc, block, 8);
401 memcpy(block, bk.uc, 8);
543 memcpy(bk.uc, bf_test_data[i].plaintxt, 8);
544 bf_e_cblock(bk.uc);
545 if (memcmp(bk.uc, bf_test_data[i].cryptxt, 8) != 0)
547 if (err == 0 && memcmp(bk.uc, bf_test_data[i].badcryptxt, 8) == 0)
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dbasicsocket.c446 ucred_t *uc = NULL;
449 if (getpeerucred(fptr->fd, &uc) == -1)
451 ret = rb_assoc_new(UIDT2NUM(ucred_geteuid(uc)), GIDT2NUM(ucred_getegid(uc)));
452 ucred_free(uc);
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-bootp.c376 u_int8_t uc, subopt, suboptlen; local
430 uc = *bp++;
431 printf("%s", tok2str(dhcp_msg_values, "Unknown (%u)", uc));
438 uc = *bp++;
439 cp = tok2str(tag2str, "?Option %u", uc);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Doptions.sh499 [[ $($SHELL -uc '[[ "${d1.u[z asd].revents}" ]]' 2>&1) == *'d1.u[z asd].revents'* ]] || err_exit 'name of unset parameter not in error message'
503 $SHELL -uc 'var=foo;unset var;: ${var%foo}' >/dev/null 2>&1 && err_exit '${var%foo} should fail with set -u'
504 $SHELL -uc 'var=foo;unset var;: ${!var}' >/dev/null 2>&1 && err_exit '${!var} should fail with set -u'
505 $SHELL -uc 'var=foo;unset var;: ${#var}' >/dev/null 2>&1 && err_exit '${#var} should fail with set -u'
506 $SHELL -uc 'var=foo;unset var;: ${var-OK}' >/dev/null 2>&1 || err_exit '${var-OK} should not fail with set -u'
507 $SHELL -uc 'var=foo;nset var;: ${var:-OK}' >/dev/null 2>&1 || err_exit '${var:-OK} should not fail with set -u'
509 z=$($SHELL 2>&1 -uc 'print ${X23456789012345}')
/macosx-10.10/vim-55/runtime/syntax/
H A Duc.vim4 " URL: ftp://ftp.chaoticdreams.org/pub/ut/vim/uc.vim
8 " Please check :help uc.vim for comments on some of the options available.
24 let main_syntax='uc'
172 let b:current_syntax = "uc"
174 if main_syntax == 'uc'
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dasn1_print.c194 unsigned char *uc; local
197 uc = (unsigned char *)str.data;
199 printf ("%02x", uc[i]);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dvis.c361 unsigned char uc = (unsigned char)c; local
371 dst = do_hvis(dst, uc, flag, nextc, extra);
373 dst = do_svis(dst, uc, flag, nextc, extra);
/macosx-10.10/Security-57031.1.35/ntlm/
H A DntlmBlobPriv.c191 UniChar uc = CFStringGetCharacterAtIndex(pwd, dex); local
192 *cp++ = uc & 0xff;
193 *cp++ = uc >> 8;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dquotearg.c138 unsigned char uc = c; local
140 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
141 int shift = uc % INT_BITS;
/macosx-10.10/gpatch-3/patch/
H A Dquotearg.c185 unsigned char uc = c; local
186 int *p = (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
187 int shift = uc % INT_BITS;
/macosx-10.10/text_cmds-88/sort/
H A Dquotearg.c154 unsigned char uc = c; local
156 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
157 int shift = uc % INT_BITS;
/macosx-10.10/ICU-531.30/icuSources/config/
H A DMakefile.inc.in91 COMMON_STUBNAME = uc
109 ICULIBS_COMMON = -l$(ICUPREFIX)uc$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dppucd.h57 UnicodeString cf, lc, tc, uc; member in struct:UniProps
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddsock.c73 struct unpcb uc, unp; local
447 if (kread((KA_T)unp.unp_conn, (char *)&uc, sizeof(uc)))
453 print_kptr((KA_T)uc.unp_socket,(char *)NULL,0));
/macosx-10.10/sudo-73/src/
H A Dmkdefaults142 $defname = "I_" . uc($rec->[0]);
/macosx-10.10/swig-12/Lib/perl5/
H A Dperlkw.swg29 PERLBN(uc);
245 PERLBN(uc);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dvis.c363 unsigned char uc = (unsigned char)c; local
374 dst = (*f)(dst, uc, flag, nextc, extra);
/macosx-10.10/libiconv-42/libiconv/include/
H A Diconv.h.build.in98 typedef void (*iconv_unicode_char_hook) (unsigned int uc, void* data);
H A Diconv.h.in94 typedef void (*iconv_unicode_char_hook) (unsigned int uc, void* data);
H A Diconv.h.msvc-shared107 typedef void (*iconv_unicode_char_hook) (unsigned int uc, void* data);

Completed in 315 milliseconds

123456789