Home
last modified time | relevance | path

Searched full:picked (Results 1 – 25 of 262) sorted by relevance

1234567891011

/freebsd/tools/tools/git/
H A Dmfc-candidates.lua7 -- "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 Dlibunbound.3246 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 Dlibunbound.3.in215 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 Drequirements.txt268 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 Dlibunbound.rst298 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 Ddollar-quote11.05 # Start a new shell so the locale change is picked up.
H A Ddollar-quote10.07 # Start a new shell so the locale change is picked up.
H A Ddollar-quote3.020 # Start a new shell so the locale change is picked up.
H A Ddollar-quote4.016 # Start a new shell so the locale change is picked up.
/freebsd/tools/build/
H A Dfreebsd-yeet.pl82 …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 Dradiolist322 "Orange" "Yeah, that's juicy." off "Hint: this is green when picked" \
H A Dradiolist422 "Orange" "Yeah, that's juicy." off "Hint: this is green when picked" \
/freebsd/usr.sbin/autofs/
H A Dautomountd.c93 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 Dtplink,safeloader-partitions.yaml25 based partitions table. That offset is picked at manufacturing process
/freebsd/usr.bin/mkuzip/
H A Dmkuz_conveyor.h35 * Work items are places in here, and picked up by workers in a FIFO
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabasePluginRegistry.h21 /// databases that are picked up as compilation database if the corresponding
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_testbridge_test.py49 """Tests that the test filter is picked up from the testbridge env var."""
/freebsd/share/man/man4/
H A Dvt.4248 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 Dprocfs_list_concurrent_readers.ksh75 # Truncate the result of the read that completed second in case it picked up an
/freebsd/contrib/unbound/util/
H A Drandom.h72 * random number is picked from the random stream to satisfy this.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsamsung,pinctrl-pins-cfg.yaml42 "samsung,pins" property should be picked from the hardware manual of the SoC
/freebsd/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src35 # A 'bubble-writing' X, meaning 'close window'. I have picked a
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh30 # This test verifies that probes will be picked up after a dlopen(3C)
H A Dtst.provregex4.ksh30 # This test verifies that USDT probes will be picked up after a dlopen(3C)
/freebsd/sbin/dhclient/
H A Ddhclient.c683 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 …]

1234567891011