Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c444 char elemstr[MAXNAMELEN]; in mdb_autonode2path() local
457 if (mdb_readstr(elemstr, sizeof (elemstr), in mdb_autonode2path()
459 (void) strcpy(elemstr, "?"); in mdb_autonode2path()
462 c = mdb_alloc(strlen(elemstr) + 1, UM_SLEEP | UM_GC); in mdb_autonode2path()
463 (void) strcpy(c, elemstr); in mdb_autonode2path()