Home
last modified time | relevance | path

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.d43 altstr = "CRAIG: Positioned them, I don't ";
181 this->str = command[i].alt ? altstr : str;
204 this->str = command[i].alt ? altstr : str;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1213 const char *altstr; /* Alternate print format prefix */ in iob_doprnt() local
1259 altstr = NULL; /* No alternate format string yet */ in iob_doprnt()
1298 altstr = ":"; in iob_doprnt()
1397 altstr = "0"; in iob_doprnt()
1411 altstr = "0"; in iob_doprnt()
1468 altstr = "0x"; in iob_doprnt()
1478 altstr = "0X"; in iob_doprnt()
1580 if (altstr != NULL && f_altsuff == FALSE) in iob_doprnt()
1581 mdb_iob_nputs(iob, altstr, altlen); in iob_doprnt()
1588 if (altstr != NULL && f_altsuff == TRUE) in iob_doprnt()
[all …]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1383 char *altstr; in build_mounted_pre_var() local
1410 altstr = strdup(zonecfg_get_root()); in build_mounted_pre_var()
1411 if (altstr == NULL) { in build_mounted_pre_var()
1432 zonecfg_set_root(altstr); in build_mounted_pre_var()
1433 free(altstr); in build_mounted_pre_var()