/src/usr.bin/make/ |
meta.c | 767 static char *meta_prefix = NULL; local in function:meta_job_output 770 if (meta_prefix == NULL) { 771 meta_prefix = Var_Subst("${" MAKE_META_PREFIX "}", 774 meta_prefix_len = strcspn(meta_prefix, "$"); 776 if (strncmp(cp, meta_prefix, meta_prefix_len) == 0) {
|
meta.c | 767 static char *meta_prefix = NULL; local in function:meta_job_output 770 if (meta_prefix == NULL) { 771 meta_prefix = Var_Subst("${" MAKE_META_PREFIX "}", 774 meta_prefix_len = strcspn(meta_prefix, "$"); 776 if (strncmp(cp, meta_prefix, meta_prefix_len) == 0) {
|
meta.c | 767 static char *meta_prefix = NULL; local in function:meta_job_output 770 if (meta_prefix == NULL) { 771 meta_prefix = Var_Subst("${" MAKE_META_PREFIX "}", 774 meta_prefix_len = strcspn(meta_prefix, "$"); 776 if (strncmp(cp, meta_prefix, meta_prefix_len) == 0) {
|
meta.c | 767 static char *meta_prefix = NULL; local in function:meta_job_output 770 if (meta_prefix == NULL) { 771 meta_prefix = Var_Subst("${" MAKE_META_PREFIX "}", 774 meta_prefix_len = strcspn(meta_prefix, "$"); 776 if (strncmp(cp, meta_prefix, meta_prefix_len) == 0) {
|