Searched defs:lastval (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c621 uint_t lastval; local
640 lastval = gate->sgd_ist;
643 lastval = gate->sgd_stkcpy;
660 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c235 static int lastval; variable
872 val = lastval;
1156 lastval = 0;
1159 lastval = 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5066 char *tokval, *lastval; local
5083 tokval = (char *)strtok_r(dfltst, ",", &lastval);
5094 tokval = (char *)strtok_r(NULL, ",", &lastval);

Completed in 83 milliseconds