| /freebsd/contrib/unbound/compat/ |
| H A D | snprintf.c | 240 int prgiven, int zeropad, int minus, int plus, int space, in print_num() argument 243 int w = len; /* excludes minus sign */ in print_num() 245 if(minus) { in print_num() 297 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_d() argument 305 print_num(at, left, ret, minw, precision, prgiven, zeropad, minus, in print_num_d() 312 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_ld() argument 320 print_num(at, left, ret, minw, precision, prgiven, zeropad, minus, in print_num_ld() 327 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_lld() argument 335 print_num(at, left, ret, minw, precision, prgiven, zeropad, minus, in print_num_lld() 342 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_u() argument [all …]
|
| /freebsd/contrib/ldns/compat/ |
| H A D | snprintf.c | 239 int prgiven, int zeropad, int minus, int plus, int space, in print_num() argument 242 int w = len; /* excludes minus sign */ in print_num() 244 if(minus) { in print_num() 296 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_d() argument 304 print_num(at, left, ret, minw, precision, prgiven, zeropad, minus, in print_num_d() 311 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_ld() argument 319 print_num(at, left, ret, minw, precision, prgiven, zeropad, minus, in print_num_ld() 326 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_lld() argument 334 print_num(at, left, ret, minw, precision, prgiven, zeropad, minus, in print_num_lld() 341 int minw, int precision, int prgiven, int zeropad, int minus, in print_num_u() argument [all …]
|
| /freebsd/usr.bin/m4/tests/ |
| H A D | gnupatterns.m4 | 1 patsubst(`string with a + to replace with a minus', `+', `minus') 3 patsubst(`+string with a starting + to replace with a minus', `^+', `minus')
|
| H A D | regress.gnupatterns.out | 1 string with a minus to replace with a minus 3 minusstring with a starting + to replace with a minus
|
| /freebsd/share/doc/usd/21.troff/ |
| H A D | table2 | 68 Non-\s-1ASCII\s+1 characters and \fIminus\fP on the standard fonts. 89 \- \e\- current font minus 137 The special math plus, minus, and equals are provided to 147 \(mi \e\|(mi math minus 218 \(+- \e\|(+\(mi plus-minus
|
| /freebsd/usr.bin/at/ |
| H A D | parsetime.c | 68 NUMBER, PLUS, MINUS, DOT, SLASH, ID, JUNK, enumerator 251 return sc_tokid = MINUS; in token() 283 * plus_or_minus() holds functionality common to plus() and minus() 343 * minus() is like plus but can not be used with NOW 346 minus(struct tm *tm) in minus() function 354 } /* minus */ in minus() 409 if ((sc_tokid == EOF || sc_tokid == PLUS || sc_tokid == MINUS) && in tod() 487 case MINUS: in month() 488 minus(tm); in month() 623 /* MINUS is different from PLUS in that NOW is not in parsetime() [all …]
|
| /freebsd/lib/libc/stdlib/ |
| H A D | strtod.3 | 62 The expected form of the string is an optional plus (``+'') or minus 78 followed by an optional plus or minus sign, followed by a 86 plus or minus sign begins with 137 If the correct value would cause overflow, plus or minus
|
| /freebsd/contrib/tzcode/ |
| H A D | tz-how-to.html | 368 <td>−5:50:36</td> 375 <td rowspan="2">−6:00:00</td> 387 <td>−5:00:00</td> 393 <td rowspan="4">−6:00:00</td> 493 offset, so the local (wall clock) time during this period was GMT − 494 10:30 + 1:00 = GMT − 9:30.</p> 629 <td>−10:31:26</td> 637 <td>−10:30</td> 645 <td>−9:30</td> 653 <td>−10:30¹</td> [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc_char.7 | 69 and the mathematical minus sign (\(mi). 100 documents, the minus sign is normally written as 105 .Dq hyphen-minus 114 to represent hyphen, minus, and hyphen-minus. 431 .It \e- Ta \- Ta minus (text font) 432 .It \e(mi Ta \(mi Ta minus (special font) 435 .It \e(-+ Ta \(-+ Ta minus-plus 436 .It \e[t+-] Ta \[t+-] Ta plus-minus (text font) 437 .It \e(+- Ta \(+- Ta plus-minus (special font) 725 .It \e*(Pm Ta \*(Pm Ta plus-minus
|
| /freebsd/share/doc/psd/15.yacc/ |
| H A D | ss6 | 80 Plus and minus are left associative, and have lower precedence than 118 An example is unary and binary \'\-\'; unary minus may be given the same 119 strength as multiplication, or even higher, while binary minus has a lower strength than 126 For example, to make unary minus have the same precedence as multiplication the rules might resembl…
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | heimdal.texi | 49 @global@chapheadingskip = 15pt plus 4pt minus 2pt 50 @global@secheadingskip = 12pt plus 3pt minus 2pt 51 @global@subsecheadingskip = 9pt plus 2pt minus 2pt
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | charger-manager.txt | 35 -cold-in-minus : flag that cold temperature is in minus degrees 66 cm-battery-cold-in-minus;
|
| H A D | charger-manager.yaml | 95 cm-battery-cold-in-minus: 96 description: if set cm-battery-cold temperature is in minus degrees 193 cm-battery-cold-in-minus;
|
| /freebsd/usr.sbin/ppp/ |
| H A D | nat_cmd.c | 347 char *minus; in StrToPortRange() local 350 minus = strchr(str, '-'); in StrToPortRange() 351 if (minus) in StrToPortRange() 352 *minus = '\0'; /* Cheat the const-ness ! */ in StrToPortRange() 356 if (minus) in StrToPortRange() 357 *minus = '-'; /* Cheat the const-ness ! */ in StrToPortRange() 360 if (minus) in StrToPortRange() 361 res = StrToPort(minus + 1, high, proto); in StrToPortRange()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath_dlib_asm.S | 74 #define minus R3:2 macro 109 minus = #-1 define 126 p1 = cmp.eq(mantexpa, minus) 209 #define minus R3:2 macro 244 minus = #-1 define 261 p1 = cmp.eq(mantexpa, minus)
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 13-fragmentation.cnf | 5 test-0 = 0-one-fragment-minus-app-data 29 [0-one-fragment-minus-app-data] 30 ssl_conf = 0-one-fragment-minus-app-data-ssl 32 [0-one-fragment-minus-app-data-ssl] 33 server = 0-one-fragment-minus-app-data-server 34 client = 0-one-fragment-minus-app-data-client 36 [0-one-fragment-minus-app-data-server] 41 [0-one-fragment-minus-app-data-client]
|
| /freebsd/usr.sbin/bluetooth/l2ping/ |
| H A D | l2ping.8 | 91 It is calculated as minimum L2CAP MTU (48 bytes) minus the size of the L2CAP 95 (65535 bytes) minus four bytes of payload reserved for
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | user_property_001_pos.ksh | 56 # Longest property name (255 bytes, which is the 256-byte limit minus 1 byte 60 # Longest property value (8191 bytes, which is the 8192-byte limit minus 1 byte
|
| H A D | user_property_002_neg.ksh | 56 # the 256-byte limit (2) minus 1 byte for the null byte (3) plus 1 byte to 69 # The smallest too-long value is (1) the limit (2) minus 1 byte for the null
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 52 " =maxpc - Minus 1 for all addresses and minus 2 for DWARF v4 (or less) address ranges\n"
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiCondCode.h | 26 ICC_MI = 11, // minus 51 return "mi"; // minus in lanaiCondCodeToString()
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ad5755.txt | 50 2: Plus minus 5 V voltage range. 51 3: Plus minus 10 V voltage range.
|
| H A D | adi,ad5755.yaml | 84 2: Plus minus 5 V voltage range. 85 3: Plus minus 10 V voltage range.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 428 Parser.getTok().getKind() == AsmToken::Minus) && in tryParseExpression() 459 if (CurTok == AsmToken::Minus || CurTok == AsmToken::Plus) in tryParseRelocExpression() 466 tokens[1].getKind() == AsmToken::Minus) in tryParseRelocExpression() 492 if (tokens[1].getKind() == AsmToken::Minus || in tryParseRelocExpression() 503 if (tokens[1].getKind() == AsmToken::Minus || in tryParseRelocExpression() 541 case AsmToken::Minus: { in parseOperand() 699 Tokens[0].getKind() == AsmToken::Minus && in parseLiteralValues()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_time.c | 85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local 87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local 127 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm() 216 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm() 217 int offsign = a[o] == minus ? 1 : -1; in ossl_asn1_time_to_tm()
|