Searched refs:to_free (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dtries.c102 struct tries *to_free = *tree; local
104 free(to_free);
130 struct tries *to_free = *tree; local
132 free(to_free);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c667 s64 delta, to_free, nr_freed = 0; local
699 to_free = rl->length - delta;
700 if (count >= 0 && to_free > count)
701 to_free = count;
707 to_free))
709 nr_freed = to_free;
715 count -= to_free;
733 to_free = rl->length;
734 if (count >= 0 && to_free > count)
735 to_free
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbashline.c2165 char *to_free; local
2174 to_free = pre_process_line (rl_line_buffer, 1, 0);
2178 if (to_free != rl_line_buffer)
2179 FREE (to_free);

Completed in 137 milliseconds