| /freebsd/tools/tools/git/ |
| H A D | mfc-candidates.lua | 7 -- "MFC from" branch and do not have a corresponding "cherry picked from" 46 -- cherry-picked (MFC'd). 49 command = command .. " --grep 'cherry picked from'" 60 local hash = line:match("%(cherry picked from commit ([0-9a-f]+)%)")
|
| /freebsd/contrib/unbound/doc/ |
| H A D | libunbound.3 | 246 Only nameservers are picked up, the searchdomain, ndots and other 249 the system\-wide configured nameserver is picked instead). 257 (if on Windows, etc/hosts from WINDIR is picked instead).
|
| H A D | libunbound.3.in | 215 Only nameservers are picked up, the searchdomain, ndots and other 218 Windows, the system\-wide configured nameserver is picked instead). 227 \fBetc/hosts\fP from WINDIR is picked instead).
|
| H A D | requirements.txt | 268 the bare NSEC(3) information is sufficient, probably picked up from 270 the correct message format, a SOA record is picked from the cache 293 are picked up.
|
| H A D | libunbound.rst | 298 Only nameservers are picked up, the searchdomain, ndots and other 301 Windows, the system-wide configured nameserver is picked instead). 310 :file:`etc/hosts` from WINDIR is picked instead).
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | dollar-quote11.0 | 5 # Start a new shell so the locale change is picked up.
|
| H A D | dollar-quote10.0 | 7 # Start a new shell so the locale change is picked up.
|
| H A D | dollar-quote3.0 | 20 # Start a new shell so the locale change is picked up.
|
| H A D | dollar-quote4.0 | 16 # Start a new shell so the locale change is picked up.
|
| /freebsd/tools/build/ |
| H A D | freebsd-yeet.pl | 82 …D\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit in current:\n(cherry picked from commit $sysha… 88 …eBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit in main:\n(cherry picked from commit $hash)…
|
| /freebsd/contrib/dialog/samples/ |
| H A D | radiolist3 | 22 "Orange" "Yeah, that's juicy." off "Hint: this is green when picked" \
|
| H A D | radiolist4 | 22 "Orange" "Yeah, that's juicy." off "Hint: this is green when picked" \
|
| /freebsd/usr.sbin/autofs/ |
| H A D | automountd.c | 93 char *picked = NULL; in pick_option() local 107 picked = checked_strdup(pair + strlen(option)); in pick_option() 120 return (picked); in pick_option()
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | tplink,safeloader-partitions.yaml | 25 based partitions table. That offset is picked at manufacturing process
|
| /freebsd/usr.bin/mkuzip/ |
| H A D | mkuz_conveyor.h | 35 * Work items are places in here, and picked up by workers in a FIFO
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | CompilationDatabasePluginRegistry.h | 21 /// databases that are picked up as compilation database if the corresponding
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_testbridge_test.py | 49 """Tests that the test filter is picked up from the testbridge env var."""
|
| /freebsd/share/man/man4/ |
| H A D | vt.4 | 248 Set this value to a graphic mode to override the default picked by the 256 Set this value to a graphic mode to override the default picked by the
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
| H A D | procfs_list_concurrent_readers.ksh | 75 # Truncate the result of the read that completed second in case it picked up an
|
| /freebsd/contrib/unbound/util/ |
| H A D | random.h | 72 * random number is picked from the random stream to satisfy this.
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | samsung,pinctrl-pins-cfg.yaml | 42 "samsung,pins" property should be picked from the hardware manual of the SoC
|
| /freebsd/share/i18n/csmapper/MISC/ |
| H A D | RISCOS-LATIN1%UCS.src | 35 # A 'bubble-writing' X, meaning 'close window'. I have picked a
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
| H A D | tst.provregex2.ksh | 30 # This test verifies that probes will be picked up after a dlopen(3C)
|
| H A D | tst.provregex4.ksh | 30 # This test verifies that USDT probes will be picked up after a dlopen(3C)
|
| /freebsd/sbin/dhclient/ |
| H A D | dhclient.c | 683 struct client_lease *lp, *next, *picked; in state_selecting() local 695 picked = NULL; in state_selecting() 701 if (!picked) { in state_selecting() 714 picked = lp; in state_selecting() 715 picked->next = NULL; in state_selecting() 725 if (!picked) { in state_selecting() 732 if (!picked->options[DHO_DHCP_MESSAGE_TYPE].len) { in state_selecting() 733 ip->client->new = picked; in state_selecting() 754 /* Make a DHCPREQUEST packet from the lease we picked. */ in state_selecting() 755 make_request(ip, picked); in state_selecting() [all …]
|