Home
last modified time | relevance | path

Searched full:minus (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/freebsd/contrib/unbound/compat/
H A Dsnprintf.c240 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 Dsnprintf.c239 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 Dgnupatterns.m41 patsubst(`string with a + to replace with a minus', `+', `minus')
3 patsubst(`+string with a starting + to replace with a minus', `^+', `minus')
H A Dregress.gnupatterns.out1 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 Dtable268 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 Dparsetime.c68 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 Dstrtod.362 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 Dtz-how-to.html368 <td>&minus;5:50:36</td>
375 <td rowspan="2">&minus;6:00:00</td>
387 <td>&minus;5:00:00</td>
393 <td rowspan="4">&minus;6:00:00</td>
493 offset, so the local (wall clock) time during this period was GMT &minus;
494 10:30 + 1:00 = GMT &minus; 9:30.</p>
629 <td>&minus;10:31:26</td>
637 <td>&minus;10:30</td>
645 <td>&minus;9:30</td>
653 <td>&minus;10:30&sup1;</td>
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc_char.769 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 Dss680 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 Dheimdal.texi49 @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 Dcharger-manager.txt35 -cold-in-minus : flag that cold temperature is in minus degrees
66 cm-battery-cold-in-minus;
H A Dcharger-manager.yaml95 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 Dnat_cmd.c347 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 Dfastmath_dlib_asm.S74 #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 D13-fragmentation.cnf5 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 Dl2ping.891 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 Duser_property_001_pos.ksh56 # 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 Duser_property_002_neg.ksh56 # 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 DOptions.td52 " =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 DLanaiCondCode.h26 ICC_MI = 11, // minus
51 return "mi"; // minus in lanaiCondCodeToString()
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5755.txt50 2: Plus minus 5 V voltage range.
51 3: Plus minus 10 V voltage range.
H A Dadi,ad5755.yaml84 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 DAVRAsmParser.cpp428 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 Da_time.c85 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()

12345678910>>...35