Searched defs:temp2 (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/ucblib/libcurses/ |
| H A D | delch.c | 34 char *temp1, *temp2; local 39 temp2 = temp1 + 1; 41 *temp1++ = *temp2++;
|
| H A D | insch.c | 34 char *temp1, *temp2; local 39 temp2 = temp1 - 1; 41 *temp1-- = *temp2--;
|
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | wdelch.c | 55 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/lib/libsqlite/src/ |
| H A D | build.c | 224 Hash temp2; local 232 temp2 = pDb->trigHash; 236 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){ 240 sqliteHashClear(&temp2);
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | main.c | 98 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/ib/ibnex/ |
| H A D | ibnex.c | 1769 char *temp1, *temp2; local 1775 temp2 = strchr(temp1, ','); 1776 if (temp2 == NULL) 1779 *portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret);
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
| H A D | hidparser.c | 2783 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...] |
Completed in 279 milliseconds