Searched refs:meta_prefix (Results 1 – 1 of 1) sorted by relevance
776 static char *meta_prefix = NULL; in meta_job_output() local779 if (meta_prefix == NULL) { in meta_job_output()782 meta_prefix = Var_Subst("${" MAKE_META_PREFIX "}", in meta_job_output()785 if ((cp2 = strchr(meta_prefix, '$')) != NULL) in meta_job_output()786 meta_prefix_len = (size_t)(cp2 - meta_prefix); in meta_job_output()788 meta_prefix_len = strlen(meta_prefix); in meta_job_output()790 if (strncmp(cp, meta_prefix, meta_prefix_len) == 0) { in meta_job_output()