Searched refs:altstr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d45 altstr = "CRAIG: Positioned them, I don't ";
183 this->str = command[i].alt ? altstr : str;
206 this->str = command[i].alt ? altstr : str;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1177 const char *altstr; /* Alternate print format prefix */ local
1223 altstr = NULL; /* No alternate format string yet */
1262 altstr = ":";
1361 altstr = "0";
1375 altstr = "0";
1432 altstr = "0x";
1442 altstr = "0X";
1515 * If the string and the option altstr won't fit on this line
1518 * + altstr is shorter than the above, use the shorter lf_len.
1544 if (altstr !
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1365 char *altstr; local
1392 altstr = strdup(zonecfg_get_root());
1393 if (altstr == NULL) {
1414 zonecfg_set_root(altstr);
1415 free(altstr);

Completed in 74 milliseconds