Searched refs:xfseek (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a/tools/sptool/ |
A D | sptool.c | 84 static void xfseek(FILE *fp, long offset, int whence) in xfseek() function 164 xfseek(f, 0, SEEK_END); in load_file() 234 xfseek(f, file_ptr, SEEK_SET); in output_write() 243 xfseek(f, file_ptr, SEEK_SET); in output_write() 259 xfseek(f, 0, SEEK_SET); in output_write()
|
Completed in 6 milliseconds