Searched refs:file_read (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/pnglite/ |
H A D | pnglite.c | 31 file_read(png_t *png, void *out, size_t size, size_t numel) in file_read() function 53 if (file_read(png, buf, 1, 4) != 4) in file_read_ul() 113 if (file_read(png, ihdr, 1, 13+4) != 13+4) in png_read_ihdr() 190 if (file_read(png, header, 1, 8) != 8) { in png_open() 326 if (file_read(png, png->readbuf, 1, length) != len) in png_read_idat() 379 (void) file_read(png, 0, 1, length + 4); /* unknown chunk */ in png_process_chunk()
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 98 file_read( char *path, struct berval *bv ) in file_read() function 185 if ( file_read( tmp.mod_values[i] + 6, in get_modlist()
|