Searched refs:temp (Results 51 - 75 of 124) sorted by relevance

12345

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_cksum.c47 void *temp; local
107 if ((temp = xmalloc(cksum->length)) == NULL) {
113 memcpy(temp, cksum->contents, cksum->length);
115 cksum->contents = (krb5_octet *)temp;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_crypt.c123 int ic, i, k, temp; local
150 temp = t1[k];
152 t1[ic] = temp;
/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkglist.c119 char temp[LSIZE]; local
149 (void) sprintf(temp, "%s %s\n(%s) %s", info.pkginst,
151 if (setitem(menup, temp)) {
H A Dpkgserv.c158 char temp[PATH_MAX]; local
161 if (snprintf(temp, PATH_MAX, "%s%s",
168 if (stat(temp, &buf) != 0) {
185 if (realpath(temp, fullpath) == NULL) {
229 if (snprintf(temp, PATH_MAX, "%s%s", saved.mnt_special,
/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c105 char temp[PATH_MAX]; local
107 if (pkginfofind(temp, pkg_dir, pkginst))
108 fp = fopen(temp, "r");
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddrand48.c88 #define REST(v) for (i = 0; i < 3; i++) { xsubi[i] = x[i]; x[i] = temp[i]; } \
91 int i; TYPE v; unsigned temp[3]; \
92 for (i = 0; i < 3; i++) { temp[i] = x[i]; x[i] = LOW(xsubi[i]); } \
H A Dmon.c338 double temp = (double)bufsize; local
339 scale = (uint_t)((temp * (long)0200000L) / text);
365 ANCHOR *ap; /* temp anchor ptr */
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c399 #define DO_PERMUTATION(a, temp, b, offset, mask) \
400 temp = ((a>>offset) ^ b) & mask; \
401 b ^= temp; \
402 a ^= temp<<offset;
410 #define INITIAL_PERMUTATION(left, temp, right) \
411 DO_PERMUTATION(left, temp, right, 4, 0x0f0f0f0f) \
412 DO_PERMUTATION(left, temp, right, 16, 0x0000ffff) \
413 DO_PERMUTATION(right, temp, left, 2, 0x33333333) \
414 DO_PERMUTATION(right, temp, left, 8, 0x00ff00ff) \
416 temp
[all...]
H A Dblowfish.c314 u32 xl, xr, temp, *p;
325 temp = xl;
327 xr = temp;
329 temp = xl;
331 xr = temp;
380 u32 xl, xr, temp, *p;
391 temp = xl;
393 xr = temp;
396 temp = xl;
398 xr = temp;
[all...]
H A Dcipher.c1174 unsigned long temp;
1187 temp = *inbuf++;
1188 *outbuf++ = *ivp ^ temp;
1189 *ivp++ = temp;
1200 temp = *inbuf++;
1201 *outbuf++ = *ivp ^ temp;
1202 *ivp++ = temp;
1226 temp = *inbuf++;
1227 *outbuf++ = *ivp ^ temp;
1228 *ivp++ = temp;
1172 unsigned long temp; local
[all...]
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c429 uint32_t temp; local
431 temp = 0x00000000;
438 temp = (temp << 8) | data[j];
443 return temp;
453 uint32_t temp; local
460 temp = Blowfish_stream2word(key, keybytes, &j);
461 c->P[i] = c->P[i] ^ temp;
494 uint32_t temp; local
501 temp
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk244 echo '#include <stdio.h>' >temp.c
245 echo 'int main(){printf(' >>temp.c
246 echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
247 echo 'exit(0);}' >>temp.c
248 $(BCC) -o temp temp.c
249 ./temp >config.h
251 rm -f temp.c temp
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dblowfish.c314 u32 xl, xr, temp, *p;
325 temp = xl;
327 xr = temp;
329 temp = xl;
331 xr = temp;
380 u32 xl, xr, temp, *p;
391 temp = xl;
393 xr = temp;
396 temp = xl;
398 xr = temp;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c377 int temp; local
408 temp = E[6*i+j];
410 E[6*i+j+24] = temp;
/osnet-11/usr/src/lib/krb5/dyn/
H A Ddyn.c437 DynPtr temp; local
451 temp = (DynPtr) realloc(obj->array, (size_t) new_size_in_bytes);
452 if (temp == NULL) {
458 obj->array = temp;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm69 C:/temp
80 $tmpdir = $self->_tmpdir( $ENV{TMPDIR}, "/tmp", 'C:/temp' );
H A DWin32.pm46 SYS:/temp
47 C:/temp
51 The SYS:/temp is preferred in Novell NetWare (the File::Spec::Win32
64 'SYS:/temp',
65 'C:/temp',
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c1673 wchar_t temp; local
1675 temp = va_arg(args.ap, wchar_t);
1677 if (temp) {
1678 buf[0] = temp;
1687 if (temp) {
1688 if ((retcode = wctomb(buf, temp))
1709 wchar_t temp; local
1711 temp = va_arg(args.ap, wchar_t);
1712 if (temp) {
1713 if ((retcode = wctomb(buf, temp))
1727 long long temp; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c408 register int temp; local
411 temp = prefs[i];
413 prefs[j] = temp;
417 temp = weight[i];
419 weight[j] = temp;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c506 char *temp; local
508 temp = ntfs_malloc(30);
509 if (!temp)
511 snprintf(temp, 30, "<MFT%llu>", (unsigned
513 names[i] = temp;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c643 array element and the variable 'temp' points to enough space to hold a
644 temp element and the variable 'array' points to the array being sorted
668 temp = array[elt1]; \
670 array[elt2] = temp; \
679 temp = array[elt1]; \
682 array[elt3] = temp; \
738 register SV * temp; local
762 temp = q[j];
764 q[n] = temp;
1212 temp
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.c347 int temp; local
349 #define setuint(a, b, c) a = (((temp = atoi(b)) <= 0) ? (c) : temp)
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c148 nce_cache_node_t *n, *prev, temp; local
165 temp.next = n->next;
171 n = &temp;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; }
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtest4.c581 sqlite *temp; local
601 temp = threadset[i].db;
603 threadset[j].db = temp;

Completed in 65 milliseconds

12345