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.c1250 const char *altstr; /* Alternate print format prefix */ in iob_doprnt() local
1296 altstr = NULL; /* No alternate format string yet */ in iob_doprnt()
1335 altstr = ":"; in iob_doprnt()
1438 altstr = "0"; in iob_doprnt()
1452 altstr = "0"; in iob_doprnt()
1509 altstr = "0x"; in iob_doprnt()
1519 altstr = "0X"; in iob_doprnt()
1625 if (altstr != NULL && f_altsuff == FALSE) in iob_doprnt()
1626 mdb_iob_nputs(iob, altstr, altlen); in iob_doprnt()
1633 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()