| /freebsd/tools/tools/iso/ |
| H A D | check-iso3166.pl | 1 #!/usr/bin/perl -w 6 # list-en1-semic-3.txt (from 7 # http://www.iso.org/iso/list-en1-semic-3.txt) and iso3166-countrycodes.txt 28 if ($l !~ /^([A-Z\-]*)[ \t]+([A-Z\-]+)[ \t]+(\d+)[ \t]+(.*)/); 29 my $two = $1; 34 $old{$two}{two} = $two; 35 $old{$two}{three} = $three; 36 $old{$two}{number} = $number; 37 $old{$two}{name} = $name; 43 …en(FIN, "iso3166-countrycodes.txt") or die "Cannot open iso3166-countrycodes.txt, which can be ret… [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod-subst.exp | 1 mod-subst: 8 mod-subst-delimiter: 9 1 two 3 horizontal tabulator 10 1 two 3 space 11 1 two 3 exclamation mark 12 1 two 3 quotation mark 13 1 two 3 number sign 14 1 two 3 dollar sign 15 1 two 3 percent sign 16 1 two 3 ampersand [all …]
|
| H A D | varmod-select-words.exp | 2 while evaluating variable "LIST" with value "one two three four five six" 4 in target "mod-squarebrackets-empty" 5 LIST:[0]="one two three four five six" 6 LIST:[0x0]="one two three four five six" 7 LIST:[000]="one two three four five six" 8 LIST:[*]="one two three four five six" 9 LIST:[@]="one two three four five six" 10 LIST:[0]:C/ /,/="one,two three four five six" 11 LIST:[0]:C/ /,/g="one,two,three,four,five,six" 12 LIST:[0]:C/ /,/1g="one,two,three,four,five,six" [all …]
|
| H A D | varmod-subst.mk | 1 # $NetBSD: varmod-subst.mk,v 1.17 2025/03/29 19:08:53 rillig Exp $ 5 all: mod-subst 6 all: mod-subst-delimiter 7 all: mod-subst-chain 8 all: mod-subst-dollar 130 .if ${:Uvalue:S,^val,&-&-&,} != "val-val-value" 133 .if ${:Uvalue:S,ue$,&-&-&,} != "value-ue-ue" 139 # single space, not two. 148 .if ${:U:S,,out-of-nothing,} != "" 151 .if ${:U:S,^,out-of-nothing,} != "out-of-nothing" [all …]
|
| H A D | varmod-sysv.mk | 1 # $NetBSD: varmod-sysv.mk,v 1.24 2025/03/30 00:35:52 rillig Exp $ 17 .if ${one.c two.c three.c:L:.c=.o} != "one.o two.o three.o" 41 .if ${one two three:L:%=(%)} != "(one) (two) (three)" 53 .if ${one two:L:${:Uone}=${:U1}} != "1 two" 63 # XXX: The right-hand side should be expanded only once. 87 # single empty word (before 2020-05-06), or no word at all (since 2020-05-06). 94 # Before 2020-07-19, an ampersand could be used in the replacement part 98 # This was probably a copy-and-paste mistake since the code for the SysV 104 # Before 2020-07-19, the result of the expression was "a.bcd.e". 109 # Before 2020-07-20, when a SysV modifier was parsed, a single dollar [all …]
|
| H A D | varmod-to-separator.mk | 1 # $NetBSD: varmod-to-separator.mk,v 1.23 2025/03/30 00:35:52 rillig Exp $ 6 WORDS= one two three four five six 9 .if ${WORDS:ts } != "one two three four five six" 14 .if ${WORDS:ts,} != "one,two,three,four,five,six" 19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX" 25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX" 51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX" 58 .if ${WORDS:ts:} != "one:two:three:four:five:six" 68 .if ${WORDS:ts:S/two/2/} != "one2threefourfivesix" 73 .if ${WORDS:S/two/2/:ts} != "one2threefourfivesix" [all …]
|
| H A D | varmod-no-match.mk | 1 # $NetBSD: varmod-no-match.mk,v 1.3 2023/02/26 06:08:06 rillig Exp $ 7 # Keep all words except for 'two'. 8 .if ${:U one two three :Ntwo} != "one three" 13 # See varmod-match.mk for the details of pattern matching. 14 .if ${:U one two three four six :Nt*} != "one four six" 30 .if ${:U one two three :N} != "one two three" 33 .if ${:U one two three :M*} != "one two three" 38 # Idiom: single-word expression equals any of several words or patterns 50 .if ${:U two :None:Ntwo:Nthree} != "" 61 # condition may look like '${VAR} != ""', which for a single-word variable is [all …]
|
| H A D | dir.mk | 11 all: {one,two,three} 14 # "{one,two,three}". There are no individual targets "one", "two", "three" 16 # on the left-hand side of a dependency operator. However, it is listed 21 .if target({one,two,three}) 24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}" 30 two: 45 # Nested braces work as expected since 2020-07-31 19:06 UTC. 46 # They had been broken at least since 2003-01-01, probably even longer. 57 all: {pre-,}{patch,configure} 59 pre-patch patch pre-configure configure: [all …]
|
| H A D | varmod-ifelse.exp | 1 make: varmod-ifelse.mk:28: Bad condition 3 make: varmod-ifelse.mk:39: Bad condition 5 make: varmod-ifelse.mk:47: Bad condition 7 make: varmod-ifelse.mk:70: Bad condition 12 make: varmod-ifelse.mk:94: Bad condition 19 make: varmod-ifelse.mk:159: no. 20 make: varmod-ifelse.mk:162: Comparison with ">=" requires both operands "no" and "10" to be numeric 22 make: varmod-ifelse.mk:162: . 23 make: varmod-ifelse.mk:169: Bad condition 25 make: varmod-ifelse.mk:169: . [all …]
|
| H A D | varmod-to-separator.exp | 1 make: varmod-to-separator.mk:154: Invalid character number at "400:tu}" 2 while evaluating variable "WORDS" with value "one two three" 3 make: varmod-to-separator.mk:169: Invalid character number at "100:tu}" 4 while evaluating variable "WORDS" with value "one two three" 5 make: varmod-to-separator.mk:177: Invalid character number at ",}" 7 make: varmod-to-separator.mk:183: Invalid character number at "112233445566778899}" 9 make: varmod-to-separator.mk:188: Unknown modifier ":ts\-300" 10 while evaluating variable "WORDS" with value "one two three" 11 make: varmod-to-separator.mk:197: Unknown modifier ":ts\8" 13 make: varmod-to-separator.mk:205: Unknown modifier ":ts\100L" [all …]
|
| /freebsd/crypto/openssl/crypto/poly1305/ |
| H A D | poly1305_ieee754.c | 2 * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. 11 * This module is meant to be used as template for non-x87 floating- 12 * point assembly modules. The template itself is x86_64-specific 14 * have to recognize platform-specific parts, UxTOy and inline asm, 17 * Huh? x86_64-specific code as template for non-x87? Note seven, which 18 * is not a typo, but reference to 80-bit precision. This module on the 19 * other hand relies on 64-bit precision operations, which are default 21 * large-block performance in cycles per processed byte for *this* code 23 * gcc-4.8 icc-15.0 clang-3.4(*) 50 # error "this is gcc-specific template" [all …]
|
| /freebsd/tests/sys/net/ |
| H A D | if_gif.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 39 if ! kldstat -q -m if_gif; then 51 vnet_mkjail two ${epair}b 52 jexec two ifconfig ${epair}b 192.0.2.2/24 up 53 gtwo=$(jexec two ifconfig gif create) 54 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1 55 jexec two ifconfig $gtwo inet 198.51.100.2/24 198.51.100.1 up 58 atf_check -s exit:0 -o ignore \ 59 jexec one ping -c 1 192.0.2.2 62 atf_check -s exit:0 -o ignore \ [all …]
|
| H A D | if_bridge_test.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 61 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 3 -t 1 192.0.2.2 62 atf_check -s exit:0 -o ignore jexec singsing ping -c 3 -t 1 192.0.2.1 117 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ] 126 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ] 192 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ] 201 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ] 236 atf_check -s exit:1 -o ignore -e ignore \ 240 atf_check -s exit:1 -o ignore -e ignore \ 244 atf_check -s exit:0 -o ignore \ [all …]
|
| H A D | if_stf.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 39 if ! kldstat -q -m if_stf; then 42 if ! kldstat -q -m if_gif; then 55 jexec relay route -6 add default -interface $gif 62 jexec client route -6 add default 2002:c000:0201::1 65 atf_check -s exit:0 -o ignore \ 66 jexec client ping -c 1 192.0.2.1 68 atf_check -s exit:0 -o ignore \ 69 jexec client ping6 -c 1 2002:c000:0201::1 72 atf_check -s exit:0 -o ignore \ [all …]
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | pfsync.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 53 vnet_mkjail two ${epair_two}a ${epair_sync}b 63 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up 64 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up 65 jexec two ifconfig pfsync0 \ 72 jexec one pfctl -e 76 jexec two pfctl -e 77 pft_set_rules two \ 81 hostid_one=$(jexec one pfctl -si -v | awk '/Hostid:/ { gsub(/0x/, "", $2); printf($2); }') 85 ping -c 1 -S 198.51.100.254 198.51.100.1 [all …]
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | t-strl.c | 2 * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers. 12 SM_IDSTR(id, "@(#)$Id: t-strl.c,v 1.16 2013-11-22 20:51:44 ca Exp $") 30 int one, two, k; variable 96 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]); 97 SM_TEST(one == two); 100 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]); 101 SM_TEST(one == two); 104 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]); 105 SM_TEST(one == two); 108 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]); [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | mediatek,iommu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd/tools/build/ |
| H A D | freebsd-yeet.pl | 6 # SPDX-License-Identifier: BSD-2-Clause 8 # Needs p5-File-Lib package 59 return unless -f; 82 …system("git commit -a -m'sys: Remove \$FreeBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit i… 88 …system("git commit -a -m'Remove \$FreeBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit in mai… 93 # 9524e274b548 Remove $FreeBSD$: one-line xdr pattern 94 # 26a58599a09a Remove $FreeBSD$: one-line forth tag 95 # 401ab69cff8f Remove $FreeBSD$: one-line ps tag 96 # 6ef644f5889a Remove $FreeBSD$: one-line lua tag 97 # 9636a14538f5 Remove $FreeBSD$: two-line lua tag [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
| H A D | tst.relenum.d | 42 two enumerator 51 tick-1 55 printf("zero = %d; one = %d; two = %d", zero, one, two); 60 tick-1 61 /second < one || two > second || null == first/ 64 printf("zero = %d; one = %d; two = %d", zero, one, two); 69 tick-1 70 /first < two && second > one && one != two && zero != first/
|
| /freebsd/usr.bin/ctags/test/ |
| H A D | ctags.test | 17 char qq[] = " quote(one,two) {int bar;} "; 38 multiple(one,two); \ 40 callroute(one,two); \ 49 #define XYZ(A,B) (A + B / 2) * (3 - 26 + l_lineno) 50 routine1(one,two) /* comments here are fun... */ 55 char two[10]; 59 five(one,two); 61 routine2 (one,two) { puts("hello\n"); } 64 two) { puts("world\n"); } 65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
|
| /freebsd/lib/libsys/ |
| H A D | kcmp.2 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 35 .Nd compare two kernel objects 45 system call allows the caller to determine whether the two processes with 66 .Bl -tag -width KCMP_FILE 68 Compare two file descriptions referred to by file descriptors 86 two separate file descriptions to back the two file descriptors, but they will 94 the two opens). 96 Determine whether the two processes share the same file descriptor table. 108 Determine whether the two processes share the same signal handler table. 119 Determine whether the two processes share a virtual memory address space. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl,audmix.txt | 3 The Audio Mixer is a on-chip functional module that allows mixing of two 4 audio streams into a single audio stream. Audio Mixer has two input serial 5 audio interfaces. These are driven by two Synchronous Audio interface 8 from two interfaces into a single sample. Before mixing, audio samples of 9 two inputs can be attenuated based on configuration. The output of the 16 - serial audio input 1 17 - serial audio input 2 18 - mixed audio 20 Mixing operation is independent of audio sample rate but the two audio 26 - compatible : Compatible list, contains "fsl,imx8qm-audmix" [all …]
|
| /freebsd/contrib/diff/doc/ |
| H A D | diff.7 | 1 .Dd 2015-03-02 9 Computer users often find occasion to ask how two files differ. Perhaps one 10 file is a newer version of the other file. Or maybe the two files started 15 command to show differences between two files, or each corresponding file 16 in two directories. 26 normally produces no output; for binary (non-text) files, 32 command to show the byte and line numbers where two files differ. 34 can also show all the bytes that differ between the two files, side by side. 35 A way to compare two files character by character is the Emacs command 36 .Li M-x compare-windows . [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libprop/ |
| H A D | t_basic.c | 43 #include <atf-c.h> 46 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" 47 "<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/Proper… 50 " <key>false-val</key>\n" 59 " <key>two</key>\n" 60 " <string>number-two</string>\n" 65 " <key>two</key>\n" 66 " <string>number-two</string>\n" 71 " <key>two</key>\n" 72 " <string>number-two</string>\n" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|