Searched refs:read (Results 1 – 3 of 3) sorted by relevance
1 # cyw43 shared bus read and write
124 int read = driver->in_chars(buf, len); in stdio_get_until() local125 if (read > 0) { in stdio_get_until()126 return read; in stdio_get_until()
30 idata = open(args.ifile, "rb").read()