Searched refs:tmp (Results 376 - 400 of 2736) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Djpake.c262 BIGNUM *tmp, *exponent; local
285 (tmp = BN_new()) == NULL ||
298 * client: tmp = g^(x1 + x3 + x4) mod p
299 * server: tmp = g^(x1 + x2 + x3) mod p
301 if (BN_mod_mul(tmp, mypub1, theirpub1, grp->p, bn_ctx) != 1)
302 fatal("%s: BN_mod_mul (tmp = mypub1 * theirpub1 mod p)",
304 if (BN_mod_mul(tmp, tmp, theirpub2, grp->p, bn_ctx) != 1)
305 fatal("%s: BN_mod_mul (tmp = tmp * theirpub
366 BIGNUM *tmp; local
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dinet_ntop.c89 char tmp[sizeof "255.255.255.255"]; local
92 l = snprintf(tmp, size, fmt, src[0], src[1], src[2], src[3]);
97 strlcpy(dst, tmp, size);
117 char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"]; local
158 tp = tmp;
159 ep = tmp + sizeof(tmp);
203 if ((size_t)(tp - tmp) > size) {
207 strlcpy(dst, tmp, size);
/macosx-10.10.1/ruby-106/ruby/ext/dl/callback/
H A Dmkcallback.rb212 VALUE tmp;
217 tmp = rb_DLCdeclCallbackProcs = rb_ary_new();
218 rb_define_const(rb_mDL, "CdeclCallbackProcs", tmp);
220 tmp = rb_DLCdeclCallbackAddrs = rb_ary_new();
221 rb_define_const(rb_mDL, "CdeclCallbackAddrs", tmp);
224 tmp = rb_DLStdcallCallbackProcs = rb_ary_new();
225 rb_define_const(rb_mDL, "StdcallCallbackProcs", tmp);
227 tmp = rb_DLStdcallCallbackAddrs = rb_ary_new();
228 rb_define_const(rb_mDL, "StdcallCallbackAddrs", tmp);
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dstd_pair.i150 VALUE tmp;
153 tmp = swig::from( $self->first );
154 tmp = rb_obj_as_string( tmp );
155 str = rb_str_buf_append( str, tmp );
157 tmp = swig::from( $self->second );
158 tmp = rb_obj_as_string( tmp );
159 str = rb_str_buf_append( str, tmp );
166 VALUE tmp;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlgets.test35 set f [open test2.tmp w]
43 set f [open test2.tmp w]
48 set f [open test2.tmp]
55 set f [open test2.tmp]
62 set f [open test2.tmp w]
65 set f [open test2.tmp]
72 set f [open test2.tmp w]
75 set f [open test2.tmp]
102 set fh [open test1.tmp w]
107 set fh [open test1.tmp]
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c164 static char * abbr(struct tm * tmp);
167 static void dumptime(const struct tm * tmp);
193 register struct tm * tmp; local
195 tmp = localtime(tp);
196 if (tp != NULL && tmp != NULL) {
200 tm = *tmp;
207 (void) fprintf(stderr, " year=%d", tmp->tm_year);
208 (void) fprintf(stderr, " mon=%d", tmp->tm_mon);
209 (void) fprintf(stderr, " mday=%d", tmp->tm_mday);
210 (void) fprintf(stderr, " hour=%d", tmp
291 register struct tm * tmp; local
680 register struct tm * tmp; local
745 register struct tm * tmp; local
878 register struct tm * tmp; local
[all...]
/macosx-10.10.1/OpenSSL098-52/bin/
H A Dextract-source.sh55 ./Configure --openssldir="/System/Library/OpenSSL" threads shared zlib no-hw no-idea enable-rc5 enable-mdc2 enable-seed darwin64-x86_64-cc > /tmp/config.$$.out
57 cat /tmp/config.$$.out
64 ./Configure --prefix=/usr --openssldir="/System/Library/OpenSSL" threads shared zlib no-hw no-idea enable-rc5 enable-mdc2 enable-seed darwin-i386-cc > /tmp/config.$$.out
66 cat /tmp/config.$$.out
73 ./Configure --prefix=/usr --openssldir="/System/Library/OpenSSL" threads shared zlib no-hw no-idea enable-rc5 enable-mdc2 enable-seed darwin64-x86_64-cc > /tmp/config.$$.out
75 cat /tmp/config.$$.out
103 rm -f /tmp/config.$$.out
/macosx-10.10.1/OpenSSL098-52/src/crypto/perlasm/
H A Dx86ms.pl255 local($tmp)=<<"EOF";
262 push(@out,$tmp);
271 local($tmp)=<<"EOF";
280 push(@out,$tmp);
288 local($tmp)=<<"EOF";
293 push(@out,$tmp);
301 local($tmp)=<<"EOF";
309 push(@out,$tmp);
318 local($tmp)=<<"EOF";
321 push(@out,$tmp);
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dinclude.c339 static char tmp[1024]; local
341 strcpy(tmp, Char(filename));
342 c = Swig_file_suffix(tmp);
344 return tmp;
353 static char tmp[1024]; local
357 strcpy(tmp, Char(filename));
358 c = strrchr(tmp, *delim);
362 return tmp;
371 static char tmp[1024]; local
374 strcpy(tmp, Cha
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-isoclns.c1443 int stlv_type, stlv_len, tmp; local
1482 tmp = *(tptr++);
1486 while (tmp)
1507 tmp--;
2092 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2448 tmp =tlv_len; /* copy temporary len & pointer to packet data */
2472 while (tmp && alen < tmp) {
2477 tmp -= alen + 1;
2478 if (tmp
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dpassword_quality.c277 const char *tmp; local
280 tmp = krb5_config_get_string(context, NULL,
284 if(tmp != NULL)
285 check_library = tmp;
288 tmp = krb5_config_get_string(context, NULL,
292 if(tmp != NULL)
293 check_function = tmp;
336 struct kadm5_pw_policy_verifier *v, **tmp; local
371 tmp = realloc(verifiers, (num_verifiers + 1) * sizeof(*verifiers));
372 if (tmp
394 char **tmp; local
[all...]
H A Dchpass_c.c50 int32_t tmp; local
80 krb5_ret_int32(sp, &tmp);
84 return tmp;
98 int32_t tmp; local
130 krb5_ret_int32(sp, &tmp);
134 return tmp;
/macosx-10.10.1/libxml2-26/libxml2/
H A Ddict.c893 xmlDictEntryPtr tmp; local
895 for (tmp = &(dict->subdict->dict[key]); tmp->next != NULL;
896 tmp = tmp->next) {
898 if ((tmp->okey == skey) && (tmp->len == l)) {
899 if (!memcmp(tmp->name, name, l))
900 return(tmp->name);
903 if ((tmp
1030 xmlDictEntryPtr tmp; local
1124 xmlDictEntryPtr tmp; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Ddict.c784 xmlDictEntryPtr tmp; local
786 for (tmp = &(dict->subdict->dict[key]); tmp->next != NULL;
787 tmp = tmp->next) {
789 if ((tmp->okey == skey) && (tmp->len == len)) {
790 if (!memcmp(tmp->name, name, len))
791 return(tmp->name);
794 if ((tmp
915 xmlDictEntryPtr tmp; local
1009 xmlDictEntryPtr tmp; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dcrypto-des-common.c99 unsigned char tmp[24]; local
112 EVP_Cipher(&ctx->dctx, tmp, C->checksum.data, 24);
114 CCDigestUpdate(m, tmp, 8); /* confounder */
118 if(ct_memcmp(res, tmp + 8, sizeof(res)) != 0) {
122 memset(tmp, 0, sizeof(tmp));
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetusershell.c120 char *tmp; local
132 if(getconfattr(SC_SYS_LOGIN, SC_SHELLS, &tmp, SEC_LIST) != 0)
135 for(cp = tmp, nsh = 0; *cp; cp += strlen(cp) + 1, nsh++);
141 strings = malloc(cp - tmp);
147 memcpy(strings, tmp, cp - tmp);
/macosx-10.10.1/Heimdal-398.1.2/tests/db/
H A Dloaddump-db.in83 ${propdb} > db-dump.tmp|| exit 1
85 ${propddb} < db-dump.tmp || exit 1
93 ${propdb} > db-dump.tmp || exit 1
94 ${propddb} < db-dump.tmp || exit 1
103 ${propdb} > db-dump.tmp || exit 1
104 ${propddb} < db-dump.tmp || exit 1
113 ${propdb} > db-dump.tmp || exit 1
114 ${propddb} < db-dump.tmp || exit 1
125 ${propdb} > db-dump.tmp|| exit 1
126 ${propddb} < db-dump.tmp || exi
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DBaseAST.hpp84 RefBaseAST tmp = down;
86 if (tmp)
88 while (tmp->right)
89 tmp = tmp->right;
90 tmp->right = c;
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dchunk_filter.c52 apr_bucket_brigade *more, *tmp; local
56 for (more = tmp = NULL; b; b = more, more = NULL) {
88 more = apr_brigade_split_ex(b, APR_BUCKET_NEXT(e), tmp);
108 more = apr_brigade_split_ex(b, APR_BUCKET_NEXT(e), tmp);
192 tmp = b;
193 apr_brigade_cleanup(tmp);
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dinet_pton.c110 unsigned char tmp[INADDRSZ], *tp; local
114 *(tp = tmp) = 0;
140 memcpy(dst, tmp, INADDRSZ);
163 unsigned char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
168 memset((tp = tmp), '\0', IN6ADDRSZ);
237 memcpy(dst, tmp, IN6ADDRSZ);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dinet_pton.c85 unsigned char tmp[NS_INADDRSZ], *tp; local
89 *(tp = tmp) = 0;
116 memcpy(dst, tmp, NS_INADDRSZ);
137 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
142 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
212 memcpy(dst, tmp, NS_IN6ADDRSZ);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dlwinetpton.c84 unsigned char tmp[NS_INADDRSZ], *tp; local
88 *(tp = tmp) = 0;
118 memcpy(dst, tmp, NS_INADDRSZ);
139 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
144 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
212 memcpy(dst, tmp, NS_IN6ADDRSZ);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dinet_pton.c97 unsigned char tmp[INADDRSZ], *tp; local
101 tp = tmp;
131 memcpy(dst, tmp, INADDRSZ);
154 unsigned char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
159 memset((tp = tmp), 0, IN6ADDRSZ);
229 memcpy(dst, tmp, IN6ADDRSZ);
/macosx-10.10.1/dtrace-147/test/tst/common/misc/
H A Dtst.include.ksh40 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
41 cofile=${TMPDIR:-/tmp}/inc.$$.$file
111 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
112 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
129 bigofile=${TMPDIR:-/tmp}/inc.$$.out
133 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dhl-line.el200 (let (tmp b e)
202 (setq tmp (funcall hl-line-range-function)
203 b (car tmp)
204 e (cdr tmp))
205 (setq tmp t
208 (if tmp

Completed in 203 milliseconds

<<11121314151617181920>>