| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_utils.c | 125 int val = 0, negate = 0; in rf_atoi() local 128 negate = 1; in rf_atoi() 133 return ((negate) ? -val : val); in rf_atoi()
|
| /mirbsd/src/usr.sbin/httpd/src/ap/ |
| D | ap_fnmatch.c | 141 int negate, ok; in rangematch() local 151 if ((negate = (*pattern == '!' || *pattern == '^'))) in rangematch() 176 return (ok == negate ? NULL : pattern); in rangematch()
|
| /mirbsd/src/lib/libc/gen/ |
| D | fnmatch.c | 156 int negate, ok; in rangematch() local 166 if ((negate = (*pattern == '!' || *pattern == '^'))) in rangematch() 204 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
|
| /mirbsd/src/usr.bin/top/ |
| D | commands.c | 390 char negate; in renice_procs() local 397 if ((negate = (*str == '-')) != 0) { in renice_procs() 405 if (negate) in renice_procs()
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | attrs.t | 166 foreach my $negate ('', '-') { 168 my $attribute = $negate . $attr;
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | parse.c | 446 int negate = 0; in write_dollar_variable() local 452 negate = 1; in write_dollar_variable() 458 i = -negate; in write_dollar_variable() 467 i = atoi (str.ptr + 1 + negate); in write_dollar_variable() 468 if (negate) in write_dollar_variable()
|
| /mirbsd/src/bin/pax/ |
| D | pat_rep.c | 564 int negate; in range_match() local 567 if ((negate = (*pattern == '!')) != 0) in range_match() 585 return (ok == negate ? NULL : pattern); in range_match()
|
| /mirbsd/src/usr.bin/dc/ |
| D | bcode.h | 94 void negate(struct number *);
|
| D | inout.c | 246 negate(n); in readnumber()
|
| D | bcode.c | 437 negate(struct number *n) in negate() function 1204 negate(p); in bexp()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cpu-ia64-opc.c | 385 int negate; in ext_inc3() local 388 negate = val & 0x4; in ext_inc3() 396 if (negate) in ext_inc3()
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | ssltest.c | 1710 int negate = 0; in process_proxy_cond_val() local 1725 negate = !negate; in process_proxy_cond_val() 1774 if (ok >= 0 && negate) in process_proxy_cond_val()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | main.c | 182 bool forged, negate; local 1001 negate = optarg[0] == '!'; 1002 if (negate) 1011 if (negate) 1029 new->queue_negate = negate; 1037 new->queue_negate = negate; 1045 new->queue_negate = negate; 1059 new->queue_negate = negate;
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlcheat.pod | 52 \z string end \S, \W and \D negate
|
| D | perlunicode.pod | 688 Something to negate, prefixed "!": an existing character
|
| D | perlre.pod | 344 You can negate the [::] character classes by prefixing the class name
|
| D | perlretut.pod | 1786 character classes. To negate a POSIX class, put a C<^> in front of
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | opcode.pl | 587 negate negation (-) ck_null Ifst1 S
|
| D | Changes | 1916 Add t/op/negate.t to MANIFEST. 1918 +> t/op/negate.t
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | runtime.porting | 101 negate 10 3
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/ |
| D | Complex.pm | 83 'neg' => \&negate, 539 sub negate { subroutine
|
| /mirbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | sh64-media.cpu | 605 (dshmi fnegd "Floating point negate (double)" 611 (dshmi fnegs "Floating point negate (single)"
|
| D | sh64-compact.cpu | 833 (dshci fneg "Floating point negate"
|
| D | frv.cpu | 7173 …9 OPE1_03 ((FR550-MAJOR F-2) (MACH simple,tomcat,fr500,fr550,frv)) "Floating point negate, single") 7174 (floating-point-neg fnegd FRdoublej FRdoublek OP_7A OPE1_03 ((MACH frv)) "Floating point negate, do… 7177 "Floating point dual negate, single" 7188 "Conditional floating point negate, single"
|
| /mirbsd/src/lib/libssl/src/crypto/bn/asm/ |
| D | vms.mar | 291 mnegl r2,r2 ; if q < 0, negate it
|