Searched refs:read (Results 1 – 6 of 6) sorted by relevance
1 # cyw43 shared bus read and write
52 template.read(),
123 int read = driver->in_chars(buf, len); in stdio_get_until() local124 if (read > 0) { in stdio_get_until()125 return read; in stdio_get_until()
29 idata = open(args.ifile, "rb").read()
30 idata = open(args.ifile, "rb").read()
15 contents = fin.read()