Home
last modified time | relevance | path

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

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