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

1234567

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DNSFEEPublicKeyPrivate.h27 - (key)plus;
H A DfeePublicKey.c98 key plus; member in struct:__anon3743
100 curveParams *cp; // common params shared by minus, plus
188 pkinst->plus = new_public(pkinst->cp, CURVE_PLUS);
198 set_priv_key_giant(pkinst->plus, pkinst->privGiant);
234 pkinst->plus = new_public(pkinst->cp, CURVE_PLUS);
235 if(pkinst->plus == NULL) {
242 set_priv_key_giant(pkinst->plus, pkinst->privGiant);
367 pubInst->plus = new_public_with_key(privInst->plus, pubInst->cp);
368 if(pubInst->plus
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DNSFEEPublicKeyPrivate.h27 - (key)plus;
H A DfeePublicKey.c98 key plus; member in struct:__anon4458
100 curveParams *cp; // common params shared by minus, plus
188 pkinst->plus = new_public(pkinst->cp, CURVE_PLUS);
198 set_priv_key_giant(pkinst->plus, pkinst->privGiant);
234 pkinst->plus = new_public(pkinst->cp, CURVE_PLUS);
235 if(pkinst->plus == NULL) {
242 set_priv_key_giant(pkinst->plus, pkinst->privGiant);
367 pubInst->plus = new_public_with_key(privInst->plus, pubInst->cp);
368 if(pubInst->plus
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dbashgetopt.c34 #define ISOPT(s) (((*(s) == '-') || (plus && *(s) == '+')) && (s)[1])
35 #define NOTOPT(s) (((*(s) != '-') && (!plus || *(s) != '+')) || (s)[1] == '\0')
54 int plus; /* nonzero means to handle +option */ local
57 plus = *opts == '+';
58 if (plus)
/macosx-10.10/doc_cmds-49/colcrt/
H A Dcolcrt.c81 static int plus(wchar_t, wchar_t);
184 if (plus(c, *cp) || plus(*cp, c))
214 plus(wchar_t c, wchar_t d) function
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_token.l82 plus \+
111 {plus} { return(PLUS); }
/macosx-10.10/bind9-45.101/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)
507 plus ? "+" : space ? " " : "",
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_zoom.tcl100 ${pre}::button $win.z.plus -image ::canvas::zoom::plus -command [mymethod ZoomIn]
110 pack $win.z.plus $win.z.val $win.z.minus -side top -fill x
112 pack $win.z.plus $win.z.val $win.z.minus -side left -fill y
158 image create bitmap ::canvas::zoom::plus -data {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos16.tcl29 $p dataconfig ode45 -symbol plus -colour blue -type both
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Deval-plural.h82 case plus:
H A Dplural-exp.h56 plus, /* Addition. */ enumerator in enum:expression::operator
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Deval-plural.h82 case plus:
H A Dplural-exp.h56 plus, /* Addition. */ enumerator in enum:expression::operator
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Doptlib.h89 int plus; /* + ok */ member in struct:Optstate_s
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptlib.h95 int plus; /* + ok */ member in struct:Optstate_s
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A DMakefile10 Extra_CC_Flags = -Wall -Werror -Wno-string-plus-int -fPIE
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A DMakefile10 Extra_CC_Flags = -Wall -Werror -Wno-string-plus-int -fPIE
/macosx-10.10/bind9-45.101/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 ? " " : "",
/macosx-10.10/ntp-92/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 ? " " : "",
/macosx-10.10/vim-55/runtime/syntax/
H A Dasterisk.vim26 " Digits plus oldlabel (newlabel)
28 " oldlabel plus digits (newlabel)
30 " s or n plus digits (newlabel)
/macosx-10.10/groff-38/groff/font/devps/generate/
H A Dsymbolchars4 plus pl
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos2.rb61 %w(plus cross circle up down dot upfilled downfilled).each{|sym|
H A Dplotdemos3.rb71 %w(plus cross circle up down dot upfilled downfilled).each{|sym|
/macosx-10.10/ruby-106/ruby/test/pathname/
H A Dtest_pathname.rb194 def plus(path1, path2) # -> path method in class:TestPathname
198 defassert(:plus, '/', '/', '/')
199 defassert(:plus, 'a/b', 'a', 'b')
200 defassert(:plus, 'a', 'a', '.')
201 defassert(:plus, 'b', '.', 'b')
202 defassert(:plus, '.', '.', '.')
203 defassert(:plus, '/b', 'a', '/b')
205 defassert(:plus, '/', '/', '..')
206 defassert(:plus, '.', 'a', '..')
207 defassert(:plus, '
[all...]

Completed in 344 milliseconds

1234567