Lines Matching defs:end

32 and deleting the temporary files at the end.
253 string to or from the end of the first part of the configuration name. */
781 that we default the front end language better. */
915 whose names end in this suffix. */
930 A file that does not end in any of these suffixes will be passed
1032 /* Mark end of table. */
1290 /* If this mapping requires extra text at end of name,
1295 /* Otherwise, extra text at end means mismatch.
1372 /* Watch out for an option at the end of the command line that
1373 is missing arguments, and avoid skipping past the end of the
1831 removed; If the spec starts with a + then SPEC is added to the end of the
1959 /* Add one argument to the vector at the end.
1960 This is done when a space is seen or at the end of the line.
2204 /* Find the colon that should end the suffix. */
2228 /* Find next blank line or end of string. */
2232 /* Specs end at the blank line and do not include the newline. */
2282 and delete them at the end of the run. */
2423 At least EXTRA_SPACE chars past the end of the path passed to
3096 if it remains zero at the end of the run, it must be meaningless. */
3736 /* The +e options to the C++ front-end. */
4183 /* Compensate for the +e options to the C++ front-end;
4542 /* Process the given spec string and add any new options to the end
4591 /* Process the given spec string and add any new options to the end
4682 newline by default at the end.
4949 we could end up using that file as an intermediate
5287 separator at the end of this string. */
5418 every -D and at the end of each arg. */
5476 end any pending argument. */
5622 /* p now points to just past the end of the spec function expression. */
5714 Returns a pointer one past the end of the brace block, or 0
6347 /* Process DRIVER_SELF_SPECS, adding any new options to the end
6885 /* See if the suffix matches the end of NAME. */
6900 /* See if the suffix matches the end of NAME. */
7303 const char *start, *end;
7325 for (start = multilib_defaults; *start != '\0'; start = end + 1)
7333 for (end = start + 1;
7334 *end != ' ' && *end != '\t' && *end != '\0'; end++)
7337 obstack_grow (&multilib_obstack, start, end - start);
7340 mdswitches[i++].len = end - start;
7342 if (*end == '\0')
7501 const char *q = this_path, *end = this_path + this_path_len;
7503 while (q < end && *q != ':')
7505 if (q < end)
7507 char *new_multilib_os_dir = XNEWVEC (char, end - q);
7508 memcpy (new_multilib_os_dir, q + 1, end - q - 1);
7509 new_multilib_os_dir[end - q - 1] = '\0';