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

1 2

  /src/usr.bin/make/unit-tests/
varmod-to-abs.mk 17 does-not-exist.c= /dev/null
18 # expect+1: does-not-exist.c
19 .info ${does-not-exist.c:L:tA}
20 # expect+1: does-not-exist.c
21 .info ${does-not-exist.c:L:tA}
  /src/external/bsd/ipf/dist/lib/
load_file.c 19 int linenum, not; local
60 not = 1;
63 not = 0;
84 a->al_not = not;
printipfexpr.c 16 int i, nelems, j, not; local
26 not = ipfe->ipfe_not;
31 PRINTF("ip.addr %s= ", not ? "!" : "");
36 PRINTF("ip.p %s= ", not ? "!" : "");
41 PRINTF("ip.src %s= ", not ? "!" : "");
46 PRINTF("ip.dst %s= ", not ? "!" : "");
51 PRINTF("tcp.port %s= ", not ? "!" : "");
56 PRINTF("tcp.dport %s= ", not ? "!" : "");
61 PRINTF("tcp.sport %s= ", not ? "!" : "");
66 PRINTF("tcp.flags %s= ", not ? "!" : "")
    [all...]
parseipfexpr.c 41 int not, items, asize, *oplist, osize, i; local
72 error = "last character not ';'";
88 not = 1;
90 not = 0;
102 sprintf(error, "keyword (%.10s) not found",
138 ipfe->ipfe_not = not;
  /src/include/
iso646.h 17 #define not ! macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
iso646.h 19 #define not ! macro
  /src/external/gpl2/diffutils/dist/lib/
fnmatch.c 16 along with this program; if not, write to the Free Software Foundation,
46 it matches, nonzero if not. */
132 register int not; local
141 not = (*p == '!' || *p == '^');
142 if (not)
188 if (!not)
209 if (not)
  /src/external/gpl2/grep/dist/lib/
fnmatch.c 16 along with this program; if not, write to the Free Software Foundation,
46 it matches, nonzero if not. */
132 register int not; local
141 not = (*p == '!' || *p == '^');
142 if (not)
188 if (!not)
209 if (not)
  /src/external/gpl3/gcc/dist/gcc/ginclude/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /src/sbin/mount_umap/
mount_umap.c 23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39 #endif /* not lint */
47 #endif /* not lint */
69 * compromised. If this is not a concern, undefine SECURITY.
102 static char not[] = "; not mounted."; local
149 err(1, "%s%s", mapfile, not);
157 err(1, "%s%s", mapfile, not);
161 mapfile, buf, not);
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
ns32k.h 17 along with GAS; see the file COPYING3. If not, write to
54 This is not a standard ns32k operandtype, it is used to build
84 unsigned char opcode_id_size; /* not used by the assembler */
88 unsigned char im_size; /* not used by dissassembler */
112 struct not /* ns32k opcode text */ struct
142 * I : integer not immediate
143 * Z : floating not immediate
457 { "svc", 8,8, 0xe2, "2i1i", 1, "", DEF_MODEC,DEF_MODEL }, /* not really, but some unix uses it */
  /src/external/gpl3/binutils.old/dist/include/opcode/
ns32k.h 17 along with GAS; see the file COPYING3. If not, write to
54 This is not a standard ns32k operandtype, it is used to build
84 unsigned char opcode_id_size; /* not used by the assembler */
88 unsigned char im_size; /* not used by dissassembler */
112 struct not /* ns32k opcode text */ struct
142 * I : integer not immediate
143 * Z : floating not immediate
457 { "svc", 8,8, 0xe2, "2i1i", 1, "", DEF_MODEC,DEF_MODEL }, /* not really, but some unix uses it */
  /src/external/gpl3/gdb.old/dist/include/opcode/
