| /src/tests/usr.bin/indent/ |
| H A D | lsym_comma.c | 59 double dbl_reduce(double init, const double *s, const double *e, double (*merge)(double, double)); 72 trad_dbl_reduce(init, s, e, merge) 75 double (*merge)() 79 x = merge(x, *s++); 93 dbl_reduce(double init, const double *s, const double *e, double (*merge)(double, double)) argument 97 x = merge(x, *s++);
|
| /src/bin/setfacl/ |
| H A D | Makefile | 5 SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
|
| /src/tools/ctfconvert/ |
| H A D | Makefile | 19 merge.c \
|
| /src/usr.bin/make/unit-tests/ |
| H A D | varmod-unique.mk | 11 . warning The modifier ':u' must merge adjacent duplicate words. 31 . warning The modifier ':u' must merge _all_ adjacent duplicate words.
|
| /src/tests/usr.bin/diff3/ |
| H A D | Makefile | 20 FILES+= long-merge.out
|
| H A D | t_diff3.sh | 49 atf_check -s exit:1 -o file:$(atf_get_srcdir)/long-merge.out \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| H A D | collect_data_flow.py | 75 merge = os.path.join(os.path.dirname(argv[0]), "merge_data_flow.py") 76 subprocess.call([merge] + outputs, stdout=f)
|
| /src/sbin/wsconsctl/ |
| H A D | util.c | 392 rd_field(struct field *f, char *val, int merge) argument 403 if (merge) 411 if (merge) 446 if (! merge) 450 if (merge) {
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | arm-realview-eb-bbrevd.dtsi | 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| H A D | arm-realview-eb-11mp.dts | 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| H A D | arm-realview-eb-a9mp.dts | 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| H A D | cros-ec-sbs.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-display5-tianma-tm070-1280x768.dts | 20 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6qdl-hummingboard2-emmc.dtsi | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6qdl-sr-som-emmc.dtsi | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | mvebu-linkstation-fan.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-a33-et-q8-v1.6.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-a33-ippo-q8h-v1.2.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-a33-q8-tablet.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_quarantine_test.cc | 50 into.merge(&from); 68 into.merge(&from); 94 // Nothing to merge, nothing to deallocate. 104 // Make a cache with two batches small enough to merge. 127 // Make a cache with two batches small enough to merge.
|
| /src/usr.bin/pr/ |
| H A D | pr.c | 94 static int merge; /* merge multiple files in output */ variable in typeref:typename:int 147 if (merge) 844 * of the merge operation (-m) in relation to unsuccessful file opens 1738 ++merge; 1811 if (merge) { 1814 merge = 0; 1825 if (merge) { 1836 if (cflag || merge) { 1847 if (merge) { [all...] |
| /src/tests/usr.bin/sdiff/ |
| H A D | t_sdiff.sh | 93 atf_test_case merge 100 merge_tail="-o merge.out $(atf_get_srcdir)/d_input1 \ 101 $(atf_get_srcdir)/d_input2 >/dev/null ; cat merge.out" 190 "printf \"r\\nl\\nr\\nl\" | sdiff -o merge.out $(atf_get_srcdir)/d_input1 \ 191 $(atf_get_srcdir)/d_input2 >/dev/null ; cat merge.out" 200 atf_add_test_case merge
|
| /src/sbin/ldconfig/ |
| H A D | ldconfig.c | 69 static int merge; variable in typeref:typename:int 105 merge = 1; 130 if (justread || merge) { 139 if (!nostd && !merge) 145 if (!noconf && !merge)
|
| /src/sys/stand/efiboot/bootarm/ |
| H A D | cache.S | 77 orr r3, r3, r2 @ merge set into way/set/level 87 orr r3, r3, ip @ merge way into way/set/level 133 add r3, r3, r2 @ merge numsets - 1 with numways - 1
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 56 void merge(QuarantineBatch* const from) { function in struct:__sanitizer::QuarantineBatch 157 // Go over the batches and merge partially filled ones to 165 // Do the merge only when overhead exceeds this predefined limit (might 166 // require some tuning). It saves us merge attempt when the batch list 167 // quarantine is unlikely to contain batches suitable for merge. 262 current->merge(extracted);
|