| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | tries.c | 51 _nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len) in NCURSES_EXPORT() 56 if (code != 0) { in NCURSES_EXPORT() 58 if ((result = _nc_expand_try(ptr->child, code, count, len + 1)) in NCURSES_EXPORT() 62 if (ptr->value == code) { in NCURSES_EXPORT() 78 _nc_tracechar(CURRENT_SCREEN, (int) code), in NCURSES_EXPORT() 92 _nc_remove_key(TRIES ** tree, unsigned code) in _nc_remove_key() argument 94 T((T_CALLED("_nc_remove_key(%p,%d)"), (void *) tree, code)); in _nc_remove_key() 96 if (code == 0) in _nc_remove_key() 100 if (_nc_remove_key(&(*tree)->child, code)) { in _nc_remove_key() 103 if ((*tree)->value == code) { in _nc_remove_key()
|
| H A D | lib_addstr.c | 54 int code = ERR; in NCURSES_EXPORT() local 63 code = OK; in NCURSES_EXPORT() 74 code = ERR; in NCURSES_EXPORT() 81 returnCode(code); in NCURSES_EXPORT() 88 int code = OK; in waddchnstr() local 108 returnCode(code); in waddchnstr() 140 int code = OK; in wadd_wchnstr() local 160 returnCode(code); in wadd_wchnstr() 229 int code = ERR; in waddnwstr() local 238 code = OK; in waddnwstr() [all …]
|
| H A D | define_key.c | 42 int code = ERR; in NCURSES_EXPORT() local 46 code = ERR; in NCURSES_EXPORT() 60 code = OK; in NCURSES_EXPORT() 65 code = OK; in NCURSES_EXPORT() 67 code = ERR; in NCURSES_EXPORT() 70 code = ERR; in NCURSES_EXPORT() 75 code = OK; in NCURSES_EXPORT() 77 returnCode(code); in NCURSES_EXPORT()
|
| /freebsd-14.2/crypto/openssl/crypto/bn/asm/ |
| H A D | sparct4-mont.pl | 88 $code.=<<___; 124 $code.=<<___; 174 $code.=<<___; 179 $code.=<<___; 188 $code.=<<___; 195 $code.=<<___; 200 $code.=<<___; 207 $code.=<<___; 212 $code.=<<___; 219 $code.=<<___; [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_common.c | 37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() argument 41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() argument 45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() argument 49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() argument
|
| H A D | error_private.h | 56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() argument 58 …ATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (… in ERR_getErrorCode() argument 69 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */ 71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() argument 73 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | warn.c | 38 krb5_error_code code, int level, const char *fmt, va_list ap) 43 krb5_error_code code, int level, const char *fmt, va_list ap) in _warnerr() argument 65 err_str = krb5_get_error_message(context, code); in _warnerr() 105 krb5_vwarn(krb5_context context, krb5_error_code code, in krb5_vwarn() argument 109 return _warnerr(context, 1, code, 1, fmt, ap); in krb5_vwarn() 127 FUNC(1, code, 1); in krb5_warn() 183 _warnerr(context, 1, code, 0, fmt, ap); in krb5_verr() 205 FUNC(1, code, 0); in krb5_err() 262 krb5_vabort(krb5_context context, krb5_error_code code, in krb5_vabort() argument 266 _warnerr(context, 1, code, 0, fmt, ap); in krb5_vabort() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aest4-sparcv9.pl | 93 $code.=<<___; 269 $code.=<<___; 305 $code.=<<___; 341 $code.=<<___; 373 $code.=<<___; 430 $code.=<<___; 442 $code.=<<___; 466 $code.=<<___; 489 $code.=<<___; 507 $code.=<<___; [all …]
|
| H A D | aesni-sha1-x86_64.pl | 130 $code.=<<___; 154 $code.=<<___; 194 $code.=<<___; 232 $code.=<<___; 242 $code.=<<___; 653 $code.=<<___; 682 $code.=<<___; 711 $code.=<<___; 739 $code.=<<___; 842 $code.=<<___; [all …]
|
| /freebsd-14.2/sbin/pfctl/tests/files/ |
| H A D | pf0011.in | 2 pass in inet proto icmp all icmp-type 0 code 0 4 pass in inet proto icmp all icmp-type 1 code 1 6 pass in inet6 proto ipv6-icmp all icmp6-type 0 code 0 8 pass in inet6 proto ipv6-icmp all icmp6-type 1 code 1 10 block in inet proto icmp all icmp-type 0 code 0 12 block in inet proto icmp all icmp-type 1 code 1 14 block in inet6 proto ipv6-icmp all icmp6-type 0 code 0 16 block in inet6 proto ipv6-icmp all icmp6-type 1 code 1 17 pass in inet proto icmp all icmp-type unreach code needfrag 18 pass in inet6 proto ipv6-icmp all icmp6-type timex code reassemb
|
| /freebsd-14.2/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-x86_64.pl | 192 $code.=<<___; 239 $code.=<<___; 268 $code=<<___; 308 $code.=<<___; 358 $code.=<<___; 368 $code.=<<___; 420 $code.=<<___; 466 $code.=<<___; 569 $code.=<<___; 585 $code.=<<___; [all …]
|
| H A D | sha1-armv8.pl | 74 $code.=<<___ if ($i<14); 85 $code.=<<___ if ($i==19); 89 $code.=<<___ if ($i>=14); 110 $code.=<<___ if ($i==59); 114 $code.=<<___; 140 $code.=<<___ if ($i<78); 177 $code.=<<___; 226 $code.=<<___; 253 $code.=<<___; 288 $code.=<<___; [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | zstd_common.c | 37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() argument 41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() argument 45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() argument 49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() argument
|
| /freebsd-14.2/sys/dev/evdev/ |
| H A D | evdev.h | 191 evdev_push_key(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_key() argument 194 return (evdev_push_event(evdev, EV_KEY, code, value != 0)); in evdev_push_key() 198 evdev_push_rel(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_rel() argument 201 return (evdev_push_event(evdev, EV_REL, code, value)); in evdev_push_rel() 205 evdev_push_abs(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_abs() argument 208 return (evdev_push_event(evdev, EV_ABS, code, value)); in evdev_push_abs() 215 return (evdev_push_event(evdev, EV_MSC, code, value)); in evdev_push_msc() 222 return (evdev_push_event(evdev, EV_LED, code, value != 0)); in evdev_push_led() 229 return (evdev_push_event(evdev, EV_SND, code, value)); in evdev_push_snd() 233 evdev_push_sw(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_sw() argument [all …]
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | optimize.c | 214 int code; member 757 p->code = code; in F() 1205 s->code = BPF_LD|BPF_ABS|BPF_SIZE(s->code); in opt_stmt() 1585 b->et.code = b->s.code; in opt_blk() 1586 b->ef.code = -b->s.code; in opt_blk() 1622 int code = ep->code; in fold_edge() local 1628 code = -code; in fold_edge() 1645 if (child->s.code != code) in fold_edge() 2360 if (b0->s.code == b1->s.code && in eq_blk() 2747 dst->code = (u_short)src->s.code; in convert_code_r() [all …]
|
| /freebsd-14.2/contrib/bearssl/T0/ |
| H A D | WordNative.cs | 40 NativeRun code; field in WordNative 42 internal WordNative(T0Comp owner, string name, NativeRun code) in WordNative() argument 45 this.code = code; in WordNative() 49 SType stackEffect, NativeRun code) in WordNative() argument 50 : this(owner, name, code) in WordNative() 57 code(cpu); in Run()
|
| H A D | WordBuilder.cs | 43 List<Opcode> code; field in WordBuilder 61 code = new List<Opcode>(); in WordBuilder() 77 if (jumpToLast || code[code.Count - 1].MayFallThrough) { in Build() 81 code.ToArray(), toResolve.ToArray()); in Build() 93 code.Add(op); in Add() 141 CSPush(code.Count); in CSPushOrig() 150 CSPush(-code.Count - 1); in CSPushDest() 341 code[x].ResolveJump(code.Count - x - 1); in Then() 361 Add(new OpcodeJumpUncond(x - code.Count - 1)); in Again() 372 Add(new OpcodeJumpIf(x - code.Count - 1)); in AgainIf() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_cchar.c | 55 int code = OK; in NCURSES_EXPORT() local 67 code = ERR; in NCURSES_EXPORT() 96 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT() 97 return (code); in NCURSES_EXPORT() 107 int code = ERR; in getcchar() local 137 code = (len < CCHARW_MAX) ? (len + 1) : CCHARW_MAX; in getcchar() 139 code = ERR; in getcchar() 152 code = OK; in getcchar() 156 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in getcchar() 157 return (code); in getcchar()
|
| /freebsd-14.2/contrib/libfido2/man/ |
| H A D | dyc.css | 10 code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, 11 code.Cd { font-weight: bold; font-family: monospace; }
|
| H A D | style.css | 23 code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, 24 code.Cd { font-weight: bold; font-family: inherit; }
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | tparm_type.c | 46 #define TD(code, longname, ti, tc) \ in tparm_type() argument 47 {code, {longname} }, \ in tparm_type() 48 {code, {ti} }, \ in tparm_type() 49 {code, {tc} } in tparm_type() 50 #define XD(code, onlyname) TD(code, onlyname, onlyname, onlyname) in tparm_type() argument 54 TParams code; in tparm_type() member 72 result = table[n].code; in tparm_type()
|
| /freebsd-14.2/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-s390x.pl | 50 $code=<<___; 69 $code.=<<___; 79 $code.=<<___; 94 $code.=<<___; 100 $code.=<<___ if ($i==1); 103 $code.=<<___ if ($i>1); 107 $code.=<<___; 122 $code.=<<___; 182 $code.=<<___; 228 $code.=<<___; [all …]
|
| /freebsd-14.2/usr.bin/compress/ |
| H A D | zopen.c | 495 for (code = 255; code >= 0; code--) { in zread() 496 tab_prefixof(code) = 0; in zread() 497 tab_suffixof(code) = (char_type) code; in zread() 513 for (code = 255; code >= 0; code--) in zread() 514 tab_prefixof(code) = 0; in zread() 520 incode = code; in zread() 523 if (code >= free_ent) { in zread() 530 code = oldcode; in zread() 540 while (code >= 256) { in zread() 542 code = tab_prefixof(code); in zread() [all …]
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 76 code = -1; in hookup() 112 code = -1; in hookup() 119 code = -1; in hookup() 134 code = -1; in hookup() 144 code = -1; in hookup() 188 code = -1; in login() 292 code = -1; in command() 408 if (code == 227 || code == 229) { in getreply() 503 code = code * 10 + (c - '0'); 708 code = -1; in sendrequest() [all …]
|
| /freebsd-14.2/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fman_kg.c | 90 int code; in get_gen_ht_code() local 94 code = no_validation ? 0x73 : 0x3; in get_gen_ht_code() 186 code = 0x70; in get_gen_ht_code() 190 code = 0x71; in get_gen_ht_code() 194 code = 0x10; in get_gen_ht_code() 198 code = 0x40; in get_gen_ht_code() 202 code = 0x20; in get_gen_ht_code() 206 code = 0x7f; in get_gen_ht_code() 210 code = 0x20; in get_gen_ht_code() 215 code = FM_KG_SCH_GEN_HT_INVALID; in get_gen_ht_code() [all …]
|