Searched refs:Path_name (Results 1 – 1 of 1) sorted by relevance
146 char Path_name[PATH_MAX]; in setup() local156 if (getcwd(Path_name, sizeof(Path_name)) == NULL) { in setup()186 sprintf(cmd_buffer, "grep XYZ %s/%s > /dev/null", Path_name, TEMPFILE); in setup()