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

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstring.cpp27 static void sfree(char *ptr, int size);
41 static void sfree(char *ptr, int) function
122 sfree(ptr, sz);
137 sfree(ptr, len);
161 sfree(ptr, sz);
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c112 t->sfree = NULL;
127 t->sfree = t->stid_tab;
H A Dcxgb_tom.h74 union listen_entry *sfree; member in struct:tid_info
H A Dcxgb_listen.c63 if (t->sfree) {
64 union listen_entry *p = t->sfree;
67 t->sfree = p->next;
81 p->next = t->sfree;
82 t->sfree = p;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h53 extern void sfree (ptr_t);
H A Dtc.alloc.c584 sfree(ptr_t p) function
H A Dsh.h500 # define xfree sfree

Completed in 113 milliseconds