Home
last modified time | relevance | path

Searched refs:rmode (Results 1 – 2 of 2) sorted by relevance

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