/ndk/sources/host-tools/make-3.81/ |
D | implicit.c | 537 bcopy (p, depname, i); in pattern_search() 538 bcopy ("$*", depname + i, 2); in pattern_search() 539 bcopy (p2 + 1, depname + i + 2, len - i - 1); in pattern_search() 549 bcopy (p, depname, len); in pattern_search() 569 bcopy (p, depname, i); in pattern_search() 570 bcopy (stem_str, depname + i, stemlen); in pattern_search() 571 bcopy (p2 + 1, depname + i + stemlen, len - i - 1); in pattern_search() 581 bcopy (p, depname, len); in pattern_search() 623 bcopy (filename, d->name, l); in pattern_search() 624 bcopy (p, d->name + l, strlen (p) + 1); in pattern_search() [all …]
|
D | commands.c | 61 bcopy (file->name, at, p - file->name); in set_file_variables() 65 bcopy (p + 1, percent, len - 1); in set_file_variables() 179 bcopy (c, cp, len); in set_file_variables() 232 bcopy (c, bp, len); in set_file_variables() 238 bcopy (c, cp, len); in set_file_variables() 243 bcopy (c, qp, len); in set_file_variables()
|
D | vpath.c | 427 bcopy (vpath[i], n, vlen); in selective_vpath_search() 436 bcopy (*file, n, name_dplen); in selective_vpath_search() 450 bcopy (filename, n + 1, flen + 1); in selective_vpath_search() 454 bcopy (filename, n, flen + 1); in selective_vpath_search()
|
D | expand.c | 73 bcopy (string, ptr, length); in variable_buffer_output() 338 bcopy (subst_beg, pattern, subst_end - subst_beg); in variable_expand_string() 344 bcopy (replace_beg, replace, in variable_expand_string() 439 bcopy (str, tmp, end - str); in expand_argument()
|
D | rule.c | 129 bcopy (dep->name, name, p - dep->name); in count_implicit_rule_limits() 185 bcopy (target, targname + 1, len + 1); in convert_suffix_rule() 203 bcopy (source, depname + 1, len + 1); in convert_suffix_rule() 248 bcopy (dep_name (d), rulename, slen); in convert_to_pattern() 256 bcopy (dep_name (d2), rulename + slen, s2len + 1); in convert_to_pattern()
|
D | make.h | 256 # if defined(HAVE_MEMMOVE) && !defined(bcopy) 257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro 273 # ifndef bcopy 274 extern void bcopy PARAMS ((const char *b1, char *b2, int));
|
D | misc.c | 177 bcopy (s1, result, len1); in concat() 179 bcopy (s2, result + len1, len2); in concat() 181 bcopy (s3, result + len1 + len2, len3); in concat() 392 bcopy (str, out, length); in savestring() 521 bcopy ((char *) d, (char *) c, sizeof (struct dep)); in copy_dep_chain()
|
D | read.c | 556 bcopy (line, &commands[commands_idx], linelen); in eval() 1192 bcopy (cmdleft, commands, len); in eval() 1332 bcopy (name, var, namelen); in do_define() 1404 bcopy (line, &definition[idx], len); in do_define() 1630 bcopy (s2, s1, len + 1); in conditional_line() 2214 bcopy (&p[i / 2], &p[i], (string_len - (p - string)) - (i / 2) + 1); in find_char_unquote() 2408 bcopy (n->name, libname, paren - n->name); in parse_file_seq() 3085 bcopy (gl.gl_pathv[i], elt->name, alen); in multi_glob() 3087 bcopy (memname, &elt->name[alen + 1], mlen); in multi_glob()
|
D | ar.c | 280 bcopy (arname, state.arname, i); in ar_glob()
|
D | variable.c | 317 bcopy (v->name, p, l); in handle_special_var() 1080 bcopy (v->value, p, oldlen); in do_variable_definition() 1082 bcopy (val, &p[oldlen + 1], vallen + 1); in do_variable_definition() 1311 bcopy (beg, name, end - beg); in parse_variable_definition()
|
D | main.c | 1995 bcopy ((char *) argv, (char *) nargv, argc * sizeof (char *)); in main() 2361 bcopy (v->value, value, oldlen); in handle_non_switch_argument() 2363 bcopy (f->name, &value[oldlen + 1], newlen + 1); in handle_non_switch_argument() 2581 bcopy (envar, &varref[2], len); in decode_env_switches() 2879 bcopy (posixref, p, sizeof posixref - 1); in define_makeflags() 2884 bcopy (ref, p, sizeof ref - 1); in define_makeflags()
|
D | dir.c | 793 bcopy (name, dirname, dirend - name); in file_exists_p() 853 bcopy (p, dirname, dirend - p); in file_impossible() 934 bcopy (p, dirname, dirend - p); in file_impossible_p()
|
D | file.c | 542 bcopy (percent+1, percent, strlen (percent)); in expand_deps() 1033 bcopy (f->name, p, l); in build_target_list()
|
D | job.c | 1529 bcopy (in, out, ref - in); in new_job() 2710 bcopy (shell, ap, shell_len); in construct_command_argv_internal() 2712 bcopy (minus_c, ap, sizeof (minus_c) - 1); in construct_command_argv_internal()
|
D | remake.c | 1194 bcopy (arname, name, arlen); in f_mtime() 1196 bcopy (memname, name + arlen + 1, memlen); in f_mtime()
|
D | arscan.c | 556 bcopy (member_header.ar_name, name, sizeof member_header.ar_name); in ar_scan()
|
D | function.c | 288 bcopy (pattern, new_chars, len); in pattern_matches() 382 bcopy (name, &result[idx], len); in string_glob()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c)
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 163 # ifndef bcopy 164 extern void bcopy (); 167 # define memcpy(d, s, n) bcopy ((s), (d), (n))
|
/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 | 135 /* Define to 1 if you have the `bcopy' function. */
|
D | ChangeLog | 2299 * lib/memmove.c: de novo, simpler version. Uses bcopy() 2933 * sed.c, configure.in,Makefile.in: autoconfed bcopy and const. 3045 * sed.c: Define bcopy in terms of memcpy if STDC_HEADERS as
|
D | configure | 2178 ac_func_list="$ac_func_list bcopy"
|