HomeSort by: relevance | last modified time | path
    Searched refs:eol (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-target.exp 23 set eol "\r\n"
30 "Symbols from \".*${testfile}.*\"\\..*${eol}Local exec file:${eol}.*Entry point: 0x\[0-9a-zA-Z\]+${eol}.*"
nofield.exp 23 set eol "\r\n"
29 "type = struct not_empty {$eol${sp}void \\*e;$eol${sp}void \\*u;$eol}"
32 "type = struct empty {$eol$sp<no data fields>$eol}"
35 "type = union empty_union {$eol$sp<no data fields>$eol}"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-target.exp 23 set eol "\r\n"
30 "Symbols from \".*${testfile}.*\"\\..*${eol}Local exec file:${eol}.*Entry point: 0x\[0-9a-zA-Z\]+${eol}.*"
nofield.exp 23 set eol "\r\n"
30 "type = struct not_empty {$eol${sp}void \\*e;$eol${sp}void \\*u;$eol}"
33 "type = struct empty {$eol$sp<no data fields>$eol}"
36 "type = union empty_union {$eol$sp<no data fields>$eol}"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
info_types.exp 29 set eol "\r\n"
32 "All types matching regular expression \"new_integer_type\":${eol}${eol}File .*info_types.c:${eol}.*\tint"
frame_args.exp 30 set eol "\r\n"
dyn_loc.exp 33 set eol "\r\n"
37 -re "i = \"AA\"${eol}s = \" \"" {
40 -re "i = \"AA\"${eol}.*${eol}s = \" \"" {
catch_assert_if.exp 28 set eol "\r\n"
47 set exp_bp ".*$decimal${sp}catchpoint${sp}keep${sp}y${sp}failed Ada assertions$eol${sp}stop only if Global_Var = 2.*"
55 "Continuing\\.$eol$eol$catchpoint_msg$eol.*STOP" \
excep_handle.exp 30 set eol "\r\n"
35 "Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when Constraint_Error =>"
38 "Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when Program_Error =>"
41 "Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when Storage_Error =>"
58 "Continuing\\.$eol$eol$catchpoint_constraint_error_msg" \
69 "Continuing\\.$eol$eol$catchpoint_storage_error_msg" \
88 "Continuing\\.$eol$eol$catchpoint_program_error_msg"
    [all...]
catch_ex.exp 32 set eol "\r\n"
52 "$info_break_header$eol.*$catch_exception_info" \
58 "Continuing\\.$eol$eol$catchpoint_msg$eol.*SPOT1" \
64 "Continuing\\.$eol$eol$catchpoint_msg$eol.*SPOT2" \
105 "$info_break_header$eol.*$catch_exception_entry$eol$catch_assert_entry$eol$catch_unhandled_entry"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
info_types.exp 29 set eol "\r\n"
32 "All types matching regular expression \"new_integer_type\":${eol}${eol}File .*info_types.c:${eol}.*\tint"
frame_args.exp 30 set eol "\r\n"
dyn_loc.exp 33 set eol "\r\n"
37 -re "i = \"AA\"${eol}s = \" \"" {
40 -re "i = \"AA\"${eol}.*${eol}s = \" \"" {
catch_assert_if.exp 28 set eol "\r\n"
47 set exp_bp ".*$decimal${sp}catchpoint${sp}keep${sp}y${sp}failed Ada assertions$eol${sp}stop only if Global_Var = 2.*"
55 "Continuing\\.$eol$eol$catchpoint_msg$eol.*STOP" \
excep_handle.exp 30 set eol "\r\n"
35 "Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when Constraint_Error =>"
38 "Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when Program_Error =>"
41 "Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when Storage_Error =>"
58 "Continuing\\.$eol$eol$catchpoint_constraint_error_msg" \
69 "Continuing\\.$eol$eol$catchpoint_storage_error_msg" \
88 "Continuing\\.$eol$eol$catchpoint_program_error_msg"
    [all...]
catch_ex.exp 32 set eol "\r\n"
52 "$info_break_header$eol.*$catch_exception_info" \
58 "Continuing\\.$eol$eol$catchpoint_msg$eol.*SPOT1" \
64 "Continuing\\.$eol$eol$catchpoint_msg$eol.*SPOT2" \
105 "$info_break_header$eol.*$catch_exception_entry$eol$catch_assert_entry$eol$catch_unhandled_entry"
    [all...]
  /src/usr.bin/make/unit-tests/
cmd-errors.exp 1 : undefined--eol
11 in command ": $@-${UNKNOWN:Z}-eol"
13 : end-eol
  /src/external/mpl/bind/dist/fuzz/
isc_lex_getmastertoken.c 52 bool eol; local
54 if (size < sizeof(expect) + sizeof(eol)) {
62 eol = *data != 0;
73 result = isc_lex_getmastertoken(lex, &token, expect, eol);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
config-parse.c 77 // Find EOL or hunk
114 char *buf, *line, *eof, *eol, *nextCR, *nextNL; local
163 while (line < eof) { // < because NUL at eof could be last eol.
170 eol = nextCR;
172 eol = nextNL;
175 eol = nextCR;
177 eol = buf + flen;
181 if (eol - line != 1 && line[0] != '#') {
182 *eol = 0;
187 line = eol + 1
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
mail_copy.c 11 /* int mail_copy(sender, orig_to, delivered, src, dst, flags, eol, why)
18 /* const char *eol;
66 /* .IP eol
140 int flags, const char *eol, DSN_BUF *why)
193 asctime(localtime(&now)), eol);
197 *sender ? vstring_str(buf) : "", eol);
210 vstream_fprintf(dst, "X-Original-To: %s%s", vstring_str(buf), eol);
217 vstream_fprintf(dst, "Delivered-To: %s%s", vstring_str(buf), eol);
244 if (type == REC_TYPE_NORM && vstream_fputs(eol, dst) == VSTREAM_EOF)
257 vstream_fputs(eol, dst)
    [all...]
  /src/usr.bin/lam/
lam.c 63 char eol; /* end of line character */ member in struct:openfile
122 if (!ip->eol)
123 ip->eol = (T ? (ip-1)->eol : '\n');
138 ip->eol = *p;
202 if ((*p = c) == ip->eol)
  /src/external/bsd/pkg_install/dist/lib/
var.c 68 const char *eol, *next; local
73 if ((eol = strchr(buf, '\n')) != NULL) {
74 next = eol + 1;
75 len = eol - buf;
148 const char *eol, *next, *data; local
160 if ((eol = strchr(buf, '\n')) != NULL) {
161 next = eol + 1;
162 len = eol - buf;
164 next = eol;
  /src/usr.bin/mkdep/
mkdep.c 217 char *buf, *lim, *ptr, *line, *suf, *colon, *eol; local
364 for (line = eol = buf; eol <= lim;) {
365 while (eol <= lim && *eol++ != '\n')
368 if (line == eol - 1) {
370 line = eol;
373 if (eol[-2] == '\\')
377 if (colon >= eol) {
384 if (write(dependfile, line, eol - line) < 0
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_warc.c 669 const char *val, *eol;
676 if ((eol = _warc_find_eol(val, buf + bsz - val)) == NULL) {
682 while (val < eol && (*val == ' ' || *val == '\t'))
685 if (val + 8U == eol) {
698 const char *val, *uri, *eol, *p;
707 if ((eol = _warc_find_eol(val, buf + bsz - val)) == NULL) {
712 while (val < eol && (*val == ' ' || *val == '\t'))
716 if ((uri = xmemmem(val, eol - val, "://", 3U)) == NULL) {
722 for (p = val; p < eol; p++) {
741 while (uri < eol && *uri++ != '/')
668 const char *val, *eol; local
697 const char *val, *uri, *eol, *p; local
754 const char *val, *eol; local
788 const char *val, *eol; local
815 const char *val, *eol; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
non-existing-program.exp 37 set eol {[\r\n]}
56 -re "Error creating process.*$eol+Exiting$eol+" {

Completed in 59 milliseconds

1 2 3 4 5 6