/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-func-make-main.mk | 1 # $NetBSD: cond-func-make-main.mk,v 1.2 2021/04/04 10:13:09 rillig Exp $ 8 # 1. The default main target is the first target in the given makefiles that 15 # override the default main target from above. 17 # 3. All sources of the first '.MAIN: sources' line. Any further .MAIN line 18 # is treated as if .MAIN were a regular name. 22 first-main-target: 25 # Even though the main-target would actually be made at this point, it is 27 .if make(first-main-target) 31 # Declaring a target via the .MAIN dependency adds it to the targets to be 33 # the line. This implies that several main targets can be set at the name [all …]
|
H A D | suff-main-several.exp | 3 Setting main node to ".1.2" 5 Parsing line 14: next-main: 6 ParseDependency(next-main:) 12 Setting main node from ".1.2" back to null 16 Setting main node to ".1.3" 18 Setting main node from ".1.3" back to null 22 Setting main node to ".1.4" 24 Setting main node from ".1.4" back to null 28 Setting main node to "next-main" 56 Parsing line 38: suff-main-several.1: [all …]
|
H A D | deptgt-main.mk | 1 # $NetBSD: deptgt-main.mk,v 1.4 2022/01/23 21:48:59 rillig Exp $ 3 # Tests for the special target .MAIN in dependency declarations, which defines 4 # the main target. This main target is built if no target has been specified 7 # The first target becomes the main target by default. It can be overridden 12 # This target is not the first to be defined, but it lists '.MAIN' as one of 13 # its sources. The word '.MAIN' only has a special meaning when it appears as 16 depsrc-main: .PHONY .MAIN 19 # This target is the first to be marked with '.MAIN', so it replaces the 20 # previous main target, which was 'all'. 21 .MAIN: real-main [all …]
|
H A D | include-main.mk | 1 # $NetBSD: include-main.mk,v 1.9 2023/06/01 20:56:35 rillig Exp $ 14 # expect+1: main-before-ok 15 . info main-before-ok 17 . warning main-before-fail(${.INCLUDEDFROMFILE}) 22 # expect+1: main-before-for-ok 23 . info main-before-for-ok 25 . warning main-before-for-fail(${.INCLUDEDFROMFILE}) 32 # expect+1: main-after-ok 33 . info main-after-ok 35 . warning main-after-fail(${.INCLUDEDFROMFILE}) [all …]
|
H A D | suff-main-several.mk | 1 # $NetBSD: suff-main-several.mk,v 1.1 2020/11/22 20:36:17 rillig Exp $ 3 # Demonstrate that an inference rule is considered the main target if its 12 # The target '.1.2' is now the default main target. 14 next-main: 17 # At this point, 'next-main' is just a regular target. 22 # transformation rules, 'next-main' is the default main target now. 26 # At this point, 'next-main' is still the default main target, even though 38 suff-main-several.1: 40 next-main: suff-main-several.{2,3,4}
|
H A D | include-main.exp | 1 make: "include-main.mk" line 15: main-before-ok 2 make: "include-main.mk" line 23: main-before-for-ok 10 in include-main.mk:29 15 make: "include-main.mk" line 33: main-after-ok 16 make: "include-main.mk" line 41: main-after-for-ok
|
H A D | suff-main.mk | 1 # $NetBSD: suff-main.mk,v 1.1 2020/10/18 16:33:18 rillig Exp $ 3 # Demonstrate that an inference rule is considered the main target if its 11 # it becomes the main target. 13 next-main: 16 # At this point, 'next-main' is effectively ignored. 20 # a candidate for the main target. Therefore the next target is selected as 21 # the main target, which in this case is 'next-main'.
|
/freebsd/stand/i386/mbr/ |
H A D | mbr.S | 42 movw $main-EXEC+LOAD,%si # Source 43 movw $main,%di # Destination 44 movw $0x200-(main-start),%cx # Byte count 50 jmp main-LOAD+EXEC # To relocated code 57 main: xorw %si,%si # No active partition label 60 main.1: cmpb %ch,(%bx) # Null entry? 61 je main.2 # Yes 66 main.2: addb $0x10,%bl # Till 67 loop main.1 # done 69 jnz main.3 # Yes [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.provregex3.ksh | 47 all: main 49 main: main.o prov.o 50 cc -o main main.o prov.o 52 main.o: main.c prov.h 53 cc -c main.c 58 prov.o: prov.d main.o 59 $dtrace -G -s prov.d main.o 68 cat > main.c <<EOF 73 main(int argc, char **argv) 85 cat > main.d <<'EOF' [all …]
|
H A D | tst.provregex1.ksh | 46 all: main 48 main: main.o 49 cc -o main main.o 51 main.o: main.c 52 cc -c main.c 55 cat > main.c <<EOF 62 main(int argc, char **argv) 76 cat > main.d <<'EOF' 84 $dtrace -q -s ./main.d -c ./main
|
H A D | tst.provregex4.ksh | 47 all: main altlib.so 49 main: main.o provmain.o 50 cc -o main main.o provmain.o 52 main.o: main.c prov.h 53 cc -c main.c 58 provmain.o: prov.d main.o 59 $dtrace -G -32 -o provmain.o -s prov.d main.o 88 cat > main.c <<EOF 102 main(int argc, char **argv) 132 cat > main.d <<'EOF' [all …]
|
H A D | tst.provregex2.ksh | 46 all: main altlib.so 48 main: main.o 49 cc -o main main.o 51 main.o: main.c 52 cc -c main.c 68 cat > main.c <<EOF 79 main(int argc, char **argv) 109 cat > main.d <<'EOF' 122 $dtrace -q -s ./main.d -c ./main
|
H A D | tst.newprobes.ksh.out | 1 main:return 2 main:entry 3 main:return 4 main:entry 5 main:return 6 main:entry
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.corruptenv.ksh | 60 all: main 62 main: main.o prov.o 63 \$(CC) -o main main.o prov.o 65 main.o: main.c prov.h 66 \$(CC) -c main.c 71 prov.o: prov.d main.o 72 $dtrace -G -s prov.d main.o 81 cat > main.c <<EOF 87 main(int argc, char **argv, char **envp) 100 ./main
|
H A D | tst.entryreturn.ksh.out | 3 -> main 4 -> main 5 -> main 6 | main:carpentry 7 | main:miniatureturn 8 <- main 9 <- main 10 | main:done
|
H A D | tst.dlclose1.ksh | 46 all: main livelib.so deadlib.so 48 main: main.o prov.o 49 cc -o main main.o 51 main.o: main.c 52 cc -c main.c 75 rm -f main.o livelib.o prov.o prov.h deadlib.o 78 rm -f main livelib.so deadlib.so 105 cat > main.c <<EOF 112 main(int argc, char **argv) 138 $dtrace -w -x bufsize=1k -c ./main -qs /dev/stdin <<EOF
|
H A D | tst.dlclose3.ksh | 46 all: main livelib.so deadlib.so 48 main: main.o prov.o 49 cc -o main main.o 51 main.o: main.c 52 cc -c main.c 75 rm -f main.o livelib.o prov.o prov.h deadlib.o 78 rm -f main livelib.so deadlib.so 105 cat > main.c <<EOF 117 main(int argc, char **argv) 141 $dtrace -c ./main -s /dev/stdin <<EOF
|
H A D | tst.dlclose2.ksh | 41 all: main livelib.so deadlib.so 43 main: main.o prov.o 44 cc -o main main.o 46 main.o: main.c 47 cc -c main.c 70 rm -f main.o livelib.o prov.o prov.h deadlib.o 73 rm -f main livelib.so deadlib.so 100 cat > main.c <<EOF 106 main(int argc, char **argv) 146 $dtrace -w -c ./main -Zqs /dev/stdin <<EOF
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 27 /// #include <lib/main.h> #include "a.h" 28 /// #include "a.h" #include <lib/main.h> 35 /// #include <lib/main.h> #include <lib/main.h> 45 /// #include <lib/main.h> 46 /// #include "a.h" #include <lib/main.h> 86 /// category. The main header for a source file automatically gets category 0. 121 /// file-to-main-include mapping. 123 /// When guessing whether a #include is the "main" include (to assign 130 /// as the "main" include in both a.cc and a_test.cc. 135 /// that are allowed to be considered "main" in the [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | TRACEFLAGS | 2 0, 4 main.c main canonical name, UUCP node name, a.k.a.s 3 0, 15 main.c main print configuration 5 0, 101 main.c main print version and exit 6 1 main.c main print from person 7 2 main.c finis 30 23 main.c testmodeline 60 47 main.c drop_privileges 66 52 main.c disconnect 79 65 main.c permission checks 129 99 main.c avoid backgrounding (no printed output)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 41 void main() 60 void main() 79 void main() 99 void main() 118 void main() 137 void main() 156 void main() 177 void main() 197 void main() 217 void main() [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 11 partitioned program consists of a main partition together with a number of 12 loadable partitions. The loadable partitions depend on the main partition 14 shared object, the main partition and the loadable partitions share a virtual 16 offset from the main partition. This allows the loadable partitions to refer 17 to code and data in the main partition directly without the binary size and 25 could, for example, be the equivalent of the partition's ``main`` function, or 46 assigned to the main partition, including sections only reachable from 58 with the flag ``--extract-main-partition`` to extract the main partition, or 64 # Compile the main program. 65 clang -ffunction-sections -fdata-sections -c main.c [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62-verdin.dtsi | 181 pinctrl_epwm0_a: main-epwm0a-default-pins { 188 pinctrl_epwm0_b: main-epwm0b-default-pins { 195 pinctrl_epwm1_a: main-epwm1a-default-pins { 202 pinctrl_qspi1_clk_gpio: main-gpio0-0-default-pins { 209 pinctrl_qspi1_io0_gpio: main-gpio0-3-default-pins { 216 pinctrl_qspi1_io1_gpio: main-gpio0-4-default-pins { 223 pinctrl_qspi1_io2_gpio: main-gpio0-5-default-pins { 230 pinctrl_qspi1_io3_gpio: main-gpio0-6-default-pins { 237 pinctrl_qspi1_io4_gpio: main-gpio0-7-default-pins { 244 pinctrl_qspi1_cs_gpio: main [all...] |
/freebsd/contrib/mandoc/ |
H A D | Makefile.depend | 4 cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h manconf.h man… 35 …c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h out.h html.h manconf.h main.h 37 main.o: main.c config.h mandoc_aux.h mandoc.h mandoc_xr.h roff.h mdoc.h man.h mandoc_parse.h tag.h … 39 man_html.o: man_html.c config.h mandoc_aux.h mandoc.h roff.h man.h out.h html.h main.h 41 man_term.o: man_term.c config.h mandoc_aux.h mandoc.h roff.h man.h out.h term.h term_tag.h main.h 48 mandocd.o: mandocd.c config.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h manconf.h 54 mdoc_html.o: mdoc_html.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h out.h html.h main.h 56 mdoc_man.o: mdoc_man.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h out.h main.h 57 mdoc_markdown.o: mdoc_markdown.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h main.h 59 mdoc_term.o: mdoc_term.c config.h mandoc_aux.h roff.h mdoc.h out.h term.h term_tag.h main.h [all …]
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.sh | 11 rm xterm.tar.gz xterm-defs.h xterm-main.c 18 if [ ! -f xterm-main.c ] 23 main.c > ../xterm-defs.h 24 cat main.c > ../xterm-main.c 29 unifdef -s xterm-main.c | sed 's/^/#undef /' >xterm-undefs.h 31 unifdef -f xterm-undefs.h -f xterm-defs.h xterm-main.c >xterm-out.c
|