Home
last modified time | relevance | path

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

/external/toybox/lib/
Dinterestingtimes.c89 int scan_key(char *scratch, char **seqs, int block) in scan_key() function
Dlib.h187 int scan_key(char *scratch, char **seqs, int block);
/external/toybox/toys/other/
Dhexedit.c213 key = scan_key(toybuf, keys, 1); in hexedit_main()