Home
last modified time | relevance | path

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

/external/iw/
Dvendor.c30 static int read_hex(int argc, char **argv, char *buf, size_t size) in read_hex() function
81 count = read_hex(argc - 2, &argv[2], buf, sizeof(buf)); in handle_vendor()
/external/toybox/toys/pending/
Dfdisk.c549 static int read_hex(char *mesg) in read_hex() function
1052 sys_id = read_hex("Hex code (L to list codes): "); in change_systype()