Searched refs:tempmode (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c422 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/lib/libcurses/screen/
H A Dvidupdate.c179 int counter = max_attributes, i, j, tempmode; local
193 tempmode = A_NORMAL;
198 tempmode |=
205 modes[k] = tempmode;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4510 int tempmode; local
4548 tempmode = fmode & ~FNDELAY;
4550 tempmode = fmode;
4568 error = strwaitq(stp, waitflag, (ssize_t)0, tempmode, -1,
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2734 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) {

Completed in 99 milliseconds