Searched refs:temp2 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Ddelch.c34 char *temp1, *temp2; local
39 temp2 = temp1 + 1;
41 *temp1++ = *temp2++;
H A Dinsch.c34 char *temp1, *temp2; local
39 temp2 = temp1 - 1;
41 *temp1-- = *temp2--;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwdelch.c55 chtype *temp1, *temp2; local
63 temp2 = &win->_y[cury][curx + 1];
64 temp1 = temp2 - 1;
86 temp2 = &win->_y[cury][curx+s];
90 *temp1++ = *temp2++;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c284 (void) strcat(strcat(newpat, " >"), temp2);
300 if (readrefs(temp2) == NO) {
498 if ((script = fopen(temp2, "w")) == NULL) {
499 cannotopen(temp2);
663 (void) execute(shell, shell, temp2, (char *)NULL);
H A Ddisplay.c415 if ((nonglobalrefs = fopen(temp2, "w")) == NULL) {
416 cannotopen(temp2);
425 (void) freopen(temp2, "r", nonglobalrefs);
H A Dglobal.h106 extern char temp2[]; /* temporary file name */
H A Dmain.c98 char temp2[PATHLEN + 1]; /* temporary file name */ variable
195 (void) sprintf(temp2, "%s/cscope%d.2", tmpdir, (int)pid);
1610 (void) unlink(temp2);
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2783 entity_attribute_t *temp1, *temp2; local
2786 temp2 = hidparser_lookup_attribute(mainitem, item_tag2);
2787 if ((temp1 != NULL) && (temp2 == NULL)) {
2795 if ((temp2 != NULL) && (temp1 == NULL)) {
2818 entity_attribute_t *temp1, *temp2; local
2821 temp2 = hidparser_lookup_attribute(mainitem, item_tag2);
2822 if ((temp1 != NULL) && (temp2 != NULL)) {
2824 hidparser_find_unsigned_val(temp2)) {
2842 if (hidparser_find_unsigned_val(temp2) <
2861 } /* if (temp1 != NULL) && (temp2 !
2877 entity_attribute_t *temp1, *temp2; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c224 Hash temp2; local
232 temp2 = pDb->trigHash;
236 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){
240 sqliteHashClear(&temp2);
H A Dparse.y544 Expr *temp2 = sqliteExpr(TK_ID, 0, 0, &Y);
545 A = sqliteExpr(TK_DOT, temp1, temp2, 0);
549 Expr *temp2 = sqliteExpr(TK_ID, 0, 0, &Y);
551 Expr *temp4 = sqliteExpr(TK_DOT, temp2, temp3, 0);
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c1769 char *temp1, *temp2; local
1775 temp2 = strchr(temp1, ',');
1776 if (temp2 == NULL)
1779 *portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret);

Completed in 120 milliseconds