Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c2145 unsigned int string_len = 0; in find_char_unquote() local
2210 if (string_len == 0) in find_char_unquote()
2211 string_len = strlen (string); in find_char_unquote()
2214 bcopy (&p[i / 2], &p[i], (string_len - (p - string)) - (i / 2) + 1); in find_char_unquote()