Lines Matching refs:my_zalloc
277 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_file_read_stream()
375 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_stdin_read_stream()
407 au = (au_filehdr_t *)my_zalloc(sizeof (*au)); in open_au_read_stream()
447 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_au_read_stream()
488 wav = (Wave_filehdr *)my_zalloc(sizeof (*wav)); in open_wav_read_stream()
516 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_wav_read_stream()
563 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_au_write_stream()
592 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_wav_write_stream()
616 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_aur_write_stream()
633 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_file_write_stream()
663 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_temp_file_stream()
704 t = (char *)my_zalloc(PATH_MAX); in get_tmp_name()