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

/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dtries.c104 TRIES *to_free = *tree; local
106 free(to_free);
132 TRIES *to_free = *tree; local
134 free(to_free);
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dstrhash.c173 hash_node *to_free = NODE_NULL; local
184 to_free = found;
192 to_free = found->next;
199 if (!to_free){
205 (*nukefunc)(to_free->key, to_free->data);
206 free(to_free);
326 hash_node *to_free = n; local
331 free(to_free);
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_lcnalloc.c904 s64 delta, to_free, real_freed; local
931 to_free = rl->length - delta;
932 if (count >= 0 && to_free > count)
933 to_free = count;
937 to_free);
943 /* We have freed @to_free real clusters. */
944 real_freed = to_free;
945 vol->nr_free_clusters += to_free;
952 count -= to_free;
967 to_free
1129 s64 delta, to_free, total_freed, real_freed; local
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_mswin.c1269 char_u *to_free = NULL; local
1361 to_free = str = utf16_to_enc((short_u *)hMemWstr, &str_size);
1394 acp_to_enc(str, str_size, &to_free, &maxlen);
1395 if (to_free != NULL)
1398 str = to_free;
1433 vim_free(to_free);
H A Dnetbeans.c1701 char_u *to_free; local
1717 args = to_free = (char_u *)nb_unquote(args, NULL);
1864 vim_free(to_free);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashline.c1859 char *to_free; local
1868 to_free = pre_process_line (rl_line_buffer, 1, 0);
1872 if (to_free != rl_line_buffer)
1873 FREE (to_free);
/macosx-10.9.5/msdosfs-198/
H A Dtest_fsck.py354 to_free = clusters[2]
392 v.fat[to_free] = CLUST_FREE

Completed in 208 milliseconds