Home
last modified time | relevance | path

Searched refs:bzero (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmake.h253 # ifndef bzero
254 # define bzero(s, n) memset ((s), 0, (n)) macro
270 # ifndef bzero
271 extern void bzero PARAMS ((char *, int));
Dmisc.c489 bzero ((char *) d, sizeof (struct dep)); in alloc_dep()
Dgetloadavg.c707 bzero ((char *) &stats, sizeof stats); in getloadavg()
Dread.c278 bzero ((char *) new, sizeof (*new)); in install_conditionals()
3082 bzero (((char *) elt) + sizeof (struct nameseq), in multi_glob()
3113 bzero (((char *) elt) + sizeof (struct nameseq), in multi_glob()
Dimplicit.c733 bzero ((char *) intermediate_file, sizeof (struct file)); in pattern_search()
Djob.c934 bzero ((char *) &sa, sizeof sa); in set_child_handler_action_flags()
1608 bzero ((char *)c, sizeof (struct child)); in new_job()
Ddir.c866 bzero ((char *) dir->contents, sizeof (struct directory_contents)); in file_impossible()
Dfile.c180 bzero ((char *) new, sizeof (struct file)); in enter_file()
Dmain.c2787 bzero (flagstring, 1 + flagslen + 1); in define_makeflags()
/ndk/sources/android/support/src/msun/
Ds_nan.c72 bzero(words, num_words * sizeof(uint32_t));
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c160 # ifndef bzero
161 extern void bzero ();
171 ((void) ((better_be_zero) == 0 ? (bzero((s), (n)), 0) : (abort(), 0)))
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac61 AC_CHECK_FUNCS_ONCE(isatty bcopy bzero isascii memcpy memset strchr strtoul
Dconfig_h.in144 /* Define to 1 if you have the `bzero' function. */
Dconfigure2179 ac_func_list="$ac_func_list bzero"
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp349 bzero(results, sizeof(PrologInfo)); in parseFDEInstructions()