HomeSort by relevance Sort by last modified time
    Searched full:first_alpha (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/lxdialog/
menubox.c 74 j = first_alpha(menu_item, "YyNnMmHh");
291 j = first_alpha(item_str(), "YyNnMmHh");
298 j = first_alpha(item_str(), "YyNnMmHh");
dialog.h 202 int first_alpha(const char *string, const char *exempt);
util.c 461 int first_alpha(const char *string, const char *exempt) function

Completed in 2742 milliseconds