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

  /external/toybox/lib/
interestingtimes.c 65 // Otherwise acts like scan_key()
70 if (512&(key = scan_key(scratch, miliwait))) {
146 // Zero out first byte of scratch before first call to scan_key
148 int scan_key(char *scratch, int miliwait) function
lib.h 283 int scan_key(char *scratch, int miliwait);
  /external/toybox/toys/other/
hexedit.c 186 key = scan_key(keybuf, -1);

Completed in 66 milliseconds