/src/usr.bin/make/unit-tests/ |
suff-self.mk | 1 # $NetBSD: suff-self.mk,v 1.1 2020/11/16 15:12:16 rillig Exp $ 6 .SUFFIXES: .suff 8 .suff.suff: 11 all: suff-self.suff
|
suff-self.mk | 1 # $NetBSD: suff-self.mk,v 1.1 2020/11/16 15:12:16 rillig Exp $ 6 .SUFFIXES: .suff 8 .suff.suff: 11 all: suff-self.suff
|
suff-self.exp | 1 make: Graph cycles through suff-self.suff
|
suff-self.exp | 1 make: Graph cycles through suff-self.suff
|
suff-rebuild.exp | 1 Parsing suff-rebuild.mk:10: .SUFFIXES: 4 Parsing suff-rebuild.mk:12: .SUFFIXES: .a .b .c 9 Parsing suff-rebuild.mk:14: suff-rebuild-example.a: 10 ParseDependency(suff-rebuild-example.a:) 11 Adding "suff-rebuild-example.a" to all targets. 12 Parsing suff-rebuild.mk:15: : Making ${.TARGET} out of nothing. 13 Parsing suff-rebuild.mk:17: .a.b: 18 Parsing suff-rebuild.mk:18: : Making ${.TARGET} from ${.IMPSRC}. 19 Parsing suff-rebuild.mk:19: .b.c [all...] |
suff-rebuild.exp | 1 Parsing suff-rebuild.mk:10: .SUFFIXES: 4 Parsing suff-rebuild.mk:12: .SUFFIXES: .a .b .c 9 Parsing suff-rebuild.mk:14: suff-rebuild-example.a: 10 ParseDependency(suff-rebuild-example.a:) 11 Adding "suff-rebuild-example.a" to all targets. 12 Parsing suff-rebuild.mk:15: : Making ${.TARGET} out of nothing. 13 Parsing suff-rebuild.mk:17: .a.b: 18 Parsing suff-rebuild.mk:18: : Making ${.TARGET} from ${.IMPSRC}. 19 Parsing suff-rebuild.mk:19: .b.c [all...] |
suff-main-several.exp | 1 Parsing suff-main-several.mk:8: .1.2 .1.3 .1.4: 4 Parsing suff-main-several.mk:9: : Making ${.TARGET} from ${.IMPSRC}. 5 Parsing suff-main-several.mk:14: next-main: 7 Parsing suff-main-several.mk:15: : Making ${.TARGET} 8 Parsing suff-main-several.mk:19: .SUFFIXES: .1 .2 .3 .4 29 Parsing suff-main-several.mk:24: .SUFFIXES: 32 Parsing suff-main-several.mk:32: .SUFFIXES: .4 .3 .2 .1 38 Parsing suff-main-several.mk:33: .SUFFIXES: 41 Parsing suff-main-several.mk:34: .SUFFIXES: .1 .2 .3 .4 47 Parsing suff-main-several.mk:35: .SUFFIXES [all...] |
suff-main-several.exp | 1 Parsing suff-main-several.mk:8: .1.2 .1.3 .1.4: 4 Parsing suff-main-several.mk:9: : Making ${.TARGET} from ${.IMPSRC}. 5 Parsing suff-main-several.mk:14: next-main: 7 Parsing suff-main-several.mk:15: : Making ${.TARGET} 8 Parsing suff-main-several.mk:19: .SUFFIXES: .1 .2 .3 .4 29 Parsing suff-main-several.mk:24: .SUFFIXES: 32 Parsing suff-main-several.mk:32: .SUFFIXES: .4 .3 .2 .1 38 Parsing suff-main-several.mk:33: .SUFFIXES: 41 Parsing suff-main-several.mk:34: .SUFFIXES: .1 .2 .3 .4 47 Parsing suff-main-several.mk:35: .SUFFIXES [all...] |
suff-incomplete.exp | 1 Parsing suff-incomplete.mk:9: .SUFFIXES: 4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c 9 Parsing suff-incomplete.mk:17: .a.b: 14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency 23 Parsing suff-incomplete.mk:23: .DEFAULT: 26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default. 32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 33 SuffFindDeps "suff-incomplete.c" 34 trying suff-incomplete.a...not there 35 Wildcard expanding "suff-incomplete.c"...suffix is ".c".. [all...] |
suff-incomplete.exp | 1 Parsing suff-incomplete.mk:9: .SUFFIXES: 4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c 9 Parsing suff-incomplete.mk:17: .a.b: 14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency 23 Parsing suff-incomplete.mk:23: .DEFAULT: 26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default. 32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 33 SuffFindDeps "suff-incomplete.c" 34 trying suff-incomplete.a...not there 35 Wildcard expanding "suff-incomplete.c"...suffix is ".c".. [all...] |
suff-lookup.exp | 48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"... 49 SuffFindDeps "suff-lookup.cc" 50 trying suff-lookup.ccc...not there 51 trying suff-lookup.c...not there 52 trying suff-lookup.short...not there 53 trying suff-lookup.sho...got it 54 applying .sho -> .c to "suff-lookup.c" 55 applying .c -> .ccc to "suff-lookup.ccc" 56 applying .ccc -> .cc to "suff-lookup.cc" 60 SuffFindDeps "suff-lookup.sho [all...] |
suff-lookup.exp | 48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"... 49 SuffFindDeps "suff-lookup.cc" 50 trying suff-lookup.ccc...not there 51 trying suff-lookup.c...not there 52 trying suff-lookup.short...not there 53 trying suff-lookup.sho...got it 54 applying .sho -> .c to "suff-lookup.c" 55 applying .c -> .ccc to "suff-lookup.ccc" 56 applying .ccc -> .cc to "suff-lookup.cc" 60 SuffFindDeps "suff-lookup.sho [all...] |
suff-incomplete.mk | 1 # $NetBSD: suff-incomplete.mk,v 1.2 2020/11/22 11:05:49 rillig Exp $ 5 all: suff-incomplete.c 30 # XXX: The output of this test says "Making suff-incomplete.c from 31 # suff-incomplete.c". It doesn't make sense to make something out of itself.
|
suff-incomplete.mk | 1 # $NetBSD: suff-incomplete.mk,v 1.2 2020/11/22 11:05:49 rillig Exp $ 5 all: suff-incomplete.c 30 # XXX: The output of this test says "Making suff-incomplete.c from 31 # suff-incomplete.c". It doesn't make sense to make something out of itself.
|
suff-lookup.mk | 1 # $NetBSD: suff-lookup.mk,v 1.2 2020/10/24 03:18:22 rillig Exp $ 10 all: suff-lookup.cc 34 suff-lookup.sho:
|
suff-lookup.mk | 1 # $NetBSD: suff-lookup.mk,v 1.2 2020/10/24 03:18:22 rillig Exp $ 10 all: suff-lookup.cc 34 suff-lookup.sho:
|
suff-transform-select.mk | 1 # $NetBSD: suff-transform-select.mk,v 1.3 2020/11/23 14:47:12 rillig Exp $ 28 # XXX: see suff-bug-endless, which must be fixed first.
|
suff-transform-select.mk | 1 # $NetBSD: suff-transform-select.mk,v 1.3 2020/11/23 14:47:12 rillig Exp $ 28 # XXX: see suff-bug-endless, which must be fixed first.
|
suff-rebuild.mk | 1 # $NetBSD: suff-rebuild.mk,v 1.6 2020/11/21 12:01:16 rillig Exp $ 6 all: suff-rebuild-example 14 suff-rebuild-example.a: 29 # message "don't know how to make suff-rebuild-example" though.
|
/src/tests/usr.bin/indent/ |
opt_T.c | 16 int suff = (unknown_type_name_t) * arg; variable in typeref:typename:int 25 int suff = (unknown_type_name_t) * arg; variable in typeref:typename:int 34 int suff = (unknown_type_name_t) * arg; variable in typeref:typename:int
|
opt_T.c | 16 int suff = (unknown_type_name_t) * arg; variable in typeref:typename:int 25 int suff = (unknown_type_name_t) * arg; variable in typeref:typename:int 34 int suff = (unknown_type_name_t) * arg; variable in typeref:typename:int
|
/src/usr.bin/make/ |
suff.c | 1 /* $NetBSD: suff.c,v 1.384 2025/05/18 06:24:27 rillig Exp $ */ 117 /* "@(#)suff.c 8.4 (Berkeley) 3/21/94" */ 118 MAKE_RCSID("$NetBSD: suff.c,v 1.384 2025/05/18 06:24:27 rillig Exp $"); 206 Suffix *suff; member in struct:Candidate 232 * in suff-transform-endless.mk. 246 Suffix_Ref(Suffix *suff) 248 suff->refCount++; 249 return suff; 254 Suffix_Reassign(Suffix **var, Suffix *suff) 258 *var = suff; 330 Suffix *suff = ln->datum; local in function:FindSuffixByNameLen 445 Suffix *suff = bmake_malloc(sizeof *suff); local in function:Suffix_New 809 Suffix *suff = FindSuffixByName(name); local in function:Suff_AddSuffix 831 Suffix *suff = FindSuffixByName(name); local in function:Suff_GetPath 857 Suffix *suff = ln->datum; local in function:Suff_ExtendPaths 892 Suffix *suff = FindSuffixByName(suffName); local in function:Suff_AddInclude 906 Suffix *suff = FindSuffixByName(suffName); local in function:Suff_AddLib 1008 Suffix *suff = ln->datum; local in function:CandidateList_AddCandidatesFor 1144 Suffix *suff; \/* Suffix of the matching candidate *\/ local in function:FindCmds 1410 Suffix *suff = gn->suffix; local in function:Suff_FindPath 1515 Suffix *suff = ln->datum; local in function:ExpandMember 1634 Suffix *suff = FindSuffixByName(LIBSUFF); local in function:FindDepsLib 1660 Suffix *suff = ln->datum; local in function:FindDepsRegularKnown 2017 Suffix *suff = FindSuffixByName(name); local in function:Suff_SetNull 2071 const Suffix *suff = ln->datum; local in function:PrintSuffNames 2136 Suffix *suff; local in function:Suff_NamesStr [all...] |
suff.c | 1 /* $NetBSD: suff.c,v 1.384 2025/05/18 06:24:27 rillig Exp $ */ 117 /* "@(#)suff.c 8.4 (Berkeley) 3/21/94" */ 118 MAKE_RCSID("$NetBSD: suff.c,v 1.384 2025/05/18 06:24:27 rillig Exp $"); 206 Suffix *suff; member in struct:Candidate 232 * in suff-transform-endless.mk. 246 Suffix_Ref(Suffix *suff) 248 suff->refCount++; 249 return suff; 254 Suffix_Reassign(Suffix **var, Suffix *suff) 258 *var = suff; 330 Suffix *suff = ln->datum; local in function:FindSuffixByNameLen 445 Suffix *suff = bmake_malloc(sizeof *suff); local in function:Suffix_New 809 Suffix *suff = FindSuffixByName(name); local in function:Suff_AddSuffix 831 Suffix *suff = FindSuffixByName(name); local in function:Suff_GetPath 857 Suffix *suff = ln->datum; local in function:Suff_ExtendPaths 892 Suffix *suff = FindSuffixByName(suffName); local in function:Suff_AddInclude 906 Suffix *suff = FindSuffixByName(suffName); local in function:Suff_AddLib 1008 Suffix *suff = ln->datum; local in function:CandidateList_AddCandidatesFor 1144 Suffix *suff; \/* Suffix of the matching candidate *\/ local in function:FindCmds 1410 Suffix *suff = gn->suffix; local in function:Suff_FindPath 1515 Suffix *suff = ln->datum; local in function:ExpandMember 1634 Suffix *suff = FindSuffixByName(LIBSUFF); local in function:FindDepsLib 1660 Suffix *suff = ln->datum; local in function:FindDepsRegularKnown 2017 Suffix *suff = FindSuffixByName(name); local in function:Suff_SetNull 2071 const Suffix *suff = ln->datum; local in function:PrintSuffNames 2136 Suffix *suff; local in function:Suff_NamesStr [all...] |
/src/sbin/swapctl/ |
swaplist.c | 62 const char *header, *suff; local in function:list_swap 88 suff = "KBytes"; 91 suff = "MBytes"; 98 suff = "GBytes"; 101 suff = "blocks"; 106 blocksize = 1; suff = ""; /* unused */ 174 suff); 193 (long)(dbtoqb(totalsize) / blocksize), suff, 194 (long)(dbtoqb(totalinuse) / blocksize), suff, 195 (long)(dbtoqb(totalsize - totalinuse) / blocksize), suff); [all...] |
swaplist.c | 62 const char *header, *suff; local in function:list_swap 88 suff = "KBytes"; 91 suff = "MBytes"; 98 suff = "GBytes"; 101 suff = "blocks"; 106 blocksize = 1; suff = ""; /* unused */ 174 suff); 193 (long)(dbtoqb(totalsize) / blocksize), suff, 194 (long)(dbtoqb(totalinuse) / blocksize), suff, 195 (long)(dbtoqb(totalsize - totalinuse) / blocksize), suff); [all...] |