Searched defs:rmode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.c258 char rmode[STAT_HDR_SIZE]; local
320 (void) strcpy(rmode, "D");
322 (void) strcpy(rmode, "C");
329 (void) printf(DATA_C2, rmode);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c139 static short rmode = 0; /* deny shell escape in restricted mode */ variable
281 rmode = 1; /* restricted mode */
774 if (rmode) { /* restricted mode */

Completed in 48 milliseconds