Lines Matching defs:list
84 { OM_LIST2, 1, 1, "list" },
114 " listcards list available cards\n"
116 " list IDENTIFIER list command, for items with value + comment\n"
117 " list1 IDENTIFIER list command, for items without comments\n"
241 const char **list, *str;
292 err = snd_use_case_card_list(&list);
295 "%s: error failed to get card list: %s\n",
301 printf(" list is empty\n");
305 printf(" %i: %s\n", i, list[i*2]);
306 if (list[i*2+1])
307 printf(" %s\n", list[i*2+1]);
309 snd_use_case_free_list(list, err);
327 &list);
330 "%s: error failed to get list %s: %s\n",
336 printf(" list is empty\n");
340 printf(" %i: %s\n", i, list[i*entries]);
342 if (list[i*entries+j+1])
343 printf(" %s\n", list[i*entries+j+1]);
345 snd_use_case_free_list(list, err);