Searched refs:plus (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dtest-pkg_version.sh91 test-pv 1.0.0+2003.09.06 "=" 1.0+2003.09.06 plus/multiple
92 test-pv 1.0.1+2003.09.06 ">" 1.0+2003.09.06 plus/multiple
93 test-pv 1.0.0+2003.09.06 "<" 1.0+2003.09.06_1 plus/portrevision
94 test-pv 1.0.1+2003.09.06 ">" 1.0+2003.09.06_1 plus/portrevision
/freebsd-9.3-release/usr.bin/colcrt/
H A Dcolcrt.c77 static int plus(wchar_t, wchar_t);
180 if (plus(c, *cp) || plus(*cp, c))
210 plus(wchar_t c, wchar_t d) function
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin.md24 (plus:DI (match_operand:DI 1 "gpc_reg_operand" "b")
231 [(set (mem:V4SI (plus:DI (match_operand:DI 0 "gpc_reg_operand" "")
236 [(set (match_dup 3) (plus:DI (match_dup 0) (match_dup 1)))
275 (plus (match_operand 1 "" "")
293 (plus:SI (match_operand:SI 1 "gpc_reg_operand" "r")
303 (plus:DI (match_operand:DI 1 "gpc_reg_operand" "r")
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dprint.c73 int plus; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
129 if (!plus)
133 plus = 1;
239 if (plus)
511 plus ? "+" : space ? " " : "",
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp66 case tok::plus:
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dprint.c75 int plus; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
131 if (!plus)
135 plus = 1;
241 if (plus)
570 plus ? "+" : space ? " " : "",
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dprint.c75 int plus; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
131 if (!plus)
135 plus = 1;
241 if (plus)
570 plus ? "+" : space ? " " : "",
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dsymbolchars4 plus pl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp78 TokenInfo[tok::plus ] |= aci_custom_firstchar;
104 TokenInfo[tok::plus ] |= aci_avoid_equal; // +=
251 case tok::plus: // ++
H A DPPExpressions.cpp354 case tok::plus: {
356 // Unary plus doesn't modify the value.
427 case tok::plus:
619 case tok::plus:
/freebsd-9.3-release/usr.bin/at/
H A Dparsetime.c280 * plus() parses a now + time
287 plus(struct tm *tm) function
327 } /* plus */
379 * if we've gone past that time - but if we're specifying a time plus
457 plus(tm);
588 plus(&runtime);
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Dfunction.h68 using std::plus;
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h35 minus, plus, // - + enumerator in enum:llvm::tgtok::TokKind
/freebsd-9.3-release/lib/libcam/
H A Dscsi_cmdparse.c110 int plus; local
279 plus = 1;
282 plus = 0;
297 if (plus)
/freebsd-9.3-release/contrib/groff/font/devps/
H A Dtext.enc26 plus 43
/freebsd-9.3-release/contrib/openpam/
H A Dmkpkgng.in136 Linux-PAM, plus some innovations of its own. In areas where these
/freebsd-9.3-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes26 Donne plus de bl� que de chaume.
71 Fait la fleur plus belle.
105 Il pleut trente-sept jours plus trois.
173 Le froid n'en fait plus � sa guise.
186 Il pleut quarante jours plus tard,
285 Ton bl� aura plus de poids.
293 Ou ne s�me plus.
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_cout.c387 const char *plus; local
415 plus = "";
417 plus = " + ";
421 plus, dl->decl.array_max,
424 s_print(ptemp, "%s%s", plus,
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h74 std::transform(data, data + length, v.data, data, std::plus<PBQPNum>());
226 std::plus<PBQPNum>());
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
103 ! plus the null word terminating the arg vector) further up the stack,
H A Dsol2-gc1.asm115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
116 ! plus the null word terminating the arg vector) further up the stack,
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk68 CWARNFLAGS+= -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt10 is simply a list of things I know work, or should work, plus
104 (cost: very very expensive, 40K$ plus)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h299 case tok::plus:
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlinespec.c1020 /* Check for a colon and a plus or minus and a [ (which
1576 none, plus, minus
1599 sign = plus, (*argptr)++;
1605 case plus:
1569 none, plus, minus enumerator in enum:sign

Completed in 270 milliseconds

123