| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | sntp.texi | 30 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 D | inputbox.c | 79 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 D | dialog.c | 196 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 D | aspeed-bmc-opp-swift.dts | 44 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 D | archive_read_support_filter_xz.c | 393 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 D | Makefile.am | 203 …$(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 D | program.h | 234 #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 D | README.md | 28 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 D | key_defined.c | 72 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 D | lib_slkatr_set.c | 50 int code = ERR; in NCURSES_EXPORT() local 69 code = OK; in NCURSES_EXPORT() 71 returnCode(code); in NCURSES_EXPORT()
|
| H A D | lib_clreol.c | 49 int code = ERR; in NCURSES_EXPORT() local 89 code = OK; in NCURSES_EXPORT() 91 returnCode(code); in NCURSES_EXPORT()
|
| H A D | lib_slkcolor.c | 47 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 D | lib_in_wchnstr.c | 48 int code = OK; in NCURSES_EXPORT() local 74 code = ERR; in NCURSES_EXPORT() 76 returnCode(code); in NCURSES_EXPORT()
|
| H A D | lib_add_wch.c | 417 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 D | microchip,qt1050.txt | 21 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 D | adc-keys.txt | 20 - 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 D | pariscid.pl | 31 $code=<<___; 103 $code.=<<___; 146 $code.=<<___; 179 $code.=<<___; 267 foreach(split("\n",$code)) {
|
| /freebsd-14.2/crypto/openssl/crypto/bn/asm/ |
| H A D | sparcv9-gf2m.pl | 40 $code.=<<___; 162 $code.=<<___; 173 $code.=<<___; 200 $code =~ s/\`([^\`]*)\`/eval($1)/gem; 201 print $code;
|
| H A D | x86_64-mont.pl | 100 $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 D | README.contributors | 11 - 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 D | hidmap.c | 262 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 D | iso3166.subr | 9 # 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 D | sendfile13.sh | 80 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 D | entropy_common.c | 31 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 D | ntp.keys.texi | 31 @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}.
|