/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}
|
depsrc-make.mk | 12 all: this-is-not-made 17 this-is-not-made:
|
depsrc-recursive.mk | 10 all: this-is-not-made 15 this-is-not-made:
|
posix-execution.mk | 10 # The second command thus does not see the shell variable from the first 21 # expect-not: echo "prefixes: no echo" 31 # Deviation from POSIX: The shell "-e" option is not in effect. 39 # expect-not-matches: ^do%-prefix%-plus: a regular command 52 # expect: do-error-not-ignored: successful 53 # expect-not: do-error-not-ignored: after an error 54 all: error-not-ignored 55 error-not-ignored: 56 @${MAKE} -f ${MAKEFILE} do-error-not-ignored || [all...] |
depsrc-use.mk | 12 # target was not. 13 not-a-main-candidate: .USE
|
deptgt-posix.mk | 50 check-not-posix: .USE 60 check-not-seen-sys-mk: .USE 74 after-for: .PHONY set-up-sysdir check-not-posix run 85 after-if: .PHONY set-up-sysdir check-not-posix run 96 in-included-file: .PHONY set-up-sysdir check-not-posix run 121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
|
depsrc-usebefore.mk | 18 # target was not. 19 not-a-main-candidate: .USEBEFORE
|
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
|
/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 in function:mount_umap 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 in function:test_eval 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 in function:cclass 774 if ((not = (ISMAGIC(*p) && *++p == NOT))) [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 in function:append_addr 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...] |
/src/usr.bin/dc/ |
bcode.c | 104 static void not(void); 185 { 'N', not }, 1333 not(void) function in typeref:typename:void 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 396 struct condexpr *not; member in union:condexpr::__anon976293ba010a 404 #define cx_not cx_u.not
|