/src/usr.bin/make/unit-tests/ |
gnode-submake.mk | 14 all: braces-dot braces-no-dot 15 all: braces-no-dot-modifier 16 all: parentheses-dot parentheses-no-dot 30 braces-no-dot: 33 braces-no-dot-modifier: 41 parentheses-no-dot:
|
directive-info.mk | 37 # expect+1: no-target: no-source 38 .info no-target: no-source # This is a .info directive, not a dependency.
|
opt-debug-graph1.mk | 8 all: made-target made-target-no-sources 14 made-target-no-sources: 20 unmade-target-no-sources:
|
opt-no-action-runflags.mk | 1 # $NetBSD: opt-no-action-runflags.mk,v 1.1 2020/12/09 07:57:52 rillig Exp $ 3 # Tests for the -n command line option, which runs almost no commands, 7 # opt-jobs-no-action.mk 14 SILENT.no= # none 16 ALWAYS.no= # none 18 IGNERR.no= echo running 23 .for silent in no yes 24 . for always in no yes 25 . for ignerr in no yes
|
sh-jobs.mk | 10 all: .PHONY comment .WAIT comment-with-followup-line .WAIT no-comment 33 no-comment: .PHONY
|
opt-jobs-no-action.mk | 1 # $NetBSD: opt-jobs-no-action.mk,v 1.10 2022/05/08 06:51:27 rillig Exp $ 13 # opt-no-action-combined.mk 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same. 73 SILENT.no= # none 75 ALWAYS.no= # none 77 IGNERR.no= echo running 86 .for silent in no yes 87 . for always in no ye [all...] |
objdir-writable.mk | 14 all: no-objdir ro-objdir explicit-objdir 24 no-objdir: 28 @MAKEOBJDIR=${RO_OBJDIR} ${.MAKE} -r -f /dev/null -C ${TMPDIR} -V .OBJDIR MAKE_OBJDIR_CHECK_WRITABLE=no
|
deptgt-posix.mk | 119 MAKEFLAGS.no-builtins= -r 120 all: no-builtins 121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
|
sh-flags.mk | 20 opt-loud.no= -d0 # side effect: make stdout unbuffered 22 opt-no-action.yes= -n 36 letter.no-action.yes= n 41 .for opt-ignerr in no yes 42 .for opt-jobs in no yes 43 .for opt-loud in no yes 44 .for opt-no-action in no yes 45 # Only 'no', not 'yes', since job->echo is based trivially on opts.silent. 46 .for opt-silent in no [all...] |
Makefile | 266 TESTS+= opt-debug-no-rm 280 TESTS+= opt-jobs-no-action 285 TESTS+= opt-no-action 286 TESTS+= opt-no-action-at-all 287 TESTS+= opt-no-action-runflags 288 TESTS+= opt-no-action-touch 388 TESTS+= varmod-no-match 553 SED_CMDS.opt-jobs-no-action= ${STD_SED_CMDS.hide-from-output} 554 SED_CMDS.opt-no-action-runflags= ${STD_SED_CMDS.hide-from-output} 571 SED_CMDS.var-op-shell+= -e '/command/s,No such.*,not found, [all...] |
/src/lib/libcompat/regexp/ |
regsub.c | 12 * this software, no matter how awful, even if they arise 50 int no; local in function:__compat_regsub 67 no = 0; 69 no = *src++ - '0'; 71 no = -1; 72 if (no < 0) { /* Ordinary character. */ 76 } else if (prog->startp[no] != NULL && prog->endp[no] != NULL) { 77 len = prog->endp[no] - prog->startp[no]; [all...] |
regexp.c | 12 * this software, no matter how awful, even if they arise 85 #define END 0 /* no End of program. */ 86 #define BOL 1 /* no Match "" at beginning of line. */ 87 #define EOL 2 /* no Match "" at end of line. */ 88 #define ANY 3 /* no Match any one character. */ 92 #define BACK 7 /* no Match "", "next" ptr points backward. */ 94 #define NOTHING 9 /* no Match empty string. */ 97 #define WORDA 12 /* no Match "" at wordchar, where prev is nonword */ 98 #define WORDZ 13 /* no Match "" at nonwordchar, where prev is word */ 99 #define OPEN 20 /* no Mark this point in input as start of #n. * 986 int no; local in function:regmatch 1013 int no; local in function:regmatch 1052 int no; local in function:regmatch [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
Makefile | 281 no-header-test := \ 293 $(patsubst %.h,%.hdrtest, $(filter-out $(no-header-test), \
|
/src/tests/rump/rumpkern/ |
t_modcmd.c | 20 * IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY 69 bool no; local in function:disable_autoload 105 no = false; 107 if (rump_sys___sysctl(mib, 3, NULL, &alen, &no, sizeof(no)) == -1)
|
/src/lib/libusbhid/ |
usage.c | 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 78 int no; local in function:hid_init 98 no = -1; 99 else if (sscanf(line, " 0x%x %[^\n]", &no, name) != 2 && 100 sscanf(line, " %d %[^\n]", &no, name) != 2) 121 curpage->page_contents[curpage->pagesize].usage = no; 136 curpage->usage = no; 159 errx(1, "no hid table"); 203 errx(1, "no hid table");
|
/src/tests/usr.bin/indent/ |
lsym_preprocessing.c | 102 #define comment_in_string_literal "/* no comment " 119 #define comment_in_string_literal "/* no comment " 317 int no = #; variable in typeref:typename:int 321 int no =
|
/src/usr.bin/make/ |
test-variants.mk | 49 ENV.filemon-none= USE_FILEMON="no" 58 TESTS+= no-meta 59 ENV.no-meta= USE_META="no" 60 SKIP_TESTS.no-meta= depsrc-meta meta-cmd-cmp 113 TESTS+= no-inline 114 CPPFLAGS.no-inline= -Dinline= 121 ENV.c90-plain= USE_FILEMON=no # filemon uses designated initializers 130 ENV.c90-stdbool= USE_FILEMON=no # filemon uses designated initializers 137 TESTS+= no-asser [all...] |
/src/usr.sbin/npf/npfd/ |
npfd_log.c | 22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 130 size_t o, no; local in function:npfd_log_validate 157 no = o + sizeof(pkt) + pkt.caplen; 160 if (no > (size_t)st.st_size) 164 o = no; 173 no = st.st_size - o; 175 count, ctx->path, no); 176 if (no < 10240) {
|
/src/usr.bin/sed/ |
process.c | 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 723 int no; local in function:regsub 737 no = 0; 739 no = *src++ - '0'; 741 no = -1; 742 if (no < 0) { /* Ordinary character. */ 748 } else if (match[no].rm_so != -1 && match[no].rm_eo != -1) { 749 len = (size_t)(match[no].rm_eo - match[no].rm_so) [all...] |
/src/games/larn/ |
scores.c | 399 * Returns 0 if no sorting done, else returns 1 466 * he had no entry. look for last entry and see if he has a 485 * he had no entry. look for last entry and see if he has a 817 int fd7, high = 999, no; local in function:getplid 824 if (lopen(playerids) < 0) { /* no file, make it */ 835 no = atoi(p); /* the id # */ 839 if (no > high) 840 high = no; /* accumulate highest id # */ 842 return (no); /* his id number */
|
/src/sys/arch/arm/rockchip/ |
rk_cru_pll.c | 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 116 const u_int no = __SHIFTOUT(con0, RK3288_CLKOD) + 1; local in function:rk_cru_pll_get_rate 119 const uint64_t tmp = (uint64_t)fref * nf / nr / no;
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_vma.c | 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 160 unsigned long no, nc; local in function:igt_vma_create 170 no = 0; 172 for (; no < num_obj; no++) { 196 __func__, no, nc))
|
/src/dist/pf/sbin/pfctl/ |
parse.y | 22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 413 %token MINTTL ERROR ALLOWOPTS FASTROUTE FILENAME ROUTETO DUPTO REPLYTO NO LABEL 431 %type <v.i> no dir af fragcache optimizer 580 $3 == 1 ? "yes" : "no"); 896 scrubaction : no SCRUB { 970 yyerror("no-df cannot be respecified"); 1261 yyerror("\"no-route\" is not permitted " 1301 yyerror("no scheduler specified!"); 1308 yyerror("no child queues specified"); 1980 yyerror("no routing address with 3274 no : \/* empty *\/ { $$ = 0; } label [all...] |
/src/sys/arch/sparc/sparc/ |
promlib.c | 22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 311 /* No storage provided, so we allocate some */ 442 panic("no PROM root device"); 876 panic("no CHOSEN node"); 1050 panic("makememarr: no memory found"); 1247 struct nodeops *no; local in function:prom_init_obp 1278 * Hopefully, the PROM has no need to change this pointer on the fly.. 1280 no = obpvec->pv_nodeops; 1281 promops.po_firstchild = no->no_child; 1282 promops.po_nextsibling = no->no_nextnode [all...] |
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 25 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 917 * no match - if this is from the outer scheme, we are done. 1241 size_t i, j, no; local in function:sort_and_sync_parts 1247 no = pset->parts->num_part; 1253 no++; 1257 infos = calloc(no, sizeof *infos); 1285 /* Fill in the infos for real partitions where we had no data */ 1308 if (j >= no) 1320 pset->num = no; 1507 if (cnt == 0) /* no free space for this partition * [all...] |