Searched defs:tempmode (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 179 int counter = max_attributes, i, j, tempmode; local 193 tempmode = A_NORMAL; 198 tempmode |= 205 modes[k] = tempmode;
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 422 char tempmode[20]; local 426 if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1) 438 if (tempmode[0] == '?') { 445 if (tempmode[0] == '$' && 446 (isupper(tempmode[1]) || !islower(tempmode[1]))) { 451 if ((map) && (mapvar(mapmode, tempmode))) { 455 maptype, tempmode); local 461 if (tempmode[0] == '$') { 474 while (tempmode[ 963 char tempmode[ATRSIZ+1]; local 999 pkg_gt(ERR_NOVAR), maptype, tempmode); local [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 2734 int tempmode; local 2795 tempmode = uiop->uio_fmode & ~FNDELAY; 2797 tempmode = uiop->uio_fmode; 2803 * Note that tempmode does not get used in strput/strmakedata 2848 tempmode, -1, &done)) != 0 || done) {
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 4510 int tempmode; local 4548 tempmode = fmode & ~FNDELAY; 4550 tempmode = fmode; 4568 error = strwaitq(stp, waitflag, (ssize_t)0, tempmode, -1,
|
Completed in 87 milliseconds