Searched defs:xfree (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dxmalloc.c77 xfree(void *ptr) function
80 fatal("xfree: NULL pointer given as argument");
/external/dropbear/
H A Dscpmisc.c27 /* For xmalloc, xfree etc:
84 xfree(void *ptr) function
87 fprintf(stderr, "xfree: NULL pointer given as argument\n");
182 xfree(args->list[which]);
193 xfree(args->list[i]);
194 xfree(args->list);

Completed in 324 milliseconds