Home
last modified time | relevance | path

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

/usr/
Dgen_init_cpio.c377 char *start; in cpio_replace_env() local
380 for (start = NULL; (start = strstr(new_location, "${")); ) { in cpio_replace_env()
381 end = strchr(start, '}'); in cpio_replace_env()
382 if (start < end) { in cpio_replace_env()
384 strncat(env_var, start + 2, end - start - 2); in cpio_replace_env()
385 strncat(expanded, new_location, start - new_location); in cpio_replace_env()