Searched refs:bzero (Results 1 – 16 of 16) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 253 # ifndef bzero 254 # define bzero(s, n) memset ((s), 0, (n)) macro 270 # ifndef bzero 271 extern void bzero PARAMS ((char *, int));
|
D | misc.c | 489 bzero ((char *) d, sizeof (struct dep)); in alloc_dep()
|
D | getloadavg.c | 707 bzero ((char *) &stats, sizeof stats); in getloadavg()
|
D | read.c | 278 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()
|
D | implicit.c | 733 bzero ((char *) intermediate_file, sizeof (struct file)); in pattern_search()
|
D | job.c | 934 bzero ((char *) &sa, sizeof sa); in set_child_handler_action_flags() 1608 bzero ((char *)c, sizeof (struct child)); in new_job()
|
D | dir.c | 866 bzero ((char *) dir->contents, sizeof (struct directory_contents)); in file_impossible()
|
D | file.c | 180 bzero ((char *) new, sizeof (struct file)); in enter_file()
|
D | main.c | 2787 bzero (flagstring, 1 + flagslen + 1); in define_makeflags()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.sign/ |
D | make_unsigned.pass.cpp | 20 bzero, enumerator
|
D | make_signed.pass.cpp | 20 bzero, enumerator
|
/ndk/build/tools/toolchain-patches/mclinker/ |
D | 0003-Fix-mingw-build.patch | 235 + #define bzero(b,l) (memset((b), 0, (l)), (void)0) 250 + #define bzero(b,l) (memset((b), 0, (l)), (void)0)
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 160 # 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/ |
D | configure.ac | 61 AC_CHECK_FUNCS_ONCE(isatty bcopy bzero isascii memcpy memset strchr strtoul
|
D | config_h.in | 144 /* Define to 1 if you have the `bzero' function. */
|
D | configure | 2179 ac_func_list="$ac_func_list bzero"
|