Searched refs:at_str (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 116 const char *at_str; /* String value */ member 429 termio_tput(td, td->tio_info.ti_cr.at_str, 1); in termio_read() 605 termio_tput(td, td->tio_info.ti_smso.at_str, 1); in termio_setattr() 607 termio_tput(td, td->tio_info.ti_smul.at_str, 1); in termio_setattr() 609 termio_tput(td, td->tio_info.ti_rev.at_str, 1); in termio_setattr() 611 termio_tput(td, td->tio_info.ti_bold.at_str, 1); in termio_setattr() 613 termio_tput(td, td->tio_info.ti_dim.at_str, 1); in termio_setattr() 615 termio_tput(td, td->tio_info.ti_smacs.at_str, 1); in termio_setattr() 618 termio_tput(td, td->tio_info.ti_rmso.at_str, 1); in termio_setattr() 620 termio_tput(td, td->tio_info.ti_rmul.at_str, 1); in termio_setattr() [all …]
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_server.c | 200 char *at_str; in nfsmapid_uid_str() local 249 at_str = ""; in nfsmapid_uid_str() 288 at_str = ""; in nfsmapid_uid_str() 298 at_str = "@"; in nfsmapid_uid_str() 302 at_str = ""; in nfsmapid_uid_str() 316 (void) sprintf(resp->str, "%s%s%s", pw_str, at_str, dom_str); in nfsmapid_uid_str() 451 char *at_str; in nfsmapid_gid_str() local 501 at_str = ""; in nfsmapid_gid_str() 540 at_str = ""; in nfsmapid_gid_str() 550 at_str = "@"; in nfsmapid_gid_str() [all …]
|
/titanic_44/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 701 at_str(long val, char *instr, size_t n, char *str) in at_str() function 826 { AT_SUN_PLATFORM, "AT_SUN_PLATFORM", at_str }, 827 { AT_SUN_EXECNAME, "AT_SUN_EXECNAME", at_str }, 835 { AT_SUN_EMULATOR, "AT_SUN_EMULATOR", at_str }, 836 { AT_SUN_BRANDNAME, "AT_SUN_BRANDNAME", at_str }, 887 if ((aux != NULL) && (aux->aux_decode == at_str)) { in get_auxv()
|