Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 79) sorted by relevance

1234

/dflybsd-src/contrib/gdb-7/gdb/
H A Dstack.c1680 struct frame_info *trailing; in backtrace_command_1() local
1690 trailing = get_current_frame (); in backtrace_command_1()
1702 current = trailing; in backtrace_command_1()
1714 trailing = get_prev_frame (trailing); in backtrace_command_1()
1733 for (fi = trailing; fi != NULL && i--; fi = get_prev_frame (fi)) in backtrace_command_1()
1743 for (i = 0, fi = trailing; fi && count--; i++, fi = get_prev_frame (fi)) in backtrace_command_1()
1762 trailing = NULL; in backtrace_command_1()
1769 trailing = fi; in backtrace_command_1()
1778 if (fi == NULL && trailing != NULL) in backtrace_command_1()
1782 reason = get_frame_unwind_stop_reason (trailing); in backtrace_command_1()
/dflybsd-src/contrib/libpcap/
H A Dfmtutils.c99 #define SURROGATE_VALUE(leading, trailing) \ argument
100 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
/dflybsd-src/games/quiz/datfiles/
H A Dstate21 Mass{achusetts}|MA:Boston:MA:{trailing }arbutus
/dflybsd-src/etc/mtree/
H A DREADME24 not emit the trailing white space would be even uglier):
/dflybsd-src/contrib/gdb-7/readline/doc/
H A Dhsuser.texi339 The trailing
428 Remove a trailing pathname component, leaving only the head.
434 Remove a trailing suffix of the form @samp{.@var{suffix}}, leaving
438 Remove all but the trailing suffix.
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dinternal-fn.def44 of those types. OPTAB says what optab to use (without the trailing
68 unsigned inputs respectively, both without the trailing "_optab".
H A Dmachmode.def46 without quotation marks or trailing "mode". For instance, SI.
/dflybsd-src/contrib/gdb-7/include/aout/
H A Dstab.def139 If multiple N_SO's appear, the first to contain a trailing / is the
140 compilation directory. The first to not contain a trailing / is the
/dflybsd-src/contrib/binutils-2.27/include/aout/
H A Dstab.def138 If multiple N_SO's appear, the first to contain a trailing / is the
139 compilation directory. The first to not contain a trailing / is the
/dflybsd-src/contrib/binutils-2.34/include/aout/
H A Dstab.def138 If multiple N_SO's appear, the first to contain a trailing / is the
139 compilation directory. The first to not contain a trailing / is the
/dflybsd-src/usr.sbin/cron/doc/
H A DFEATURES15 okay. Leading or trailing blanks can be preserved by quoting, single
/dflybsd-src/contrib/lvm2/dist/
H A DWHATS_NEW_DM165 Avoid trailing separator in reports when there are hidden sort fields.
214 Cope with a trailing space when comparing tables prior to possible reload.
/dflybsd-src/contrib/ee/
H A Dee.i18n.guide158 the msg file to remove the leading and trailing quotation marks.
/dflybsd-src/usr.bin/sed/
H A DPOSIX164 white space, but no mention is made of trailing white space.
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmachmode.def47 without quotation marks or trailing "mode". For instance, SI.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Doptions.texi47 variable, optionally with an initializer (but without any trailing
58 variable, optionally with an initializer (but without any trailing
H A Dcpp.texi364 The trailing backslash on a continued line is commonly referred to as a
1068 space after the initial @samp{<} is retained, but a trailing space
1419 Leading and trailing whitespace in each argument is dropped, and all
1550 All leading and trailing whitespace in text being stringified is
1693 or to paste its leading or trailing token with another token. (But see
3592 Optional trailing text can be used to give more information in the
3724 directive, (@pxref{Line Control}), except that trailing flags are
3839 all leading and trailing horizontal whitespace from a macro's
3890 whitespace in arguments is preserved, including leading and trailing
3919 Note that the comment is removed, but that the trailing space is
[all …]
/dflybsd-src/libexec/bootpd/
H A DChanges111 The trailing null breaks some clients.
/dflybsd-src/contrib/grep/doc/
H A Dgrep.texi349 regardless of the presence of trailing context lines.
374 it outputs any trailing context lines.
532 Print @var{num} lines of trailing context after matching lines.
549 Print @var{num} lines of leading and trailing output context.
697 name, or a trailing part that starts with a non-slash character
718 whose base name matches @var{glob}. Ignore any redundant trailing
/dflybsd-src/contrib/lvm2/dist/lib/misc/
H A Dconfigure.h.in381 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
/dflybsd-src/contrib/openpam/
H A DHISTORY228 - BUGFIX: In openpam_ttyconv(3), don't strip trailing linear
/dflybsd-src/contrib/file/
H A DChangeLog125 * PR/77: Trim trailing separator.
380 * remove trailing spaces from magic files
1371 * Don't eat trailing \n in magic enties.
/dflybsd-src/gnu/usr.bin/cvs/lib/
H A Dconfig.h.proto849 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
903 /* Define if rename does not work for source file names with a trailing slash,
/dflybsd-src/contrib/binutils-2.27/gprof/
H A DREADME106 name does contain a dot, a trailing colon
/dflybsd-src/stand/boot/common/
H A Dhelp.common145 Emits <message>, with no trailing newline if -n is specified.

1234