Searched refs:new_location (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/usr/
H A Dgen_init_cpio.c382 static char *cpio_replace_env(char *new_location) cpio_replace_env() argument
387 while ((start = strstr(new_location, "${")) && cpio_replace_env()
392 new_location, var ? var : "", end + 1); cpio_replace_env()
393 strcpy(new_location, expanded); cpio_replace_env()
396 return new_location; cpio_replace_env()

Completed in 147 milliseconds