Home
last modified time | relevance | path

Searched refs:ccalloc (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-utils/alsamixer/
H A Dcard_select.c140 card = ccalloc(1, sizeof *card); in get_cards()
149 card = ccalloc(1, sizeof *card); in get_cards()
165 items = ccalloc(cards + 1, sizeof(ITEM*)); in create_list_items()
H A Dmem.h6 void *ccalloc(size_t n, size_t size);
H A Dtextbox.c87 lines = ccalloc(line_count, sizeof *lines); in show_textfile()
323 text_lines = ccalloc(count, sizeof *text_lines); in create_text_box()
H A Dmem.c34 void *ccalloc(size_t n, size_t size) in ccalloc() function
H A Ddevice_name.c45 s = ccalloc(1, cols + 1); in dup_current_name()
H A Dmainloop.c93 pollfds = ccalloc(nfds, sizeof *pollfds); in mainloop()
H A Dcurskey.c118 keynames = ccalloc(sizeof(struct curskey_key), (KEY_MAX - KEY_MIN)); in create_ncurses_keynames()
H A Dmixer_controls.c505 controls = ccalloc(controls_count, sizeof *controls); in create_controls()

Completed in 4 milliseconds