Home
last modified time | relevance | path

Searched refs:code (Results 2376 – 2400 of 5329) sorted by relevance

1...<<919293949596979899100>>...214

/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dconfigure.ac59 # our sockaddr-handling code in strange ways.
824 # check if we should hard-code the mm functions.
830 # check if we should hard-code debugging out
899 # for minheap-internal.h related code.
920 [if linker supports omitting unused code and data],
928 dnl simple stdio read code checking for errors, expecting
929 dnl enough syscall differences that the NetBSD code will
H A DChangeLog597 Sample code
821 o Fix a dead-code warning in unit tests. CID 1193548 (c119f24)
829 Sample code
1102 Sample code
1106 o https-client: code cleanup (29af65e Alexey Ozeritsky)
1119 example code for writing an https client.
1194 o Do not build strlcpy.c when it will have no code. (4914620)
1746 o Fix a crash bug in evdns server circular list code (00e91b3)
1800 o Comment internal headers used in sample code. (4eb281c)
1908 o Fix a bug in the improved EOL_CRLF code (d927965)
[all …]
/freebsd-14.2/contrib/libevent/
H A Dconfigure.ac59 # our sockaddr-handling code in strange ways.
824 # check if we should hard-code the mm functions.
830 # check if we should hard-code debugging out
899 # for minheap-internal.h related code.
920 [if linker supports omitting unused code and data],
928 dnl simple stdio read code checking for errors, expecting
929 dnl enough syscall differences that the NetBSD code will
H A DChangeLog597 Sample code
821 o Fix a dead-code warning in unit tests. CID 1193548 (c119f24)
829 Sample code
1102 Sample code
1106 o https-client: code cleanup (29af65e Alexey Ozeritsky)
1119 example code for writing an https client.
1194 o Do not build strlcpy.c when it will have no code. (4914620)
1746 o Fix a crash bug in evdns server circular list code (00e91b3)
1800 o Comment internal headers used in sample code. (4eb281c)
1908 o Fix a bug in the improved EOL_CRLF code (d927965)
[all …]
/freebsd-14.2/contrib/bc/
H A DREADME.md56 In addition, there is compatibility code to make this `bc` work on Windows.
308 I have developed (using other people's code to start) [`vim` syntax files][17]
325 is actually valid `bc` code, or should be. For example, putting an `else` on
448 compatibility code.
460 This repository is 100% AI-Free code.
482 gen The bc math library, help texts, and code to generate C source.
486 src All source code.
/freebsd-14.2/contrib/ncurses/doc/
H A Dncurses-intro.doc153 source-code or documentation; the tic and infocmp programs are the
196 Pfeifer wrote all of the menu and forms code as well as the Ada95
542 curses. System V Release 4 curses contains code with similar
545 that mouse code works. Thus, we recommend that you wrap
546 mouse-related code in an #ifdef using the feature macro
809 Here is some sample code for shellout:
838 have to write special-purpose code to handle KEY_RESIZE yourself.
996 documented here is the panel code distributed with ncurses.
1100 documented here is the menu code distributed with ncurses.
1291 documented here is the form code distributed with ncurses.
[all …]
/freebsd-14.2/contrib/flex/
H A DNEWS44 flex.skl are removed when generating the C source code array. This
113 *** flex no longer generates non-ANSI code
123 *** general code cleanups in a number of tests now make the test suite compile much more cleanly
204 *** various documentation and code clean up fixes: resolves sf bugs #167, #168, among other patches.
286 independent code. Particularly useful when including a flex scanner
357 ** added %top directive for placing code at the top of the generated
559 ** tables code omitted from generated scanner when not used
616 ** made changes to work with gcc-3.2 development code
/freebsd-14.2/usr.bin/compress/doc/
H A DREADME9 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup
264 >>>elucidate on this?) There are a couple of asm's in the code (extv and
267 >>>byte order at the same time). Anyway, I've linted the code (both with
269 >>>code, you can take these out if you reduce BITS to <= 15.
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-oneplus-common.dtsi43 linux,code = <SW_LID>;
59 linux,code = <KEY_VOLUMEDOWN>;
66 linux,code = <KEY_VOLUMEUP>;
84 * but given the same address every time. Hard code it as this address is
H A Dsm8450-sony-xperia-nagara.dtsi40 linux,code = <KEY_CAMERA_FOCUS>;
49 linux,code = <KEY_CAMERA>;
58 linux,code = <KEY_VOLUMEDOWN>;
692 linux,code = <KEY_VOLUMEUP>;
H A Dmsm8953-xiaomi-vince.dts33 linux,code = <KEY_VOLUMEUP>;
166 linux,code = <KEY_VOLUMEDOWN>;
/freebsd-14.2/contrib/wpa/src/wps/
H A Dwps_upnp_web.c242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument
245 switch (code) { in http_put_reply_code()
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
276 http_put_reply_code(buf, code); in http_put_empty()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td99 "cannot locate code-completion file %0">, DefaultFatal;
186 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
188 "FIX-IT unable to apply suggested code changes in a macro">;
190 "FIX-IT unable to apply suggested code changes">;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dr8a7790-lager.dts88 linux,code = <KEY_1>;
95 linux,code = <KEY_2>;
102 linux,code = <KEY_3>;
109 linux,code = <KEY_4>;
H A Darmada-xp-netgear-rn2120.dts175 linux,code = <KEY_POWER>;
181 linux,code = <KEY_RESTART>;
H A Darmada-xp-linksys-mamba.dts182 linux,code = <KEY_WPS_BUTTON>;
188 linux,code = <KEY_RESTART>;
/freebsd-14.2/lib/libusb/
H A Dlibusb20.c1345 libusb20_strerror(int code) in libusb20_strerror() argument
1347 switch (code) { in libusb20_strerror()
1382 libusb20_error_name(int code) in libusb20_error_name() argument
1384 switch (code) { in libusb20_error_name()
/freebsd-14.2/contrib/lua/src/
H A Dlundump.c146 f->code = luaM_newvectorchecked(S->L, n, Instruction); in loadCode()
148 loadVector(S, f->code, n); in loadCode()
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c292 if (BPF_CLASS(insn->code) == BPF_JMP) { in add_monitor_filter()
293 if (insn->code == (BPF_JMP|BPF_JA)) { in add_monitor_filter()
/freebsd-14.2/contrib/tzdata/
H A Dleap-seconds.list115 # A hash code has been generated to be able to verify the integrity
116 # of this file. For more information about using this hash code,
/freebsd-14.2/contrib/file/magic/Magdir/
H A Djavascript77 # Note: used in bytenode and NW.js protected source code
149 # No reservation table and code starts at 24
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c165 self->code = ARCHIVE_FILTER_LZOP; in lzop_bidder_init()
185 self->code = ARCHIVE_FILTER_LZOP; in lzop_bidder_init()
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dcommon.c205 || strm->internal->next.code == NULL in lzma_code()
288 lzma_ret ret = strm->internal->next.code( in lzma_code()
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl53 $code.=<<___;
436 print $code;
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_SELF_TEST_new.pod38 code. It can be used for diagnostic purposes.
67 OSSL_SELF_TEST_onend() may be inserted at the end of a block of self test code

1...<<919293949596979899100>>...214