Home
last modified time | relevance | path

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

/titanic_41/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;
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1176 const char *altstr; /* Alternate print format prefix */ in iob_doprnt() local
1222 altstr = NULL; /* No alternate format string yet */ in iob_doprnt()
1261 altstr = ":"; in iob_doprnt()
1360 altstr = "0"; in iob_doprnt()
1374 altstr = "0"; in iob_doprnt()
1431 altstr = "0x"; in iob_doprnt()
1441 altstr = "0X"; in iob_doprnt()
1533 if (altstr != NULL && f_altsuff == FALSE) in iob_doprnt()
1534 mdb_iob_nputs(iob, altstr, altlen); in iob_doprnt()
1541 if (altstr != NULL && f_altsuff == TRUE) in iob_doprnt()
[all …]
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c1363 char *altstr; in build_mounted_pre_var() local
1390 altstr = strdup(zonecfg_get_root()); in build_mounted_pre_var()
1391 if (altstr == NULL) { in build_mounted_pre_var()
1412 zonecfg_set_root(altstr); in build_mounted_pre_var()
1413 free(altstr); in build_mounted_pre_var()