Home
last modified time | relevance | path

Searched defs:strfree (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_string.c100 strfree(char *str) in strfree() function
/freebsd-src/stand/forth/
H A Dsupport.4th360 : strfree { var -- } var .addr @ ?dup if free-memory 0 0 var strset then ; word