Searched refs:xfree (Results 276 - 300 of 318) sorted by relevance

<<111213

/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c598 cleanup_push(cmdname, xfree);
H A Dsh.init.c236 xfree((char *)(intptr_t)mesg[i].pname);
H A Ded.defns.c1135 xfree((ptr_t)(intptr_t)FuncNames[i].desc);
/macosx-10.10.1/uucp-11/uucp/
H A Dprotg.c840 xfree ((pointer) azGsendbuffers[i]);
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y174 xfree(tbl->tbl);
176 xfree(tbl);
5196 xfree(ptinfo);
9555 xfree(lvtbl);
9671 xfree(lvtbl);
10793 xfree(p->parser_tokenbuf);
10796 if (local->vars) xfree(local->vars);
10798 xfree(local);
10800 xfree(p);
10980 xfree(pt
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c833 xfree(RSTRING(str)->as.heap.ptr);
1416 xfree(RSTRING_PTR(str));
1883 if (independent) xfree(ptr);
3363 if (fl == STR_NOEMBED) xfree(oldptr);
5284 xfree(RSTRING(str)->as.heap.ptr);
5360 xfree(RSTRING(str)->as.heap.ptr);
H A Dclass.c787 xfree(orig_me);
H A Ddln.c50 #define free(x) xfree(x)
H A Dst.c80 #define free(x) xfree(x)
H A Dthread.c1199 xfree(region);
3146 if (fds->fdset) xfree(fds->fdset);
3298 xfree(set->fdset);
H A Dutil.c485 xfree(buf);
498 xfree(buf);
3050 xfree(s);
H A Dcompile.c1462 xfree(generated_iseq);
1463 xfree(line_info_table);
1555 xfree(generated_iseq);
1556 xfree(line_info_table);
H A Dobject.c235 xfree(ROBJECT_IVPTR(dest));
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dparse.y2862 xfree (nestret);
2881 xfree (nestret);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dminibuf.c330 xfree (line);
334 xfree (line);
H A Dfringe.c1284 xfree (*fbp);
H A Dprint.c284 xfree (print_buffer); \
H A Dw32term.c5919 xfree (f->output_data.w32);
6331 xfree (pentry);
6337 xfree (dpyinfo->font_table);
6338 xfree (dpyinfo->w32_id_name);
H A Dalloc.c637 xfree(10032)
793 xfree (block)
827 xfree (p->pointer);
3895 xfree (y);
791 xfree (block) function
H A Dcoding.c3958 xfree (cmp_data);
4623 xfree (buf->data);
7589 xfree (coding_system_table[i]);
H A Dccl.c2290 xfree (outbuf);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c567 xfree ((pointer) qsysdep);
3570 xfree ((pointer) z);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dumac.c1219 xfree(ctx);
/macosx-10.10.1/ruby-106/ruby/ext/stringio/
H A Dstringio.c62 xfree(ptr);
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c6675 xfree(*buf);
6793 xfree(buf);
6807 if (buf != buffer) xfree(buf);
7008 if (buf != buffer) xfree(buf);

Completed in 496 milliseconds

<<111213