Home
last modified time | relevance | path

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

/usr/
Dgen_init_cpio.c382 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument
389 for (start = NULL; (start = strstr(new_location, "${")); ) { in cpio_replace_env()
394 strncat(expanded, new_location, start - new_location); in cpio_replace_env()
399 strncpy(new_location, expanded, PATH_MAX); in cpio_replace_env()
400 new_location[PATH_MAX] = 0; in cpio_replace_env()
405 return new_location; in cpio_replace_env()