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

  /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}
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}
directive-include-guard.mk 19 # including it would not have any effect, not even on the special variable
41 # Its content is skipped, therefore the syntax error is not detected.
69 # Comments and empty lines do not affect the multiple-inclusion guard.
84 # not commonly used.
95 # Its content is skipped, therefore the syntax error is not detected.
104 # Triple negation is so uncommon that it's not recognized, even though it has
114 # If the guard variable is enclosed in spaces, it does not have an effect, as
115 # that form is not common in practice.
124 # If the guard variable condition is enclosed in parentheses, it does not hav
    [all...]
directive-include-guard.mk 19 # including it would not have any effect, not even on the special variable
41 # Its content is skipped, therefore the syntax error is not detected.
69 # Comments and empty lines do not affect the multiple-inclusion guard.
84 # not commonly used.
95 # Its content is skipped, therefore the syntax error is not detected.
104 # Triple negation is so uncommon that it's not recognized, even though it has
114 # If the guard variable is enclosed in spaces, it does not have an effect, as
115 # that form is not common in practice.
124 # If the guard variable condition is enclosed in parentheses, it does not hav
    [all...]
  /src/include/
iso646.h 17 #define not ! macro
iso646.h 17 #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...]
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/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
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
misc.c 162 { (char *) 0, 'm', 0 }, /* so FMONITOR not ifdef'd */
189 * (not visible to user)
445 return -1; /* not reached */
465 bi_errorf("%s: is not an identifier", array);
556 * - [...] and *(...) not nested (eg, [a$(b|]c), *(a[b|c]d))
587 if (ISMAGIC(p[1]) && p[2] == NOT)
675 * Not ifdef'd KSH as this is needed for ${..%..}, etc.
771 int c, d, not, found = 0; local
774 if ((not = (ISMAGIC(*p) && *++p == NOT)))
    [all...]
misc.c 162 { (char *) 0, 'm', 0 }, /* so FMONITOR not ifdef'd */
189 * (not visible to user)
445 return -1; /* not reached */
465 bi_errorf("%s: is not an identifier", array);
556 * - [...] and *(...) not nested (eg, [a$(b|]c), *(a[b|c]d))
587 if (ISMAGIC(p[1]) && p[2] == NOT)
675 * Not ifdef'd KSH as this is needed for ${..%..}, etc.
771 int c, d, not, found = 0; local
774 if ((not = (ISMAGIC(*p) && *++p == NOT)))
    [all...]
  /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...]
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/dist/pf/sbin/pfctl/
pfctl_parser.c 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1052 printf(h->not ? " !" : " ");
1649 int rv, not = 0; local
1652 not = !not;
1657 rv = append_addr_host(b, n, test, not);
1668 * to "negate" the result. Does not free the node_host list.
1669 * not:
1673 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
    [all...]
pfctl_parser.h 20 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
106 u_int8_t not; member in struct:node_if
118 u_int8_t not; member in struct:node_host
pfctl_parser.c 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1052 printf(h->not ? " !" : " ");
1649 int rv, not = 0; local
1652 not = !not;
1657 rv = append_addr_host(b, n, test, not);
1668 * to "negate" the result. Does not free the node_host list.
1669 * not:
1673 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
    [all...]
pfctl_parser.h 20 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
106 u_int8_t not; member in struct:node_if
118 u_int8_t not; member in struct:node_host
parse.y 20 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
430 %type <v.number> tos not yesno
803 yyerror("source port parameter not supported"
810 "expansion not supported in "
815 " not supported in rdr-anchor");
843 " not supported in binat-anchor");
852 yyerror("fromto parameter not supported"
920 yyerror("scrub rules do not support 'quick'");
931 yyerror("reassemble tcp rules can not "
1180 not : '!' { $$ = 1; } label
    [all...]
parse.y 20 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
430 %type <v.number> tos not yesno
803 yyerror("source port parameter not supported"
810 "expansion not supported in "
815 " not supported in rdr-anchor");
843 " not supported in binat-anchor");
852 yyerror("fromto parameter not supported"
920 yyerror("scrub rules do not support 'quick'");
931 yyerror("reassemble tcp rules can not "
1180 not : '!' { $$ = 1; } label
    [all...]
  /src/usr.bin/dc/
bcode.c 104 static void not(void);
185 { 'N', not },
1333 not(void) function
1616 errx(1, "mark not found");
1679 /* Check for tail call. Do not recurse in that case. */
bcode.c 104 static void not(void);
185 { 'N', not },
1333 not(void) function
1616 errx(1, "mark not found");
1679 /* Check for tail call. Do not recurse in that case. */
  /src/usr.bin/config/
defs.h 29 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
253 * The "base" part (struct devbase) of a device ("uba", "sd"; but not
397 struct condexpr *not; member in union:condexpr::__anon8229
405 #define cx_not cx_u.not
defs.h 29 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
253 * The "base" part (struct devbase) of a device ("uba", "sd"; but not
397 struct condexpr *not; member in union:condexpr::__anon8229
405 #define cx_not cx_u.not

Completed in 40 milliseconds