/freebsd/contrib/openpam/t/ |
H A D | t_openpam_readword.c | 61 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) in orw_expect() argument 99 if (eol && ch != '\n') { in orw_expect() 100 t_printv("expected EOL, but didn't get it\n"); in orw_expect() 102 } else if (!eol && ch == '\n') { in orw_expect() 103 t_printv("didn't expect EOL, but got it anyway\n"); in orw_expect() 122 ret = orw_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/, 0 /*eol*/); 135 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/); 148 ret = orw_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/, 0 /*eol*/); 161 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/); 174 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/); [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | .gitattributes | 2 * text eol=lf 5 *.c text eol=lf 6 *.h text eol=lf 13 *.sln text eol=crlf 14 *.vcxproj* text eol=crlf 15 *.vcproj* text eol=crlf 17 *.rc text eol=crlf 20 *.bat text eol=crlf 21 *.cmd text eol=crlf
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | parser.y | 56 #define EOL macro 62 #define EOL "\n" 113 "config entry" EOL); 165 "device name" EOL); 243 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL); 256 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL); 275 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno); 285 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file() 290 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL, in read_config_file() 297 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file() [all …]
|
/freebsd/tools/regression/environ/ |
H A D | envctl.c | 89 * Also, use the eol string based upon whether running in test mode or not. 92 print_rtrn_errno(int rtrnVal, const char *eol) in print_rtrn_errno() argument 94 printf("%d %d%s", rtrnVal, rtrnVal != 0 ? errno : 0, eol); in print_rtrn_errno() 126 const char *eol = "\n"; in main() local 170 printf("%s%s", value == NULL ? "*NULL*" : value, eol); in main() 174 print_rtrn_errno(putenv(optarg), eol); in main() 183 atoi(argv[optind])), eol); in main() 189 atoi(argv[optind + 1])), eol); in main() 194 eol = " "; in main() 200 eol); in main() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cmd-errors.mk | 11 # expect: : undefined--eol 12 : $@-${UNDEFINED}-eol 29 # expect: : unknown-modifier--eol 30 : $@-${UNKNOWN:Z}-eol 33 # expect: : end-eol 34 : $@-eol
|
H A D | cmd-errors-jobs.mk | 12 # expect: : undefined--eol 14 : $@-${UNDEFINED}-eol 31 # expect: : unknown-modifier--eol 32 : $@-${UNKNOWN:Z}-eol 34 # expect: : end-eol 36 : $@-eol
|
H A D | cmd-errors.exp | 1 : undefined--eol 7 : unknown-modifier--eol 8 : end-eol
|
H A D | cmd-errors-jobs.exp | 1 : undefined--eol 7 : unknown-modifier--eol 8 : end-eol
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_warc.c | 666 const char *val, *eol; in _warc_rdtyp() 673 if ((eol = _warc_find_eol(val, buf + bsz - val)) == NULL) { in _warc_rdtyp() 679 while (val < eol && (*val == ' ' || *val == '\t')) in _warc_rdtyp() 682 if (val + 8U == eol) { 695 const char *val, *uri, *eol, *p; in _warc_rduri() 704 if ((eol = _warc_find_eol(val, buf + bsz - val)) == NULL) { in _warc_rduri() 709 while (val < eol && (*val == ' ' || *val == '\t')) in _warc_rduri() 713 if ((uri = xmemmem(val, eol - val, "://", 3U)) == NULL) { in _warc_rduri() 719 for (p = val; p < eol; p++) { in _warc_rduri() 738 while (uri < eol in _warc_rduri() 658 const char *val, *eol; _warc_rdtyp() local 687 const char *val, *uri, *eol, *p; _warc_rduri() local 744 const char *val, *eol; _warc_rdlen() local 778 const char *val, *eol; _warc_rdrtm() local 805 const char *val, *eol; _warc_rdmtm() local [all...] |
/freebsd/contrib/bc/ |
H A D | .gitattributes | 1 *.vcxproj eol=crlf 2 *.vcxproj.filters eol=crlf 3 *.sln eol=crlf
|
/freebsd/usr.bin/asa/ |
H A D | asa.c | 95 bool eol = false; in asa() local 99 if (buf[0] != '+' && eol) in asa() 125 if (eol) in asa() 130 if ((eol = (buf[len - 1] == '\n'))) in asa() 137 if (eol) in asa()
|
/freebsd/usr.bin/lam/ |
H A D | lam.c | 56 char eol; /* end of line character */ member 133 if (!ip->eol) in getargs() 134 ip->eol = (T ? (ip-1)->eol : '\n'); in getargs() 149 ip->eol = *p; in getargs() 211 if ((*p = c) == ip->eol) in gatherline()
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | cpcap-battery.yaml | 28 - description: eol interrupt 37 - const: eol 79 "eol", "lowbph", "lowbpl",
|
/freebsd/contrib/libdiff/lib/ |
H A D | diff_atomize_text.c | 64 int eol = 0; in diff_data_atomize_text_lines_fd() local 66 while (eol == 0 && line_end < end) { in diff_data_atomize_text_lines_fd() 71 while (eol == 0 && i < r) { in diff_data_atomize_text_lines_fd() 81 eol = buf[i]; in diff_data_atomize_text_lines_fd() 91 if (line_end < end && eol == '\r') { in diff_data_atomize_text_lines_fd()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 147 s->EOL(); in DumpStopContext() 208 s->EOL(); in GetDescription() 214 s->EOL(); in GetDescription() 220 s->EOL(); in GetDescription() 226 s->EOL(); in GetDescription() 248 s->EOL(); in GetDescription() 255 s->EOL(); in GetDescription() 261 s->EOL(); in GetDescription() 324 s->EOL(); in Dump() 330 s->EOL(); in Dump() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 513 s->EOL(); in GetDescription() 519 s->EOL(); in GetDescription() 524 s->EOL(); in GetDescription() 529 s->EOL(); in GetDescription() 536 s->EOL(); in GetDescription() 544 s->EOL(); in GetDescription() 556 s->EOL(); in GetDescription() 587 s->EOL(); in GetDescription() 599 s->EOL(); in GetDescription() 610 s->EOL(); in GetDescription()
|
/freebsd/usr.sbin/config/ |
H A D | mkoptions.cc | 200 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option() 203 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option() 206 if ((cp = get_word(inf)).eol() || cp.eof()) in do_option() 237 /* EOL? */ in do_option() 379 if (wd.eol()) in read_option_file() 382 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file() 392 if (wd.eol()) { in read_option_file()
|
H A D | mkmakefile.cc | 424 if (wd.eol()) in read_file() 428 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file() 434 if (wd.eof() || wd.eol()) in read_file() 439 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file() 447 if (wd.eol()) in read_file() 471 for (wd = get_word(fp); !wd.eol(); wd = get_word(fp)) { in read_file() 510 if (wd.eof() || wd.eol()) in read_file() 518 if (wd.eof() || wd.eol()) in read_file() 526 if (wd.eof() || wd.eol()) in read_file() 534 if (wd.eof() || wd.eol()) in read_file() [all …]
|
H A D | config.h | 57 bool eol() const { in eol() function 66 configword &eol(bool eol) { in eol() function 67 cw_eol = eol; in eol()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 186 %token EOL CALL CHECK NOINPUT OR LHB RHB 205 | eol statement 208 assign : ASSIGN VARNAME numeric {set_var(ret_number, $2, $3);} eol 209 | ASSIGN VARNAME LHB expr RHB {set_var(ret_number, $2, $<string>4);} eol 210 | ASSIGN VARNAME STRING {set_var(ret_string, $2, $3);} eol 211 | ASSIGN VARNAME BYTE {set_var(ret_byte, $2, $3);} eol 214 call : CALL result fn_name args eol { 219 call2 : CALL2 result result fn_name args eol { 224 call3 : CALL3 result result result fn_name args eol { 229 call4 : CALL4 result result result result fn_name args eol { [all …]
|
/freebsd/sbin/veriexec/ |
H A D | manifest_parser.y | 95 %token EOL 103 | statement path attributes eol 104 | statement error eol { 194 eol: EOL
|
/freebsd/contrib/dma/ |
H A D | mail.c | 152 EOL, enumerator 192 case EOL: in parse_addrs() 237 goto eol; in parse_addrs() 266 goto eol; in parse_addrs() 328 eol: in parse_addrs() 329 ps->state = EOL; in parse_addrs()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_right.c | 37 goto eol; in v_right() 43 eol: v_eol(sp, NULL); in v_right() 54 * EOL is a count sink. in v_right()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | modem | 16 # GRR: EOL of G3 is too general as it catches also TrueType fonts, Postscript PrinterFontMetric, ot… 20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3 49 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
|
/freebsd/sys/tools/fdt/ |
H A D | embed_dtb.sh | 37 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'` 38 sz=$((eol - obs));
|