Searched defs:title_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c59 add_title_entry(char *title_str) argument
63 while (isspace(*title_str))
64 title_str++;
79 if ((titles[menu_entry_count] = strdup(title_str)) == NULL)

Completed in 54 milliseconds