Home
last modified time | relevance | path

Searched refs:whys (Results 1 – 1 of 1) sorted by relevance

/external/toybox/lib/
Dlib.c850 char *whos = "ogua", *hows = "=+-", *whats = "xwrstX", *whys = "ogu", in string_to_mode() local
891 if (!dowhat && *str && (s = strchr(whys, *str))) { in string_to_mode()
892 dowhat = (mode>>(3*(s-whys)))&7; in string_to_mode()