Searched refs:tmps (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/rsa/
H A Drsa_sign.c75 unsigned char *p, *tmps = NULL; local
130 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
131 if (tmps == NULL)
136 p=tmps;
138 s=tmps;
152 OPENSSL_cleanse(tmps,(unsigned int)j+1);
153 OPENSSL_free(tmps);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dsubst.c34 struct berval *subs = NULL, *tmps; local
68 tmps = ( struct berval * )realloc( subs,
70 if ( tmps == NULL ) {
73 subs = tmps;
182 tmps = (struct berval * )realloc( subs, sizeof( struct berval )*( nsub + 1 ) );
183 if ( tmps == NULL ) {
190 subs = tmps;
/macosx-10.10.1/bc-21/bc/dc/
H A Deval.c258 char tmps;
260 tmps = (char) dc_num2int(datum.v.number, DC_TOSS);
262 tmps = *dc_str2charp(datum.v.string);
267 dc_push(dc_makestring(&tmps, 1));
255 char tmps; variable
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dcool.tcl223 set tmps [snack::sound]
224 set ffmt [$tmps read $fileName -end 1 -guessproperties 1]
226 set v(rate) [$tmps cget -rate]
227 set v(sfmt) [$tmps cget -encoding]
228 set v(chan) [$tmps cget -channels]
229 set v(byteOrder) [$tmps cget -byteorder]
231 $tmps destroy
235 $tmps destroy
H A Dxs.tcl1022 set tmps [snack::sound -debug $::debug]
1023 set ffmt [$tmps read $f(spath)$f(sndfile) -end 1 -guessproperties 1]
1025 set v(rate) [$tmps cget -rate]
1026 set v(sfmt) [$tmps cget -encoding]
1027 set v(chan) [$tmps cget -channels]
1028 set f(byteOrder) [$tmps cget -byteorder]
1030 $tmps destroy
1035 $tmps destroy
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-rsa.c1078 unsigned char *p, *tmps = NULL;
1124 tmps = (unsigned char *)malloc((unsigned int)j+1);
1125 if (tmps == NULL) {
1129 p = tmps;
1131 s = tmps;
1141 memset(tmps, 0, (unsigned int)j + 1);
1142 free(tmps);
/macosx-10.10.1/Libc-1044.1.2/stdlib/NetBSD/
H A Dstrfmon.c75 const char *tmps = STR; \
76 while (*tmps != '\0') \
77 PRINT(*tmps++); \
/macosx-10.10.1/awk-20/src/
H A Drun.c71 Cell *tmps; /* free temporary cells for execution */ variable
688 if (a == tmps)
690 a->cnext = tmps;
691 tmps = a;
698 if (!tmps) {
699 tmps = (Cell *) calloc(100, sizeof(Cell));
700 if (!tmps)
703 tmps[i-1].cnext = &tmps[i];
704 tmps[
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsubst.c3329 char *tmps; local
3331 tmps = promptexpand(*ap, 0, NULL, NULL, NULL);
3332 *ap = dupstring(tmps);
3333 free(tmps);
3336 char *tmps; local
3340 tmps = promptexpand(val, 0, NULL, NULL, NULL);
3341 val = dupstring(tmps);
3342 free(tmps);

Completed in 179 milliseconds