Lines Matching defs:bin
775 uchar_t *bin;
799 if ((bin = (uchar_t *)malloc(fcode_size)) == NULL) {
816 if (read(fcode_fd, bin, fcode_size)
819 free(bin);
849 fcio.fcio_ibuf = (caddr_t)bin;
859 free(bin);
980 uchar_t *bin;
1000 if ((bin = (uchar_t *)malloc(fcode_size)) == NULL) {
1006 if (read(fcode_fd, bin, fcode_size)
1009 free(bin);
1017 free(bin);
1023 fcio.fcio_ibuf = (caddr_t)bin;
1029 free(bin);
1033 free(bin);