Searched refs:normalized_cwd (Results 1 – 1 of 1) sorted by relevance
45 static char *normalized_cwd; variable101 normalized_cwd = (char *) xmalloc (GET_PATH_MAX); in start_remote_job_p()102 strcpy (normalized_cwd, starting_directory); in start_remote_job_p()103 if (Customs_NormPath (normalized_cwd, GET_PATH_MAX) < 0) in start_remote_job_p()175 len = Customs_MakeWayBill (&permit, normalized_cwd, argv[0], argv, in start_remote_job()