Home
last modified time | relevance | path

Searched refs:code (Results 626 – 650 of 5329) sorted by relevance

1...<<21222324252627282930>>...214

/freebsd-14.2/contrib/unifdef/tests/
H A Dif3-kDU.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
H A Dif1-kDU.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
H A Dif3-k.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
H A Dif2-k.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
/freebsd-14.2/usr.sbin/dumpcis/
H A Dreadcis.h31 unsigned char code; member
45 unsigned char code; member
H A Dprintcis.c72 ++count, tp->code, tuple_name(tp->code), tp->length); in dumpcis()
85 switch (tp->code) { in dumpcis()
185 if (tp->code == CIS_CONF_MAP) in dump_config_map()
511 if (tp->code == CIS_CONFIG && (*p & 0x80)) { in dump_cis_config()
579 if (tp->code == CIS_CONFIG && in dump_cis_config()
604 if (tp->code == CIS_CONFIG) in dump_cis_config()
622 if (tp->code == CIS_CONFIG) in dump_cis_config()
636 if (tp->code == CIS_CONFIG) { in dump_cis_config()
/freebsd-14.2/contrib/mandoc/
H A Dmandoc.css187 code.Nm { font-style: normal;
211 code.In { font-style: normal;
268 .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,
287 code.In::before { content: "In"; }
293 code.Nm::before { content: "Nm"; }
308 .Ic::before, code.In::before, .Lb::before, .Lk::before,
309 .Ms::before, .Mt::before, .Nd::before, code.Nm::before,
329 .Ft:hover::before, .Ic:hover::before, code.In:hover::before,
331 .Nd:hover::before, code.Nm:hover::before, .Pa:hover::before,
/freebsd-14.2/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl12 $code.=<<___;
286 print $code;
/freebsd-14.2/contrib/file/src/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
97 ubuf, ulen, code, type, text); in file_ascmagic()
106 file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, in file_ascmagic_with_encoding() argument
254 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfssubr.c1069 int code = 0; in vdev_raidz_reconstruct_general() local
1101 code |= 1 << c; in vdev_raidz_reconstruct_general()
1107 ASSERT(code != 0); in vdev_raidz_reconstruct_general()
1115 return (code); in vdev_raidz_reconstruct_general()
1161 return (code); in vdev_raidz_reconstruct_general()
1170 int code; in vdev_raidz_reconstruct() local
1202 ASSERT(code > 0); in vdev_raidz_reconstruct()
1203 return (code); in vdev_raidz_reconstruct()
1428 int code, ret = 0; in vdev_raidz_combrec() local
1512 ret = code; in vdev_raidz_combrec()
[all …]
/freebsd-14.2/contrib/libarchive/libarchive_fe/
H A Derr.h52 void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
53 __LA_NORETURN void lafe_errc(int eval, int code, const char *fmt, ...) __LA_PRINTFLIKE(3, 4);
/freebsd-14.2/share/i18n/csmapper/APPLE/
H A DUCS%GREEK.src75 # Column #1 is the Mac OS Greek code (in hex as 0xNN)
79 # The entries are in Mac OS Greek code order.
96 # Although a Mac OS script code is defined for Greek (smGreek = 6),
99 # Greek encoding is being used when the script code is smRoman (0),
100 # you must check if the system region code is 20, verGreece.
103 # ISO 8859-7 (although characters are not at the same code points),
110 # Before Mac OS 9.2.2, code point 0x9C was SOFT HYPHEN (U+00AD), and
111 # code point 0xFF was undefined. In Mac OS 9.2.2 and later versions,
112 # SOFT HYPHEN was moved to 0xFF, and code point 0x9C was changed to be
H A DGREEK%UCS.src75 # Column #1 is the Mac OS Greek code (in hex as 0xNN)
79 # The entries are in Mac OS Greek code order.
96 # Although a Mac OS script code is defined for Greek (smGreek = 6),
99 # Greek encoding is being used when the script code is smRoman (0),
100 # you must check if the system region code is 20, verGreece.
103 # ISO 8859-7 (although characters are not at the same code points),
110 # Before Mac OS 9.2.2, code point 0x9C was SOFT HYPHEN (U+00AD), and
111 # code point 0xFF was undefined. In Mac OS 9.2.2 and later versions,
112 # SOFT HYPHEN was moved to 0xFF, and code point 0x9C was changed to be
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dprog_setup.c39 krb5_std_usage(int code, struct getargs *args, int num_args) in krb5_std_usage() argument
42 exit(code); in krb5_std_usage()
/freebsd-14.2/crypto/heimdal/lib/com_err/
H A Dcom_right.h75 com_right (struct et_list *list, long code);
78 com_right_r (struct et_list *list, long code, char *, size_t);
/freebsd-14.2/sys/contrib/zlib/
H A Dinfback.c79 static code *lenfix, *distfix; in fixedtables()
80 static code fixed[544]; in fixedtables()
85 static code *next; in fixedtables()
252 code here; /* current decoding table entry */ in inflateBack()
253 code last; /* parent table entry */ in inflateBack()
373 state->lencode = (code const FAR *)(state->next); in inflateBack()
447 state->lencode = (code const FAR *)(state->next); in inflateBack()
456 state->distcode = (code const FAR *)(state->next); in inflateBack()
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_init_thread_deregister.pod23 Thread aware code may be informed about when a thread is stopping, typically to
29 Thread aware code registers a "stop handler" for each new thread that it uses.
30 Typically, when a new thread is being used, code will add a new value to some
32 stopping the stop handler is called (while on that thread) and the code can
/freebsd-14.2/contrib/ntp/
H A DNOTES.y2kfixes21 Critical fragments of code tested with other dates by special
41 1) Tested suspicious code.
43 2) Repaired problem code and added documentation to ntp.h.
88 ACTS time format has changed somewhat since the code was written.
/freebsd-14.2/contrib/tcpdump/
H A Dprint-ppp.c418 u_int code, len; in handle_ctrl_proto() local
437 code, in handle_ctrl_proto()
468 switch (code) { in handle_ctrl_proto()
832 u_int code, len; in handle_chap() local
846 code = GET_U_1(p); in handle_chap()
849 code); in handle_chap()
865 switch (code) { in handle_chap()
903 u_int code, len; in handle_pap() local
917 code = GET_U_1(p); in handle_pap()
920 code); in handle_pap()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td71 …Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immedi…
75 …Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immedi…
109 Desc<"If true, LLDB will highlight the displayed source code.">;
161 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i…
165 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i…
177 …Desc<"If true, LLDB will auto indent/outdent code. Currently only supported in the REPL (default: …
185 Desc<"The tab size to use when indenting code in multi-line input mode (default: 2).">;
201 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified…
205 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified…
209 …Desc<"When displaying a regex match in a color-enabled terminal, use the ANSI terminal code specif…
[all …]
/freebsd-14.2/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl36 $code.=<<___;
75 $code.=<<___;
94 $code.="\n";
105 $code.=<<___;
183 $code.=<<___;
216 $code.=<<___;
259 $code.=<<___;
281 $code.=<<___;
308 $code.=<<___;
331 $code.=<<___;
[all …]
/freebsd-14.2/sys/powerpc/ps3/
H A Dps3-hv-asm.awk19 code = $2;
41 printf("\tli %%r11,%d\n", code);
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dsun8i-v3-sl631.dtsi48 linux,code = <KEY_DOWN>;
55 linux,code = <KEY_UP>;
62 linux,code = <KEY_OK>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/
H A Dleds-el15203000.txt9 Vending area LED encoded with symbol 'V' (hex code 0x56).
13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern.
15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
/freebsd-14.2/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c61 if (coder->next.code == NULL) { in delta_encode()
82 ret = coder->next.code(coder->next.coder, allocator, in delta_encode()
115 next->code = &delta_encode; in lzma_delta_encoder_init()

1...<<21222324252627282930>>...214