Home
last modified time | relevance | path

Searched defs:str_alloc (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gmp/mpq/
H A Dget_str.c28 size_t str_alloc, len; in mpq_get_str() local
/dflybsd-src/usr.bin/window/
H A Dwindow_string.h69 #define str_alloc(s) malloc(s) macro
H A Dstring.c115 str_alloc(size_t l) in str_alloc() function