Searched refs:temp1 (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwdelch.c55 chtype *temp1, *temp2; local
64 temp1 = temp2 - 1;
69 if (ISMBIT(*temp1)) {
74 temp1 = &win->_y[cury][curx];
77 for (cp = end; cp >= temp1; --cp)
83 if (ISMBIT(*temp1))
84 s = _curs_scrwidth[TYPE(RBYTE(*temp1))];
89 while (temp1 < end)
90 *temp1++ = *temp2++;
93 *temp1
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c409 register char *temp1; local
414 temp1 = mxhosts[i];
416 mxhosts[j] = temp1;
H A Ddeliver.c6014 register char *temp1; local
6019 temp1 = mxhosts[i];
6021 mxhosts[j] = temp1;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c223 Hash temp1; local
231 temp1 = pDb->tblHash;
242 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
246 sqliteHashClear(&temp1);
H A Dparse.y543 Expr *temp1 = sqliteExpr(TK_ID, 0, 0, &X);
545 A = sqliteExpr(TK_DOT, temp1, temp2, 0);
548 Expr *temp1 = sqliteExpr(TK_ID, 0, 0, &X);
552 A = sqliteExpr(TK_DOT, temp1, temp4, 0);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c846 byte temp1[8], temp2[8], temp3[8]; local
852 des_ecb_encrypt (des, input, temp1);
853 des_ecb_encrypt (des, temp1, temp2);
855 des_ecb_decrypt (des, temp1, temp3);
857 memcpy (input, temp1, 8);

Completed in 870 milliseconds