| /netbsd-src/usr.bin/bdes/ |
| H A D | bdes.c | 134 #define CHAR(x,i) (x[i]) macro 549 MEMZERO(&CHAR(msgbuf, n), 8 - n); in ecbenc() 550 CHAR(msgbuf, 7) = n; in ecbenc() 576 n = CHAR(msgbuf, 7); in ecbdec() 604 CHAR(msgbuf, n) ^= CHAR(ivec, n); in cbcenc() 614 MEMZERO(&CHAR(msgbuf, n), 8 - n); in cbcenc() 615 CHAR(msgbuf, 7) = n; in cbcenc() 617 CHAR(msgbuf, n) ^= CHAR(ivec, n); in cbcenc() 648 n = CHAR(msgbuf, 7); in cbcdec() 678 CHAR(encbuf, n) = CHAR(msgbuf, n) ^ CHAR(ivec, n); in cbcauth() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fnmatch_loop.c | 24 const CHAR *pattern; 25 const CHAR *string; 31 static int FCT (const CHAR *pattern, const CHAR *string, 32 const CHAR *string_end, bool no_leading_period, int flags, 34 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 35 const CHAR *string_end, bool no_leading_period, int flags, 37 static const CHAR *END (const CHAR *patternp); 40 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, in FCT() 43 const CHAR *p = pattern, *n = string; in FCT() 115 const CHAR *endp = END (p); in FCT() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | ras.d | 258 CHAR[RAS_MaxEntryName + 1] szEntryName = 0; 259 CHAR[RAS_MaxDeviceType + 1] szDeviceType = 0; 260 CHAR[RAS_MaxDeviceName + 1] szDeviceName = 0; 263 CHAR[MAX_PATH] szPhonebook = 0; 292 CHAR[RAS_MaxDeviceType + 1] szDeviceType = 0; 293 CHAR[RAS_MaxDeviceName + 1] szDeviceName = 0; 295 CHAR[RAS_MaxPhoneNumber + 1] szPhoneNumber = 0; 322 CHAR[RAS_MaxEntryName + 1] szEntryName = 0; 323 CHAR[RAS_MaxPhoneNumber + 1] szPhoneNumber = 0; 324 CHAR[RAS_MaxCallbackNumber + 1] szCallbackNumber = 0; [all …]
|
| H A D | dbghelp_types.d | 128 CHAR[32] ModuleName = 0; 129 CHAR[256] ImageName = 0; 130 CHAR[256] LoadedImageName = 0; 134 CHAR[256] LoadedPdbName = 0; in version() 136 CHAR[MAX_PATH*3] CVData = 0; in version() 195 CHAR[1] Name = 0;
|
| H A D | wtsapi32.d | 300 CHAR[CLIENTNAME_LENGTH + 1] ClientName = 0; 301 CHAR[DOMAIN_LENGTH + 1 ] Domain = 0; 302 CHAR[USERNAME_LENGTH + 1] UserName = 0; 303 CHAR[MAX_PATH + 1] WorkDirectory = 0; 304 CHAR[MAX_PATH + 1] InitialProgram = 0; 311 CHAR[MAX_PATH + 1] ClientDirectory = 0; 318 CHAR[MAX_PATH + 1] DeviceId = 0; 359 CHAR[WINSTATIONNAME_LENGTH] WinStationName = 0; 360 CHAR[DOMAIN_LENGTH] Domain = 0; 361 CHAR[USERNAME_LENGTH+1] UserName = 0;
|
| H A D | custcntl.d | 29 CHAR[CCHCCTEXT] szText = 0; 59 CHAR[CCHCCCLASS] szClass = 0; 61 CHAR[CCHCCDESC] szDesc = 0; 67 CHAR[CCHCCTEXT] szTextDefault = 0;
|
| H A D | cpl.d | 58 CHAR[32] szName = 0; 59 CHAR[64] szInfo = 0; 60 CHAR[128] szHelpFile = 0;
|
| /netbsd-src/usr.bin/ul/ |
| H A D | ul.c | 70 struct CHAR { struct 82 static void flushln(struct CHAR *, size_t); argument 83 static void fwd(struct CHAR *, size_t); 84 static void iattr(struct CHAR *); 85 static void initbuf(struct CHAR *, size_t); 88 static void overstrike(struct CHAR *); 89 static void reverse(struct CHAR *, size_t); 91 static void alloc_buf(struct CHAR **, size_t *); 149 struct CHAR *obuf = NULL; in filter() 270 flushln(struct CHAR *obuf, size_t obuf_size) in flushln() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | fnmatch_loop.c | 23 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 24 const CHAR *string_end, bool no_leading_period, int flags) 26 static const CHAR *END (const CHAR *patternp) internal_function; 30 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, in FCT() 33 register const CHAR *p = pattern, *n = string; in FCT() 102 const CHAR *endp = END (p); in FCT() 153 const CHAR *endp; in FCT() 207 CHAR cold; in FCT() 245 CHAR str[CHAR_CLASS_MAX_LENGTH + 1]; in FCT() 250 const CHAR *startp = p; in FCT() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fnmatch_loop.c | 20 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 21 const CHAR *string_end, bool no_leading_period, int flags) 23 static const CHAR *END (const CHAR *patternp) internal_function; 27 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, in FCT() 30 register const CHAR *p = pattern, *n = string; in FCT() 99 const CHAR *endp = END (p); in FCT() 150 const CHAR *endp; in FCT() 204 CHAR cold; in FCT() 242 CHAR str[CHAR_CLASS_MAX_LENGTH + 1]; in FCT() 247 const CHAR *startp = p; in FCT() [all …]
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/testing/ |
| H A D | dlz.schema | |
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | builtins.c | 639 static TWORD strcmpt[] = { CHAR|PTR, CHAR|PTR }; 640 static TWORD strcpyt[] = { CHAR|PTR, CHAR|PTR, INT }; 641 static TWORD strncpyt[] = { CHAR|PTR, CHAR|PTR, SIZET, INT }; 642 static TWORD strchrt[] = { CHAR|PTR, INT }; 643 static TWORD strcspnt[] = { CHAR|PTR, CHAR|PTR }; 644 static TWORD strspnt[] = { CHAR|PTR, CHAR|PTR }; 645 static TWORD strpbrkt[] = { CHAR|PTR, CHAR|PTR }; 646 static TWORD nant[] = { CHAR|PTR }; 658 { "__builtin___strcat_chk", builtin_unimp, 0, 3, strcpyt, CHAR|PTR }, 659 { "__builtin___strcpy_chk", builtin_unimp, 0, 3, strcpyt, CHAR|PTR }, [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | fnmatch_loop.c.diff | 8 CHAR str[1]; 12 const CHAR *p; 13 const CHAR *rs; 30 CHAR str[1]; 34 const CHAR *p; 35 const CHAR *rs; 71 plensize = plen * sizeof (CHAR); \ 73 if ((size_t) -1 / sizeof (CHAR) < plen \ 78 ! *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ 83 plensize = plen * sizeof (CHAR); \ [all …]
|
| /netbsd-src/bin/ed/ |
| H A D | cbc.c | 121 #define CHAR(x,i) (x[i]) macro 169 CHAR(pvec, i) = (char) (rand()/RAND_DIV); in init_des_cipher() 397 CHAR(msgbuf, n) ^= CHAR(ivec, n); in cbc_encode() 413 CHAR(msgbuf, 7) = n; in cbc_encode() 415 CHAR(msgbuf, n) ^= CHAR(ivec, n); in cbc_encode() 445 n = CHAR(msgbuf, 7); in cbc_decode()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | builtins.c | 578 else if (t == CHAR || t == UCHAR) in builtin_classify_type() 825 static TWORD strcmpt[] = { CHAR|PTR, CHAR|PTR }; 826 static TWORD strcpyt[] = { CHAR|PTR, CHAR|PTR, INT }; 827 static TWORD strncpyt[] = { CHAR|PTR, CHAR|PTR, SIZET, INT }; 828 static TWORD strchrt[] = { CHAR|PTR, INT }; 829 static TWORD strcspnt[] = { CHAR|PTR, CHAR|PTR }; 830 static TWORD strspnt[] = { CHAR|PTR, CHAR|PTR }; 831 static TWORD strpbrkt[] = { CHAR|PTR, CHAR|PTR }; 832 static TWORD nant[] = { CHAR|PTR }; 864 { "__builtin___strcat_chk", builtin_unimp, 0, 3, strcpyt, CHAR|PTR }, [all …]
|
| /netbsd-src/bin/ksh/ |
| H A D | syn.c | 302 static const char let_cmd[] = { CHAR, 'l', CHAR, 'e', 303 CHAR, 't', EOS }; 587 t->left->args[0][0] = CHAR; 846 static const char dbtest_or[] = { CHAR, '|', CHAR, '|', EOS }; 847 static const char dbtest_and[] = { CHAR, '&', CHAR, '&', EOS }; 848 static const char dbtest_not[] = { CHAR, '!', EOS }; 849 static const char dbtest_oparen[] = { CHAR, '(', EOS }; 850 static const char dbtest_cparen[] = { CHAR, ')', EOS }; 855 const char db_close[] = { CHAR, ']', CHAR, ']', EOS }; 856 const char db_lthan[] = { CHAR, '<', EOS }; [all …]
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | echo_wchar | 33 cchar CHAR 0 0x3401 36 call OK echo_wchar $CHAR 37 call OK echo_wchar $CHAR 47 # call OK echo_wchar $CHAR
|
| H A D | add_wch | 39 cchar CHAR 0 0x3401 42 call OK add_wch $CHAR 43 call OK add_wch $CHAR 55 call OK add_wch $CHAR
|
| H A D | wecho_wchar | 15 cchar CHAR 0 0x3401 18 call OK wecho_wchar $win1 $CHAR 19 call OK wecho_wchar $win1 $CHAR
|
| H A D | wadd_wch | 17 cchar CHAR 0 0x3401 20 call OK wadd_wch $win1 $CHAR 21 call OK wadd_wch $win1 $CHAR
|
| H A D | varcheck | 17 cchar CHAR 0x300 [0x3401, 0x300] 19 call OK add_wch $CHAR 24 check CHAR NCHAR
|
| /netbsd-src/usr.bin/tip/ |
| H A D | vars.c | 60 { "escape", CHAR, (READ|WRITE)<<PUBLIC, 64 { "force", CHAR, (READ|WRITE)<<PUBLIC, 72 { "prompt", CHAR, (READ|WRITE)<<PUBLIC, 76 { "raisechar", CHAR, (READ|WRITE)<<PUBLIC,
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
| H A D | local.c | 82 if (t == INCREF(CHAR) || t == INCREF(UCHAR) || in clocal() 87 if (t == INCREF(CHAR) || t == INCREF(UCHAR) || in clocal() 263 case CHAR: in clocal() 310 if ((p->n_type == CHAR || p->n_type == UCHAR || in clocal() 322 if (o == DIV && p->n_type != CHAR && p->n_type != SHORT) in clocal() 324 if (o == MOD && p->n_type != CHAR && p->n_type != SHORT) in clocal() 359 if (p->n_right->n_type == CHAR || p->n_right->n_type == UCHAR) in clocal() 362 CHAR, 0, 0); in clocal() 382 if (p->n_type != CHAR && p->n_type != UCHAR) in myp2tree() 454 if (t == INCREF(CHAR) || t == INCREF(UCHAR) || t == INCREF(VOID)) in offcon()
|
| /netbsd-src/usr.bin/col/ |
| H A D | col.c | 91 } CHAR; typedef 95 CHAR *l_line; /* characters on the line */ 132 CHAR *c; in main() 317 (unsigned)need * sizeof(CHAR))) == NULL) in main() 433 CHAR *c, *endc; in flush_line() 440 static CHAR *sorted; in flush_line() 450 sizeof(CHAR) * (size_t)sorted_size)) == NULL) in flush_line()
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | errarg.cpp | 47 errarg::errarg(char cc) : type(CHAR) in errarg() 52 errarg::errarg(unsigned char cc) : type(CHAR) in errarg() 81 case CHAR: in print()
|