Home
last modified time | relevance | path

Searched refs:use_malloc (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Derror.c216 bool use_malloc = false; in error_tail() local
224 if (!use_malloc) in error_tail()
236 use_malloc = true; in error_tail()
259 if (use_malloc) in error_tail()
262 use_malloc = false; in error_tail()
269 if (use_malloc) in error_tail()
/dflybsd-src/contrib/lvm2/dist/include/
H A Ddevice.h93 struct str_list *alias, int use_malloc);
/dflybsd-src/contrib/lvm2/dist/lib/device/
H A Ddevice.h93 struct str_list *alias, int use_malloc);
H A Ddev-cache.c63 struct str_list *alias, int use_malloc) in dev_create_file() argument
68 if (use_malloc) { in dev_create_file()