| /freebsd/contrib/bmake/unit-tests/ |
| H A D | suff-main-several.exp | 1 Parsing suff-main-several.mk:8: .1.2 .1.3 .1.4: 3 Setting main node to ".1.2" 4 Parsing suff-main-several.mk:9: : Making ${.TARGET} from ${.IMPSRC}. 5 Parsing suff-main-several.mk:14: next-main: 6 ParseDependency(next-main:) 7 Parsing suff-main-several.mk:15: : Making ${.TARGET} 8 Parsing suff-main-several.mk:19: .SUFFIXES: .1 .2 .3 .4 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 [all …]
|
| 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 | 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}
|
| /illumos-gate/usr/src/lib/libsqlite/test/ |
| H A D | main.test | 13 # focus of this file is exercising the code in main.c. 15 # $Id: main.test,v 1.14 2003/05/04 17:58:27 drh Exp $ 22 do_test main-1.1 { 25 do_test main-1.2 { 29 do_test main-1.3 { 34 do_test main-1.4 { 40 do_test main-1.5 { 43 do_test main-1.6 { 46 do_test main-1.7 { 49 do_test main-1.8 { [all …]
|
| /titanic_41/usr/src/lib/libsqlite/test/ |
| H A D | main.test | 15 # focus of this file is exercising the code in main.c. 17 # $Id: main.test,v 1.14 2003/05/04 17:58:27 drh Exp $ 24 do_test main-1.1 { 27 do_test main-1.2 { 31 do_test main-1.3 { 36 do_test main-1.4 { 42 do_test main-1.5 { 45 do_test main-1.6 { 48 do_test main-1.7 { 51 do_test main-1.8 { [all …]
|
| /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/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 305 $main::tmpfile_sym = "/tmp/jeprof$$.sym"; 306 $main::tmpfile_ps = "/tmp/jeprof$$"; 307 $main::next_tmpfile = 0; 311 $main::source_cache = (); 313 $main::opt_help = 0; 314 $main::opt_version = 0; 316 $main::opt_cum = 0; 317 $main::opt_base = ''; 318 $main::opt_addresses = 0; 319 $main::opt_lines = 0; [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
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| H A D | tst.provregex3.ksh | 46 all: main 48 main: main.o prov.o 49 gcc -m32 -o main main.o prov.o 51 main.o: main.c prov.h 52 gcc -m32 -c main.c 57 prov.o: prov.d main.o 58 $dtrace -G -32 -s prov.d main.o 67 cat > main.c <<EOF 72 main(int argc, char **argv) 84 cat > main.d <<'EOF' [all …]
|
| H A D | tst.provregex1.ksh | 45 all: main 47 main: main.o 48 gcc -m32 -o main main.o 50 main.o: main.c 51 gcc -m32 -c main.c 54 cat > main.c <<EOF 61 main(int argc, char **argv) 75 cat > main.d <<'EOF' 83 $dtrace -q -s ./main.d -c ./main
|
| H A D | tst.provregex4.ksh | 46 all: main altlib.so 48 main: main.o provmain.o 49 gcc -m32 -o main main.o provmain.o 51 main.o: main.c prov.h 52 gcc -m32 -c main.c 57 provmain.o: prov.d main.o 58 $dtrace -G -32 -o provmain.o -s prov.d main.o 87 cat > main.c <<EOF 101 main(int argc, char **argv) 131 cat > main.d <<'EOF' [all …]
|
| H A D | tst.provregex2.ksh | 45 all: main altlib.so 47 main: main.o 48 gcc -m32 -o main main.o 50 main.o: main.c 51 gcc -m32 -c main.c 67 cat > main.c <<EOF 78 main(int argc, char **argv) 108 cat > main.d <<'EOF' 121 $dtrace -q -s ./main.d -c ./main
|
| /titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/ |
| H A D | tst.provregex3.ksh | 46 all: main 48 main: main.o prov.o 49 gcc -m32 -o main main.o prov.o 51 main.o: main.c prov.h 52 gcc -m32 -c main.c 57 prov.o: prov.d main.o 58 $dtrace -G -32 -s prov.d main.o 67 cat > main.c <<EOF 72 main(int argc, char **argv) 84 cat > main.d <<'EOF' [all …]
|
| H A D | tst.provregex1.ksh | 45 all: main 47 main: main.o 48 gcc -m32 -o main main.o 50 main.o: main.c 51 gcc -m32 -c main.c 54 cat > main.c <<EOF 61 main(int argc, char **argv) 75 cat > main.d <<'EOF' 83 $dtrace -q -s ./main.d -c ./main
|
| H A D | tst.provregex4.ksh | 46 all: main altlib.so 48 main: main.o provmain.o 49 gcc -m32 -o main main.o provmain.o 51 main.o: main.c prov.h 52 gcc -m32 -c main.c 57 provmain.o: prov.d main.o 58 $dtrace -G -32 -o provmain.o -s prov.d main.o 87 cat > main.c <<EOF 101 main(int argc, char **argv) 131 cat > main.d <<'EOF' [all …]
|
| /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/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
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
| H A D | tst.corruptenv.ksh | 60 all: main 62 main: main.o prov.o 63 gcc -m32 -o main main.o prov.o 65 main.o: main.c prov.h 66 gcc -m32 -c main.c 71 prov.o: prov.d main.o 72 $dtrace -G -32 -s prov.d main.o 81 cat > main.c <<EOF 87 main(int argc, char **argv, char **envp) 100 ./main
|
| /titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/ |
| H A D | tst.corruptenv.ksh | 60 all: main 62 main: main.o prov.o 63 gcc -m32 -o main main.o prov.o 65 main.o: main.c prov.h 66 gcc -m32 -c main.c 71 prov.o: prov.d main.o 72 $dtrace -G -32 -s prov.d main.o 81 cat > main.c <<EOF 87 main(int argc, char **argv, char **envp) 100 ./main
|
| /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)
|