Home
last modified time | relevance | path

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

/usr/
Dgen_init_cpio.c383 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument
388 while ((start = strstr(new_location, "${")) && in cpio_replace_env()
393 new_location, var ? var : "", end + 1); in cpio_replace_env()
394 strcpy(new_location, expanded); in cpio_replace_env()
397 return new_location; in cpio_replace_env()