Lines Matching defs:source_file
129 const char *source_file = sources[i];
130 if (strlen (source_file) >= 10
131 && memcmp (source_file + strlen (source_file) - 10, ".resources",
134 char *option = (char *) xallocsa (12 + strlen (source_file) + 1);
137 strcpy (option + 12, source_file);
141 *argp++ = (char *) source_file;
248 const char *source_file = sources[i];
249 if (strlen (source_file) >= 10
250 && memcmp (source_file + strlen (source_file) - 10, ".resources",
253 char *option = (char *) xallocsa (10 + strlen (source_file) + 1);
256 strcpy (option + 10, source_file);
260 *argp++ = (char *) source_file;
431 const char *source_file = sources[i];
432 if (strlen (source_file) >= 10
433 && memcmp (source_file + strlen (source_file) - 10, ".resources",
436 char *option = (char *) xallocsa (10 + strlen (source_file) + 1);
439 strcpy (option + 10, source_file);
443 *argp++ = (char *) source_file;