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

/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c32 char **titles; variable
50 titles = (char **)calloc(ENTRY_ALLOC_COUNT, sizeof (char *));
52 if (titles == NULL || datasets == NULL)
68 titles = (char **)realloc(titles,
72 if (titles == NULL || datasets == NULL)
78 free(titles[menu_entry_count]);
79 if ((titles[menu_entry_count] = strdup(title_str)) == NULL)
186 printf("%d %s\n", n + 1, titles[n]);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c169 static const Msg titles[] = { local
186 hdl_str = titles[type];

Completed in 1061 milliseconds