ns32k.h 17 along with GAS; see the file COPYING3. If not, write to
54 This is not a standard ns32k operandtype, it is used to build
84 unsigned char opcode_id_size; /* not used by the assembler */
88 unsigned char im_size; /* not used by dissassembler */
112 struct not /* ns32k opcode text */ struct
142 * I : integer not immediate
143 * Z : floating not immediate
457 { "svc", 8,8, 0xe2, "2i1i", 1, "", DEF_MODEC,DEF_MODEL }, /* not really, but some unix uses it */
  /src/external/gpl3/gdb/dist/include/opcode/
ns32k.h 17 along with GAS; see the file COPYING3. If not, write to
54 This is not a standard ns32k operandtype, it is used to build
84 unsigned char opcode_id_size; /* not used by the assembler */
88 unsigned char im_size; /* not used by dissassembler */
112 struct not /* ns32k opcode text */ struct
142 * I : integer not immediate
143 * Z : floating not immediate
457 { "svc", 8,8, 0xe2, "2i1i", 1, "", DEF_MODEC,DEF_MODEL }, /* not really, but some unix uses it */
  /src/external/bsd/nsd/dist/
xfrd-notify.c 96 struct notify_zone* not = (struct notify_zone*) local
98 memset(not, 0, sizeof(struct notify_zone));
99 not->apex = options->node.key;
100 not->apex_str = options->name;
101 not->node.key = not->apex;
102 not->options = options;
105 not->current_soa = (struct xfrd_soa*)region_alloc(region,
107 memset(not->current_soa, 0, sizeof(struct xfrd_soa));
109 not->notify_send_handler.ev_fd = -1
124 struct notify_zone* not = (struct notify_zone*)rbtree_delete( local
    [all...]
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 15 along with this library; see the file COPYING.LIB. If not, write to the Free
50 /* Comment out all this code if we are using the GNU C Library, and are not
141 it matches, nonzero if not. */
202 /* A slash does not match a wildcard under FNM_FILE_NAME. */
283 register int not; local
302 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
303 if (not)
412 if (!not)
442 if (not)
477 #endif /* _LIBC or not __GNU_LIBRARY__. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
mn10200.s 106 not d3 define
mn10300.s 121 not d3 define
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
mn10200.s 106 not d3 define
mn10300.s 121 not d3 define
  /src/bin/ksh/
c_test.c 225 int not; local
240 if ((not = *opnd1 == '!'))
246 if (not)
259 /* at&t ksh does not appear to do the /dev/fd/ thing for
401 * (subtly different from `does not exist').
412 * (subtly different from `does not exist').
578 * it is. Returns 0 if it is not, non-zero if it is (in the case of
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_sw_fence.c 18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115 pr_err("recursive cycle not detected (AA)\n");
127 pr_err("single depth cycle not detected (BAB)\n");
142 pr_err("single depth cycle not detected (CBC)\n");
146 pr_err("cycle not detected (BA, CB, AC)\n");
160 pr_err("fence C not done\n");
164 pr_err("fence B not done\n");
168 pr_err("fence A not done\n");
211 pr_err("Fence B is not done\n");
216 pr_err("Fence A is not done\n")
666 struct i915_sw_fence *timeout = NULL, *not = NULL; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_loop.c 15 along with this program; if not, write to the Free Software Foundation,
19 it matches, nonzero if not. */
116 /* A slash does not match a wildcard under
203 register bool not; local
220 not = (*p == L_('!') || (posixly_correct < 0 && *p == L_('^')));
221 if (not)
520 this is not part of a range. */
730 this is not part of a range. */
770 /* XXX It is not entirely clear to me how to handle
771 characters which are not mentioned in th
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_loop.c 15 along with this program; if not, write to the Free Software Foundation,
22 it matches, nonzero if not. */
119 /* A slash does not match a wildcard under
206 register bool not; local
223 not = (*p == L('!') || (posixly_correct < 0 && *p == L('^')));
224 if (not)
523 this is not part of a range. */
733 this is not part of a range. */
773 /* XXX It is not entirely clear to me how to handle
774 characters which are not mentioned in th
    [all...]

Completed in 34 milliseconds

1 2