| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | uxtext.c | 101 int pick = 0; in uxtext_quote_append() local 109 pick = 1; in uxtext_quote_append() 113 pick = 2; in uxtext_quote_append() 117 pick = 3; in uxtext_quote_append() 121 pick = 4; in uxtext_quote_append() 125 pick = 5; in uxtext_quote_append() 129 while (pick > 0) { in uxtext_quote_append() 134 pick--; in uxtext_quote_append()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | pickdx6.in6 | 1 # pick-first-value data expression 9 pick-first-value(substring("abcd",0,0),null,"foobar"); 14 match if option dhcp6.client-data = pick(null);
|
| H A D | pickdx6.out | 2 # pick-first-value data expression 10 …/// from: match if (option dhcp6.client-data) = (pick-first-value(substring('abcd', 0, 0), null, '… 16 /// from: match if (option dhcp6.client-data) = (pick-first-value(null))
|
| /netbsd-src/usr.bin/shuffle/ |
| H A D | shuffle.c | 165 size_t nlines = 0, pick = 0, i; in main() local 181 pick = get_number(optarg, ch); in main() 206 if (pick > nlines) in main() 208 nlines = pick; in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
| H A D | ChangeLog | 45 * sanitizer_common/sanitizer_linux_libcdep.cpp: Cherry-pick 131 * sanitizer_common/sanitizer_common_interceptors.inc: Cherry-pick 156 * sanitizer_common/sanitizer_common_interceptors_ioctl.inc: Cherry-pick 180 * sanitizer_common/sanitizer_posix_libcdep.cpp: Cherry-pick 188 Cherry pick. 282 * sanitizer_common/sanitizer_linux.cpp: Cherry-pick llvm-project 368 * sanitizer_common/sanitizer_platform_limits_posix.h: Cherry-pick 434 Cherry-pick compiler-rt revision r375220. 508 * sanitizer_common/sanitizer_posix_libcdep.cc: Cherry-pick 596 * sanitizer_common/sanitizer_platform.h (defined): Cherry pick. [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 2644 struct proc *p, *pick = NULL; in ttygetinfo() local 2669 if (pick == NULL) { in ttygetinfo() 2670 pick = p; in ttygetinfo() 2673 if (pick->p_lock < p->p_lock) { in ttygetinfo() 2674 mutex_enter(pick->p_lock); in ttygetinfo() 2676 } else if (pick->p_lock > p->p_lock) { in ttygetinfo() 2678 mutex_enter(pick->p_lock); in ttygetinfo() 2681 oldpick = pick; in ttygetinfo() 2682 if (proc_compare_wrapper(pick, p)) in ttygetinfo() 2683 pick = p; in ttygetinfo() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | RegBankSelect.rst | 57 * **Fast** --- For each instruction, pick a target-provided "default" bank 60 * **Greedy** --- For each instruction, pick the cheapest of several 65 * **Global** --- Across multiple instructions, pick the cheapest combination of
|
| /netbsd-src/external/gpl3/gcc.old/ |
| H A D | README.warnings | 106 as it does pick up real issues. 118 as it does pick up real issues. 130 as it does pick up real issues.
|
| /netbsd-src/external/gpl3/gcc/ |
| H A D | README.warnings | 145 as it does pick up real issues. 157 as it does pick up real issues. 169 as it does pick up real issues.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/ |
| H A D | BUILD.gn | 6 # To pick up the generated inc files. 66 # To pick up the generated inc files.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/ |
| H A D | BUILD.gn | 38 # To pick up the generated inc files. 41 # To pick up the generated DecisionForestRuntimeTest.h file.
|
| /netbsd-src/external/mpl/dhcp/dist/tests/failover/ |
| H A D | dhcp-1.cf | 5 (pick-first-value (option dhcp-client-identifier, 10 (pick-first-value (option dhcp-client-identifier,
|
| H A D | dhcp-2.cf | 5 (pick-first-value (option dhcp-client-identifier, 10 (pick-first-value (option dhcp-client-identifier,
|
| /netbsd-src/external/apache2/llvm/dist/clang/cmake/modules/ |
| H A D | ClangConfig.cmake.in | 1 # This file allows users to call find_package(Clang) and pick up our targets.
|
| /netbsd-src/external/mit/xorg/bin/xmh/ |
| H A D | Makefile | 7 menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/Common/ |
| H A D | BUILD.gn | 4 # To pick up the generated inc file.
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhclient.conf.example | 1 send host-name = pick-first-value(gethostname(), "ISC-dhclient");
|
| /netbsd-src/external/mit/isl/dist/test_inputs/codegen/ |
| H A D | unroll6.in | 2 # Older versions of isl would pick a lower bound that resulted
|
| /netbsd-src/external/public-domain/xz/dist/m4/ |
| H A D | tuklib_mbstr.m4 | 16 # that it is possible to pick only what is strictly needed.
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | unwind_ipinfo.m4 | 11 # If system-libunwind was not specifically set, pick a default setting.
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | unwind_ipinfo.m4 | 11 # If system-libunwind was not specifically set, pick a default setting.
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | unwind_ipinfo.m4 | 11 # If system-libunwind was not specifically set, pick a default setting.
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | unwind_ipinfo.m4 | 11 # If system-libunwind was not specifically set, pick a default setting.
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | unwind_ipinfo.m4 | 11 # If system-libunwind was not specifically set, pick a default setting.
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | unwind_ipinfo.m4 | 11 # If system-libunwind was not specifically set, pick a default setting.
|