/src/tests/usr.bin/xlint/lint1/ |
msg_090.c | 11 use(void) function in typeref:typename:void 15 /* expect+1: warning: 'random_number' unused in function 'use' [192] */
|
msg_090.c | 11 use(void) function in typeref:typename:void 15 /* expect+1: warning: 'random_number' unused in function 'use' [192] */
|
/src/usr.bin/make/unit-tests/ |
deptgt-begin.mk | 28 # Another way is to define a custom target and make that a .USE dependency. 29 # For the .BEGIN target, .USE dependencies do not work though, since in 30 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the 32 .BEGIN: use 33 use: .USE .NOTMAIN target 34 : Making $@ from a .USE dependency. 36 # Same as with .USE, but run the commands before the main commands from the 40 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the 42 .BEGIN: use-befor [all...] |
deptgt-begin.mk | 28 # Another way is to define a custom target and make that a .USE dependency. 29 # For the .BEGIN target, .USE dependencies do not work though, since in 30 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the 32 .BEGIN: use 33 use: .USE .NOTMAIN target 34 : Making $@ from a .USE dependency. 36 # Same as with .USE, but run the commands before the main commands from the 40 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the 42 .BEGIN: use-befor [all...] |
use-inference.mk | 1 # $NetBSD: use-inference.mk,v 1.3 2020/12/07 00:53:30 rillig Exp $ 3 # Demonstrate that .USE rules do not have an effect on inference rules. 10 all: use-inference.to 12 verbose: .USE 21 use-inference.from: # assume it exists 26 # The main target is "all", which depends on "use-inference.to".
|
use-inference.mk | 1 # $NetBSD: use-inference.mk,v 1.3 2020/12/07 00:53:30 rillig Exp $ 3 # Demonstrate that .USE rules do not have an effect on inference rules. 10 all: use-inference.to 12 verbose: .USE 21 use-inference.from: # assume it exists 26 # The main target is "all", which depends on "use-inference.to".
|
opt-no-action-touch.mk | 14 .MAKEFLAGS: opt-touch-use 28 # .USE targets are not touched since they do not represent actual files. 30 opt-touch-use: .USE 31 : Making use of $@.
|
opt-touch.mk | 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 13 opt-touch-use: .USE 14 : Making use of $@.
|
opt-touch-jobs.mk | 9 .MAKEFLAGS: opt-touch-use 22 # .USE targets are not touched since they do not represent actual files. 24 opt-touch-use: .USE 25 : Making use of $@.
|
opt-no-action-touch.mk | 14 .MAKEFLAGS: opt-touch-use 28 # .USE targets are not touched since they do not represent actual files. 30 opt-touch-use: .USE 31 : Making use of $@.
|
opt-touch.mk | 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 13 opt-touch-use: .USE 14 : Making use of $@.
|
opt-touch-jobs.mk | 9 .MAKEFLAGS: opt-touch-use 22 # .USE targets are not touched since they do not represent actual files. 24 opt-touch-use: .USE 25 : Making use of $@.
|
var-scope-local.mk | 120 # variables but use the modifier ':L', which turns an undefined expression 229 # To access the value of a global variable, use an expression. This 262 # While VAR=use will be set for a .USE node, it will never be seen since only 264 # .USE target are not copied to the ultimate target's. 265 # expect: Making .USE var-scope-local-use.o with make 'global' and env 'global'. 266 a_use: .USE VAR=use 267 @echo "Making .USE ${.TARGET} with make '"${VAR:Q}"' and env '$$VAR'. [all...] |
/src/games/battlestar/ |
command2.c | 7 * Redistribution and use in source and binary forms, with or without 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 137 use(void) function in typeref:typename:int 174 puts("There is no apparent use.");
|
command2.c | 7 * Redistribution and use in source and binary forms, with or without 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 137 use(void) function in typeref:typename:int 174 puts("There is no apparent use.");
|
/src/lib/libutil/ |
getlabelsector.c | 9 * Redistribution and use in source and binary forms, with or without 17 * 3. All advertising materials mentioning features or use of this software 31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 80 int use; local in function:getlabelusesmbr 83 uselen = sizeof(use); 84 if (sysctlbyname("kern.labelusesmbr", &use, &uselen, 88 return use;
|
getlabelsector.c | 9 * Redistribution and use in source and binary forms, with or without 17 * 3. All advertising materials mentioning features or use of this software 31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 80 int use; local in function:getlabelusesmbr 83 uselen = sizeof(use); 84 if (sysctlbyname("kern.labelusesmbr", &use, &uselen, 88 return use;
|
/src/tests/libexec/ld.elf_so/ |
t_tls_extern.c | 7 * Redistribution and use in source and binary forms, with or without 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 46 void *def, *use; local in function:tls_extern 57 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 58 ATF_REQUIRE_DL(fuse = dlsym(use, "fuse")); 63 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 66 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 70 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 73 ATF_REQUIRE_DL(fuse = dlsym(use, "fuse")) 394 void *def, *use; local in function:ATF_TC_BODY [all...] |
t_tls_extern.c | 7 * Redistribution and use in source and binary forms, with or without 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 46 void *def, *use; local in function:tls_extern 57 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 58 ATF_REQUIRE_DL(fuse = dlsym(use, "fuse")); 63 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 66 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 70 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); 73 ATF_REQUIRE_DL(fuse = dlsym(use, "fuse")) 394 void *def, *use; local in function:ATF_TC_BODY [all...] |
/src/sys/arch/sparc64/include/ |
pmap.h | 8 * Redistribution and use in source and binary forms, with or without 16 * 3. All advertising materials mentioning features or use of this software 27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 112 uint64_t use; member in struct:page_size_map 172 we really should use another param to pmap_enter() */ 174 #define PMAP_64K 0x008 /* Use 64K page */
|
pmap.h | 8 * Redistribution and use in source and binary forms, with or without 16 * 3. All advertising materials mentioning features or use of this software 27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 112 uint64_t use; member in struct:page_size_map 172 we really should use another param to pmap_enter() */ 174 #define PMAP_64K 0x008 /* Use 64K page */
|
/src/common/dist/zlib/examples/ |
enough.c | 9 1.1 4 Jan 2007 Use faster incremental table usage computation 16 Use a macro to compute the history index 41 properties are: we cannot use more bit patterns than are available; and when 275 // we need to use at least this many bit patterns so that the code won't be 281 // we can use at most this many bit patterns, lest there not be enough 289 for (int use = least; use <= most; use++) { local in function:count 290 got = count(syms - use, (left - use) << 1, len + 1) 425 int use = least; local in function:examine [all...] |
enough.c | 9 1.1 4 Jan 2007 Use faster incremental table usage computation 16 Use a macro to compute the history index 41 properties are: we cannot use more bit patterns than are available; and when 275 // we need to use at least this many bit patterns so that the code won't be 281 // we can use at most this many bit patterns, lest there not be enough 289 for (int use = least; use <= most; use++) { local in function:count 290 got = count(syms - use, (left - use) << 1, len + 1) 425 int use = least; local in function:examine [all...] |
/src/usr.sbin/sysinst/arch/mac68k/ |
md.c | 10 * Redistribution and use in source and binary forms, with or without 28 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 212 * Verify the disk has been initialized for MacOS use by checking 224 * to it and the number currently in use. 325 /* Disk name - don't bother asking, just use the physical name*/ 592 * Find an entry in a use array that is unused and return it or 641 * Now classify the use for NetBSD 692 getUse(part, len_use, use) 695 char *use; 1039 char fstyp[16], use[16], name[32]; local in function:disp_selected_part 1168 char fstyp[16], use[16], name[64]; local in function:md_debug_dump [all...] |
md.c | 10 * Redistribution and use in source and binary forms, with or without 28 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 212 * Verify the disk has been initialized for MacOS use by checking 224 * to it and the number currently in use. 325 /* Disk name - don't bother asking, just use the physical name*/ 592 * Find an entry in a use array that is unused and return it or 641 * Now classify the use for NetBSD 692 getUse(part, len_use, use) 695 char *use; 1039 char fstyp[16], use[16], name[32]; local in function:disp_selected_part 1168 char fstyp[16], use[16], name[64]; local in function:md_debug_dump [all...] |