HomeSort by: relevance | last modified time | path
    Searched defs:no (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/mit/libuv/dist/tools/
vswhere_usability_wrapper.cmd 12 if not exist "%InstallerPath%" goto :no-vswhere
16 if errorlevel 1 goto :no-vswhere
30 :no-vswhere label
  /src/usr.bin/make/unit-tests/
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...]
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
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...]
  /src/lib/libcompat/regexp/
regsub.c 12 * this software, no matter how awful, even if they arise
50 int no; local
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...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
Makefile 281 no-header-test := \
293 $(patsubst %.h,%.hdrtest, $(filter-out $(no-header-test), \
  /src/external/gpl3/gcc/dist/libgfortran/io/
inquire.c 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable
131 p = no;
152 p = no;
195 p = no;
212 p = no;
225 /* F2018 (N2137) 12.10.2.26: If there is no connection, recl is
272 p = no;
337 p = no;
442 p = no;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
inquire.c 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable
131 p = no;
152 p = no;
195 p = no;
212 p = no;
225 /* F2018 (N2137) 12.10.2.26: If there is no connection, recl is
272 p = no;
337 p = no;
442 p = no;
    [all...]
  /src/tests/rump/rumpkern/
t_modcmd.c 20 * IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
69 bool no; local
105 no = false;
107 if (rump_sys___sysctl(mib, 3, NULL, &alen, &no, sizeof(no)) == -1)
  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-table.h 67 int no; member in struct:cols
  /src/lib/libusbhid/
usage.c 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
78 int no; local
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
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
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/external/gpl2/groff/dist/src/preproc/refer/
ref.h 56 int no; member in class:reference
85 int get_number() const { return no; }
  /src/external/mit/isl/dist/
isl_hash.c 66 static isl_bool no(const void *entry, const void *val) function
76 * there is no need to compare them against each other.
106 &no, NULL, 1);
196 * Return isl_hash_table_entry_none is there is no such entry and
  /src/external/bsd/unbound/dist/testcode/
unitmsgparse.c 26 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
275 /** check that there is no data element that matches the RRSIG */
445 int no=0; local
456 printf("test no %d: %s", no, buf);
460 no++;
  /src/usr.bin/sed/
process.c 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
724 int no; local
738 no = 0;
740 no = *src++ - '0';
742 no = -1;
743 if (no < 0) { /* Ordinary character. */
749 } else if (match[no].rm_so != -1 && match[no].rm_eo != -1) {
750 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
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
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
170 no = 0;
172 for (; no < num_obj; no++) {
196 __func__, no, nc))
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
name.c 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
70 } no[] = { variable in typeref:struct:__anon856
152 for (i = 0; i < sizeof(no)/sizeof(no[0]); i++) {
153 if (der_heim_oid_cmp(no[i].o, type) == 0)
154 return strdup(no[i].n);
170 for (i = 0; i < sizeof(no)/sizeof(no[0]); i++) {
171 if (strncasecmp(no[i].n, name, len) == 0)
172 return der_copy_oid(no[i].o, oid)
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 187 no: IPNY_NO { nat->in_flags |= IPN_NO; } label
243 | no mapit ifnames addr setproto ';'
274 | no mapit ifnames mapfrom setproto ';'
326 | no mapblockit ifnames { yyexpectaddr = 1; } addr setproto ';'
358 | no rdrit ifnames addr dport setproto ';'
380 | no rdrit ifnames rdrfrom setproto ';'
1274 { "no", IPNY_NO },
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 177 * entire RE. No handling of & is required here, it's done by
594 * is empty, ignore the match and move forward. If there's no
870 msgq(sp, M_ERR, "157|No match found");
972 * for now. There's just no other solution.
1336 int no; /* Match replacement offset. */ local
1396 no = 0;
1408 no = 0;
1414 no = *rp++ - '0';
1415 subzero: if (match[no].rm_so == -1 ||
1416 match[no].rm_eo == -1
    [all...]

Completed in 62 milliseconds

1 2 3