Searched refs:_sz (Results 1 – 6 of 6) sorted by relevance
22 void *load_file(const char *fn, unsigned *_sz) in load_file() argument44 if(_sz) *_sz = sz; in load_file()
28 static void *load_file(const char *fn, unsigned *_sz) in load_file() argument49 if(_sz) *_sz = sz; in load_file()
30 void *read_file(const char *fn, unsigned *_sz);
150 void *read_file(const char *fn, unsigned *_sz) in read_file() argument184 if(_sz) *_sz = sz; in read_file()
163 static void *load_fd(int fd, unsigned *_sz) in load_fd() argument182 if(_sz) *_sz = sz; in load_fd()193 static void *load_file(const char *fn, unsigned *_sz) in load_file() argument200 return load_fd(fd, _sz); in load_file()
21 void *load_file(const char *fn, unsigned *_sz) in load_file() argument61 *_sz = (unsigned) file_size; in load_file()