Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Derror.c147 bool use_malloc = false; in error_tail() local
155 if (!use_malloc) in error_tail()
167 use_malloc = true; in error_tail()
190 if (use_malloc) in error_tail()
193 use_malloc = false; in error_tail()
200 if (use_malloc) in error_tail()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Derror.c147 bool use_malloc = false; in error_tail() local
155 if (!use_malloc) in error_tail()
167 use_malloc = true; in error_tail()
190 if (use_malloc) in error_tail()
193 use_malloc = false; in error_tail()
200 if (use_malloc) in error_tail()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Derror.c147 bool use_malloc = false; in error_tail() local
155 if (!use_malloc) in error_tail()
167 use_malloc = true; in error_tail()
190 if (use_malloc) in error_tail()
193 use_malloc = false; in error_tail()
200 if (use_malloc) in error_tail()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
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()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddevice.h93 struct str_list *alias, int use_malloc);
/netbsd-src/external/gpl2/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()