Home
last modified time | relevance | path

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

/external/toybox/lib/
Dinterestingtimes.c70 if (512&(key = scan_key(scratch, miliwait))) { in scan_key_getsize()
149 int scan_key(char *scratch, int miliwait) in scan_key() function
Dlib.h235 int scan_key(char *scratch, int miliwait);
/external/toybox/toys/other/
Dhexedit.c186 key = scan_key(keybuf, -1); in hexedit_main()