Searched refs:concat_name (Results 1 – 2 of 2) sorted by relevance
33 char *concat_name = NULL; in __execveat() local70 int res = __asprintf (&concat_name, "%s/%s", cwd, file_name); in __execveat()78 abs_path = concat_name; in __execveat()87 free (concat_name); in __execveat()
48 char *concat_name = NULL; in __spawni() local780 res = __asprintf (&concat_name, "%s/%s", cwd, relpath); in __spawni()785 abspath = concat_name; in __spawni()950 free (concat_name); in __spawni()
Completed in 4 milliseconds