Searched refs:st (Results 1 – 1 of 1) sorted by relevance
11 struct stat st; in readfile() local15 if (fstat(fileno(f), &st) == -1) in readfile()17 uint8_t *buf = malloc(st.st_size); in readfile()18 *size = fread(buf, st.st_size, 1, f); in readfile()