Home
last modified time | relevance | path

Searched refs:code (Results 401 – 425 of 5329) sorted by relevance

1...<<11121314151617181920>>...214

/freebsd-14.2/contrib/ntp/sntp/
H A Dsntp.texi30 This document describes the use of the NTP Project's @code{sntp} program,
36 This document applies to version @value{VERSION} of @code{sntp}.
53 By default, @code{sntp} writes the local data and time (i.e., not UTC) to the
82 @code{crom} job to reset the local clock from a reliable server, like
83 the @code{ntpdate} and @code{rdate} commands.
/freebsd-14.2/contrib/dialog/
H A Dinputbox.c79 int key, fkey, code; in dialog_inputbox() local
186 if (!dlg_button_key(result, &code, &key, &fkey)) in dialog_inputbox()
197 && (code = dlg_ok_buttoncode(key - M_EVENT)) >= 0) { in dialog_inputbox()
198 result = code; in dialog_inputbox()
220 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_inputbox()
222 result = dlg_ok_buttoncode(code); in dialog_inputbox()
H A Ddialog.c196 eOptions code; member
205 eOptions code; member
931 int code; in call_checklist() local
940 return code; in call_checklist()
1395 int code; in button_code() member
1411 code = table[i].code; in button_code()
1422 return code; in button_code()
1515 if (modes[n].code == code) { in lookupMode()
1690 code = data->code; in process_common_options()
1724 switch (code) { in process_common_options()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Daspeed-bmc-opp-swift.dts44 linux,code = <ASPEED_GPIO(B, 5)>;
50 linux,code = <ASPEED_GPIO(J, 2)>;
90 linux,code = <6>;
96 linux,code = <7>;
102 linux,code = <12>;
108 linux,code = <13>;
114 linux,code = <5>;
120 linux,code = <6>;
126 linux,code = <7>;
132 linux,code = <8>;
[all …]
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_xz.c393 self->code = ARCHIVE_FILTER_XZ; in xz_bidder_init()
401 self->code = ARCHIVE_FILTER_LZMA; in lzma_bidder_init()
409 self->code = ARCHIVE_FILTER_LZIP; in lzip_bidder_init()
500 if (self->code == ARCHIVE_FILTER_LZIP) { in xz_lzma_bidder_init()
512 if (self->code == ARCHIVE_FILTER_XZ) in xz_lzma_bidder_init()
713 self->code == ARCHIVE_FILTER_LZIP && in xz_filter_read()
724 if (self->code == ARCHIVE_FILTER_LZIP) { in xz_filter_read()
770 self->code = ARCHIVE_FILTER_LZMA; in lzma_bidder_init()
784 self->code = ARCHIVE_FILTER_XZ; in xz_bidder_init()
798 self->code = ARCHIVE_FILTER_LZIP; in lzip_bidder_init()
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A DMakefile.am203 …$(ASN1_COMPILE) --one-code-file --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList …
206 …$(ASN1_COMPILE) --one-code-file --option-file=$(srcdir)/cms.opt $(srcdir)/cms.asn1 cms_asn1 || (rm…
209 …$(ASN1_COMPILE) --one-code-file --option-file=$(srcdir)/krb5.opt $(srcdir)/krb5.asn1 krb5_asn1 || …
212 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; ex…
215 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit …
218 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit …
221 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; ex…
224 …$(ASN1_COMPILE) --one-code-file $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; ex…
227 …$(ASN1_COMPILE) --one-code-file $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit …
233 …$(ASN1_COMPILE) --one-code-file --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_…
/freebsd-14.2/contrib/bc/include/
H A Dprogram.h234 #define bc_program_pushVar(p, code, bgn, pop, copy) \ argument
235 bc_program_pushVar_impl(p, code, bgn, pop, copy)
241 #define bc_program_pushVar(p, code, bgn, pop, copy) \ argument
242 bc_program_pushVar_impl(p, code, bgn)
339 bc_program_printInst(const BcProgram* p, const char* code,
475 #define BC_PROG_JUMP(inst, code, ip) \ argument
478 inst = (uchar) (code)[(ip)->idx++]; \
489 #define BC_PROG_JUMP(inst, code, ip) \ argument
492 inst = (uchar) (code)[(ip)->idx++]; \
991 #define BC_PROG_JUMP(inst, code, ip) break argument
/freebsd-14.2/contrib/ntp/libjsmn/
H A DREADME.md28 key feature - simple code style, simple algorithm, simple integration into
37 * about 200 lines of code
38 * extremely small code footprint
42 * library code is covered with unit-tests
110 * <code>'t', 'f'</code> - boolean
111 * <code>'n'</code> - null
112 * <code>'-', '0'..'9'</code> - number
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dkey_defined.c72 int code = ERR; in NCURSES_SP_NAME() local
76 code = find_definition(SP_PARM->_keytry, str); in NCURSES_SP_NAME()
79 returnCode(code); in NCURSES_SP_NAME()
H A Dlib_slkatr_set.c50 int code = ERR; in NCURSES_EXPORT() local
69 code = OK; in NCURSES_EXPORT()
71 returnCode(code); in NCURSES_EXPORT()
H A Dlib_clreol.c49 int code = ERR; in NCURSES_EXPORT() local
89 code = OK; in NCURSES_EXPORT()
91 returnCode(code); in NCURSES_EXPORT()
H A Dlib_slkcolor.c47 int code = ERR; in _nc_slk_color() local
58 code = OK; in _nc_slk_color()
60 returnCode(code); in _nc_slk_color()
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c48 int code = OK; in NCURSES_EXPORT() local
74 code = ERR; in NCURSES_EXPORT()
76 returnCode(code); in NCURSES_EXPORT()
H A Dlib_add_wch.c417 int code = ERR; in wadd_wch() local
425 code = OK; in wadd_wch()
428 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wadd_wch()
429 return (code); in wadd_wch()
435 int code = ERR; in wecho_wchar() local
446 code = OK; in wecho_wchar()
448 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wecho_wchar()
449 return (code); in wecho_wchar()
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dmicrochip,qt1050.txt21 Each not specified key or key with linux,code set to KEY_RESERVED gets disabled
25 - linux,code: Keycode to emit.
59 linux,code = <KEY_UP>;
67 linux,code = <KEY_RIGHT>;
74 linux,code = <KEY_DOWN>;
H A Dadc-keys.txt20 - linux,code: Keycode to emit.
40 linux,code = <KEY_VOLUMEUP>;
46 linux,code = <KEY_VOLUMEDOWN>;
52 linux,code = <KEY_ENTER>;
/freebsd-14.2/crypto/openssl/crypto/
H A Dpariscid.pl31 $code=<<___;
103 $code.=<<___;
146 $code.=<<___;
179 $code.=<<___;
267 foreach(split("\n",$code)) {
/freebsd-14.2/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl40 $code.=<<___;
162 $code.=<<___;
173 $code.=<<___;
200 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
201 print $code;
H A Dx86_64-mont.pl100 $code=<<___;
121 $code.=<<___;
179 $code.=<<___;
369 $code.=<<___;
384 $code.=<<___;
426 $code.=<<___;
725 $code.=<<___;
796 $code.=<<___;
838 $code.=<<___;
944 $code.=<<___;
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/
H A DREADME.contributors11 - All code must be copyright owned by Arm Limited and the appropriate
28 - On aarch64 the tests must pass. If the code may behave differently under
30 - New symbols are expected to have new associated test code and ideally
31 benchmark code too.
38 - Ideally tools and scripts used to write the code should be added to the
/freebsd-14.2/sys/dev/hid/
H A Dhidmap.c262 hidmap_push_key(hm, hi->code, data); in hidmap_intr()
265 hi->code, data); in hidmap_intr()
307 key = mi->code; in hidmap_intr()
369 (mi->code != KEY_RESERVED && mi->code != HIDMAP_KEY_NULL)); in can_map_arr_range()
380 (mi->code != KEY_RESERVED && mi->code != HIDMAP_KEY_NULL)); in can_map_arr_list()
568 item->code = mi->code + uoff; in hidmap_parse_hid_item()
576 hidmap_support_key(hm, item->code); in hidmap_parse_hid_item()
581 item->code); in hidmap_parse_hid_item()
586 item->code, in hidmap_parse_hid_item()
596 item->code); in hidmap_parse_hid_item()
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/timezone/share/
H A Diso3166.subr9 # 1. Redistributions of source code must retain the above copyright
55 # Read the ISO 3166 country code database in _PATH_ISO3166:
68 # two ISO 3166 2-character country code
69 # three ISO 3166 3-character country code (if provided)
70 # number ISO 3166 numeric country code (if provided)
80 # where CODE is the 2-character country code.
132 # Get the ISO3166-1 (Alpha 1) 2-letter country code
136 # Validate the two-character country code
/freebsd-14.2/tools/test/stress2/misc/
H A Dsendfile13.sh80 wait $p1; code=$?
81 [ $code -ne 0 ] && { s=$code; echo "$p1 exit status $code"; }
82 wait $p2; code=$?
83 [ $code -ne 0 ] && { s=$code; echo "$p2 exit status $code"; }
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dentropy_common.c31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() argument
32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() argument
34 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() argument
35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() argument
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp.keys.texi31 @code{ntpd} program.
33 This document applies to version @value{VERSION} of @code{ntp.keys}.
46 The name and location of the symmetric key file for @code{ntpd} can
47 be specified in a configuration file, by default @code{/etc/ntp.keys}.

1...<<11121314151617181920>>...214