Searched refs:str_list (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPrTxt.c56 char **str_list; local in function:alloc_list
58 str_list = Xmallocarray(count, sizeof(char *));
59 if (str_list == NULL)
62 *str_list = Xmalloc(nitems);
63 if (*str_list == NULL) {
64 Xfree(str_list);
68 return (XPointer *) str_list;
95 char *mb_text, *str, **str_list; local in function:copy_list
98 str_list = (char **) list;
100 for (str = *str_list; coun
[all...]

Completed in 2 milliseconds