Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-14.2/sys/contrib/zstd/
H A D.gitattributes2 * 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-14.2/tools/regression/environ/
H A Denvctl.c92 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()
211 if (eol[0] == ' ') in main()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c665 const char *val, *eol; in _warc_rdtyp() local
681 if (val + 8U == eol) { in _warc_rdtyp()
694 const char *val, *uri, *eol, *p; in _warc_rduri() local
718 for (p = val; p < eol; p++) { in _warc_rduri()
743 res.len = eol - uri; in _warc_rduri()
751 const char *val, *eol; in _warc_rdlen() local
773 if (errno != 0 || on != eol) { in _warc_rdlen()
785 const char *val, *eol; in _warc_rdrtm() local
801 if (on != eol) { in _warc_rdrtm()
812 const char *val, *eol; in _warc_rdmtm() local
[all …]
/freebsd-14.2/usr.bin/asa/
H A Dasa.c95 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-14.2/contrib/bc/
H A D.gitattributes1 *.vcxproj eol=crlf
2 *.vcxproj.filters eol=crlf
3 *.sln eol=crlf
/freebsd-14.2/usr.bin/lam/
H A Dlam.c67 char eol; /* end of line character */ member
144 if (!ip->eol) in getargs()
145 ip->eol = (T ? (ip-1)->eol : '\n'); in getargs()
160 ip->eol = *p; in getargs()
222 if ((*p = c) == ip->eol) in gatherline()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dcmd-errors.mk10 : $@-${UNDEFINED}-eol
25 : $@-${UNKNOWN:Z}-eol
28 : $@-eol
H A Dcmd-errors-jobs.mk12 : $@-${UNDEFINED}-eol
27 : $@-${UNKNOWN:Z}-eol
30 : $@-eol
/freebsd-14.2/usr.sbin/config/
H A Dconfig.h59 bool eol() const { in eol() function
68 configword &eol(bool eol) { in eol() function
69 cw_eol = eol; in eol()
H A Dmkmakefile.cc418 if (wd.eol()) in read_file()
422 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
428 if (wd.eof() || wd.eol()) in read_file()
433 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
441 if (wd.eol()) in read_file()
465 for (wd = get_word(fp); !wd.eol(); wd = get_word(fp)) { in read_file()
504 if (wd.eof() || wd.eol()) in read_file()
512 if (wd.eof() || wd.eol()) in read_file()
520 if (wd.eof() || wd.eol()) in read_file()
528 if (wd.eof() || wd.eol()) in read_file()
[all …]
H A Dmkoptions.cc203 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option()
206 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option()
209 if ((cp = get_word(inf)).eol() || cp.eof()) in do_option()
375 if (wd.eol()) in read_option_file()
378 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file()
388 if (wd.eol()) { in read_option_file()
/freebsd-14.2/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y205 | eol statement
214 call : CALL result fn_name args eol {
234 check : CHECK var returns eol {
309 delay : DELAY numeric eol {
337 input : INPUT STRING eol {
352 noinput : NOINPUT eol {
362 compare : COMPARE PATH eol
363 | COMPARE FILENAME eol
370 comparend : COMPAREND PATH eol
371 | COMPAREND FILENAME eol
[all …]
/freebsd-14.2/sys/tools/fdt/
H A Dembed_dtb.sh37 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'`
38 sz=$((eol - obs));
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dcpcap-battery.yaml28 - description: eol interrupt
37 - const: eol
79 "eol", "lowbph", "lowbpl",
/freebsd-14.2/sbin/veriexec/
H A Dmanifest_parser.y103 | statement path attributes eol
104 | statement error eol {
194 eol: EOL
/freebsd-14.2/contrib/nvi/vi/
H A Dv_right.c37 goto eol; in v_right()
43 eol: v_eol(sp, NULL); in v_right()
/freebsd-14.2/sys/contrib/zlib/
H A Dgzread.c503 unsigned char *eol; in gzgets() local
539 eol = (unsigned char *)memchr(state->x.next, '\n', n); in gzgets()
540 if (eol != NULL) in gzgets()
541 n = (unsigned)(eol - state->x.next) + 1; in gzgets()
550 } while (left && eol == NULL); in gzgets()
/freebsd-14.2/sys/fs/tarfs/
H A Dtarfs_vfsops.c588 char *eol, *key, *value, *sep; in tarfs_alloc_one() local
603 eol = line + len - 1; in tarfs_alloc_one()
604 *eol = '\0'; in tarfs_alloc_one()
620 namelen = eol - value; in tarfs_alloc_one()
623 linklen = eol - value; in tarfs_alloc_one()
627 if (sep != eol) { in tarfs_alloc_one()
635 if (sep != eol) { in tarfs_alloc_one()
643 namelen = eol - value; in tarfs_alloc_one()
652 if (sep != eol) { in tarfs_alloc_one()
659 if (sep != eol) { in tarfs_alloc_one()
/freebsd-14.2/contrib/dma/
H A Dmail.c237 goto eol; in parse_addrs()
266 goto eol; in parse_addrs()
328 eol: in parse_addrs()
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dasn_mime.c517 char eol; in SMIME_crlf_copy() local
545 eol = strip_eol(linebuf, &len, flags); in SMIME_crlf_copy()
555 if (eol) in SMIME_crlf_copy()
559 } else if (eol) { in SMIME_crlf_copy()
614 int eol = 0, next_eol = 0; in multi_split() local
652 } else if (eol) { in multi_split()
664 eol = next_eol; in multi_split()
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c574 unsigned char *eol; local
610 eol = (unsigned char *)memchr(state.state->x.next, '\n', n);
611 if (eol != NULL)
612 n = (unsigned)(eol - state.state->x.next) + 1;
621 } while (left && eol == NULL);
/freebsd-14.2/contrib/file/tests/
H A DMakefile.am109 regex-eol.magic \
110 regex-eol.result \
111 regex-eol.testfile \
/freebsd-14.2/sbin/ipf/ippool/
H A Dippool_y.y100 line: table role ipftree eol { ip_pool_node_t *n;
111 | table role ipfhash eol { iphtent_t *h;
122 | groupmap role number ipfgroup eol
137 | poolline eol
140 eol: ';'
/freebsd-14.2/contrib/ntp/sntp/libopts/
H A Dsave.c260 char const * eol = strchr(l_arg, NL); in prt_entry() local
266 if (eol == NULL) in prt_entry()
272 (void)fwrite(l_arg, (size_t)(eol - l_arg), (size_t)1, fp); in prt_entry()
273 l_arg = eol+1; /* advance the Last Arg pointer */ in prt_entry()
/freebsd-14.2/contrib/tcpdump/
H A Dutil-print.c841 u_int idx, eol; in txtproto_print() local
928 idx < len && (eol = print_txt_line(ndo, "\n\t", pptr, idx, len)) != 0; in txtproto_print()
929 idx = eol) in txtproto_print()

123