HomeSort by relevance Sort by last modified time
    Searched full:replace_end (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
expand.c 306 char *subst_beg, *subst_end, *replace_beg, *replace_end;
318 replace_end = end;
343 replace = (char *) alloca (replace_end
347 replace_end - replace_beg);
348 replace[replace_end - replace_beg] = '\0';
304 char *subst_beg, *subst_end, *replace_beg, *replace_end; local
  /external/v8/tools/gyp/pylib/gyp/
input.py 762 replace_end = match_group.end('replace')
771 replace_end = replace_start + c_end
775 replacement = input_str[replace_start:replace_end]
779 contents_end = replace_end - 1
    [all...]

Completed in 282 milliseconds