Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c287 char *new_chars = (char *) alloca (len); in pattern_matches() local
288 bcopy (pattern, new_chars, len); in pattern_matches()
289 pattern = new_chars; in pattern_matches()