Searched refs:UC (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dinet_ntoa.c53 #define UC(b) (((int)b)&0xff) macro
55 "%u.%u.%u.%u", UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSequenceToOffsetTable.h128 unsigned char UC(C);
129 if (isalnum(UC) || ispunct(UC)) {
135 OS << unsigned(UC);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dipnaf_linux.c624 UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
626 UC(mp[0]), UC(mp[1]), UC(mp[2]), UC(mp[3]));
H A Dipnaf_bsd.c1013 UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
1015 UC(mp[0]), UC(mp[1]), UC(mp[2]), UC(mp[3]));
H A Dipnaf.h114 #define UC(b) (((int) b) & 0xff) macro
H A Dipnaf.c1126 UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp.c1358 #define UC(b) (((int)b)&0xff) macro
1460 UC(addr[i]);
1618 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
1619 UC(p[0]), UC(p[1]));
1628 UC(a[0]),UC(
[all...]
H A Dftp.c.orig1329 #define UC(b) (((int)b)&0xff)
1431 UC(addr[i]);
1589 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
1590 UC(p[0]), UC(p[1]));
1599 UC(a[0]),UC(
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c1641 #define UC(b) (((int) b) & 0xff)
1642 printf(" (%d,%d,%d,%d,%d,%d)\r\n", UC(a[0]),
1643 UC(a[1]), UC(a[2]), UC(a[3]), UC(p[0]), UC(p[1]));
1644 #undef UC
2005 #define UC(b) (((int) b) & 0xff) macro
2007 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h81 #define UC(c) c macro
130 #define UC(c) (unsigned char)(c) macro
H A Dtty.c928 map[UC(old[0])] = dmap[UC(old[0])];
931 map[UC(new[0])] = tp->bind[el->el_map.type];
934 alt[UC(old[0])] = dalt[UC(old[0])];
936 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/macosx-10.10.1/libedit-40/src/
H A Dchartype.h81 #define UC(c) c macro
135 #define UC(c) (unsigned char)(c) macro
H A Dtty.c962 map[UC(old[0])] = dmap[UC(old[0])];
965 map[UC(new[0])] = tp->bind[el->el_map.type];
968 alt[UC(old[0])] = dalt[UC(old[0])];
970 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/macosx-10.10.1/patch_cmds-17/diffstat/
H A Ddiffstat.c293 #define UC(c) ((unsigned char)(c)) macro
634 if (isdigit(UC(*s))) {
678 if (isdigit(UC(*s))) {
910 while (isspace(UC(*s)))
924 while (*s != EOS && (*s != SQUOTE) && isgraph(UC(*s))) {
929 while (*s != EOS && isgraph(UC(*s))) {
942 while (isgraph(UC(*params)))
1186 if ((UC(s[-1]) == '\n') || (UC(s[-1]) == '\r'))
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dgettytab.h165 #define UC gettyflags[14].value macro
H A Dmain.c431 if (upper || UC)
659 if ((upper && !lower && !LC) || UC)
H A Dsubr.c333 if (UC)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Domnimark.vim40 syn keyword omnimarkKeywords UC UL UNLESS UP-TRANSLATE
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp252 const Constant *UC = dyn_cast<Constant>(*UI); local
253 if (UC == 0 || isa<GlobalValue>(UC))
256 if (UC->isConstantUsed())
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpod2man.pl539 .UC

Completed in 184 milliseconds