HomeSort by: relevance | last modified time | path
    Searched refs:DEFAULT (Results 1 - 18 of 18) sorted by relevancy

  /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}'."
suff-incomplete.mk 20 # Its commands are taken from a .DEFAULT target, if there is any.
23 .DEFAULT:
24 : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
26 # The debug log says "transformation .DEFAULT complete", which seems wrong
28 # GNode_New(".DEFAULT").
suff-incomplete.exp 23 Parsing suff-incomplete.mk:23: .DEFAULT:
25 ParseDependency(.DEFAULT:)
26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
27 transformation .DEFAULT complete
36 : Making suff-incomplete.c from suff-incomplete.c all by default.
dotwait.mk 35 .DEFAULT:
  /src/sys/arch/x68k/usr.bin/bellctrl/
bellctrl.c 21 #define DEFAULT -1
34 DEFAULT, DEFAULT, DEFAULT
64 /* set bell to default */
65 percent = DEFAULT;
68 /* set bell to default */
70 /* set pitch to default */
72 /* set duration to default */
83 /* set pitch to default */
    [all...]
  /src/usr.bin/menuc/
parse.y 56 %token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING EXPAND ALLOW DYNAMIC
102 default_def : DEFAULT
148 | NO DEFAULT EXIT { cur_menu->info->mopt &= ~MC_DFLTEXIT; }
149 | DEFAULT EXIT { cur_menu->info->mopt |= MC_DFLTEXIT; }
scan.l 97 default { return DEFAULT; }
  /src/lib/libcompat/4.3/
ruserpass.c 66 #define DEFAULT 1
80 { "default", DEFAULT },
131 case DEFAULT:
155 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
253 default:
  /src/usr.bin/ftp/
ruserpass.c 58 #define DEFAULT 1
72 { "default", DEFAULT },
121 case DEFAULT:
144 t != MACH && t != DEFAULT) switch(t) {
259 default:
  /src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4 69 dnl Simply set some default values (i.e off) if boolean options were not
77 dnl we run the default mode handler for the pair. For example, if neither
79 dnl archives by default:
160 # _LT_ENABLE_SHARED([DEFAULT])
164 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
170 [p=${PACKAGE-default}
214 # _LT_ENABLE_STATIC([DEFAULT])
218 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
223 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])]
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_scan.l 80 default:
140 default return DEFAULT;
npf_parse.y 116 %token DEFAULT
557 : DEFAULT layer
574 | { $$ = NPF_RULE_LAYER_3; } /* ret layer3 by default */
860 default:
1008 default:
  /src/share/examples/puffs/pgfs/
newfs.sql 84 cookie int8 NOT NULL UNIQUE DEFAULT nextval('dircookie_seq'),
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 70 [# By default we simply use the C compiler to build assembly code.
561 # by default if the 'rm' program in use doesn't match our expectations; the
677 # AM_MAINTAINER_MODE([DEFAULT-MODE])
680 # Default is to disable them, unless 'enable' is passed literally.
682 # can override the default with the --enable/--disable switch.
690 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
977 # AM_SILENT_RULES([DEFAULT])
979 # Enable less verbose build rules; with the default set to DEFAULT
  /src/usr.bin/m4/TEST/
test.m4 62 string(DEFAULT, "default")
  /src/usr.sbin/edquota/
edquota.c 95 SRC_DEFAULT, /* values were copied from the default quota entry */
152 default:
313 assert((qup->flags & DEFAULT) == 0);
387 default: /* ERROR */
425 /* no entry, get default entry */
514 snprintf(idname, sizeof(idname), "%s default",
597 errx(1, "no default quota for version 1");
761 default:
789 fprintf(fd, "Default %s quotas:\n", idtypename);
876 if ((!strncmp(line, "Default ", 8) && dflag) |
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
cwsr_trap_handler_gfx10.asm 150 asic(DEFAULT)
cwsr_trap_handler_gfx9.asm 168 asic(DEFAULT)

Completed in 22 milliseconds