/src/etc/ |
passwd.conf | 7 default: key
|
passwd.conf | 7 default: key
|
/src/usr.bin/make/unit-tests/ |
deptgt-default.mk | 1 # $NetBSD: deptgt-default.mk,v 1.3 2021/12/01 23:56:29 rillig Exp $ 3 # Tests for the special target .DEFAULT in dependency declarations, which 7 all: test-default not-a-target 9 test-default: .PHONY 14 .DEFAULT: dependency-is-ignored 15 @echo "Default command is making '${.TARGET}' from '${.IMPSRC}'."
|
deptgt-default.mk | 1 # $NetBSD: deptgt-default.mk,v 1.3 2021/12/01 23:56:29 rillig Exp $ 3 # Tests for the special target .DEFAULT in dependency declarations, which 7 all: test-default not-a-target 9 test-default: .PHONY 14 .DEFAULT: dependency-is-ignored 15 @echo "Default command is making '${.TARGET}' from '${.IMPSRC}'."
|
var-scope-local.mk | 192 all: var-scope-local-default.o 199 var-scope-local-default.o \ 204 # Target-local variables are enabled by default. Force them to be enabled 240 var-scope-local-default.o: VAR ?= first 241 var-scope-local-default.o: VAR ?= second 245 # expect: Making var-scope-local-default.o with make 'global' and env 'global'.
|
var-scope-local.mk | 192 all: var-scope-local-default.o 199 var-scope-local-default.o \ 204 # Target-local variables are enabled by default. Force them to be enabled 240 var-scope-local-default.o: VAR ?= first 241 var-scope-local-default.o: VAR ?= second 245 # expect: Making var-scope-local-default.o with make 'global' and env 'global'.
|
/src/usr.sbin/user/ |
Makefile | 27 # this target checks the built-in default group, and, if it doesn't exist, 29 default-group: 55 echo "Default group is $$defgrp ($$defgid):"; \
|
Makefile | 27 # this target checks the built-in default group, and, if it doesn't exist, 29 default-group: 55 echo "Default group is $$defgrp ($$defgid):"; \
|
/src/sys/external/bsd/drm2/include/radeon/ |
Makefile | 21 default-target: all
|
Makefile | 21 default-target: all
|
/src/regress/sys/uvm/pdsim/ |
Makefile | 19 CPRO_CFLAGS.default= 26 PDSIM_CPRO_VARIANTS+= default 53 CLOCK_CFLAGS.default= 56 PDSIM_CLOCK_VARIANTS+= default
|
Makefile | 19 CPRO_CFLAGS.default= 26 PDSIM_CPRO_VARIANTS+= default 53 CLOCK_CFLAGS.default= 56 PDSIM_CLOCK_VARIANTS+= default
|
/src/sys/kern/ |
subr_kobj.c | 214 default: local in function:kobj_load 569 default: 954 default:
|
subr_kobj.c | 214 default: local in function:kobj_load 569 default: 954 default:
|
/src/sys/net/ |
zlib.c | 116 /* default windowBits for decompression. MAX_WBITS is for compression only */ 123 /* default memLevel */ 382 uInt w_size; /* LZ77 window size (32K by default) */ 873 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ 1318 /* Set the default configuration parameters: 3633 default: 4315 default: local in function:inflate_blocks 5289 default: local in function:inflate_codes 5897 default:
|
zlib.c | 116 /* default windowBits for decompression. MAX_WBITS is for compression only */ 123 /* default memLevel */ 382 uInt w_size; /* LZ77 window size (32K by default) */ 873 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ 1318 /* Set the default configuration parameters: 3633 default: 4315 default: local in function:inflate_blocks 5289 default: local in function:inflate_codes 5897 default:
|