Symbol: EOL
crypto/krb5/src/util/profile/prof_parse.c
523
#ifndef EOL
crypto/krb5/src/util/profile/prof_parse.c
552
cb(EOL, data);
crypto/krb5/src/util/profile/prof_parse.c
566
cb(EOL, data);
crypto/krb5/src/util/profile/prof_parse.c
568
cb(EOL, data);
crypto/krb5/src/util/profile/prof_parse.c
574
cb(EOL, data);
crypto/krb5/src/util/profile/prof_parse.c
580
cb(EOL, data);
lib/libc/regex/engine.c
1025
if ((ch == EOL || ch == BOLEOL) && (sflags & SEOS) != 0)
lib/libc/regex/engine.c
1033
if (ch == EOL || ch == BOLEOL)
lib/libc/regex/engine.c
899
flagch = (flagch == BOL) ? BOLEOL : EOL;
lib/libc/regex/engine.c
925
(flagch == EOL || (c != OUT && !ISWORD(c))) ) {
sbin/veriexec/manifest_parser.y
194
eol: EOL
sbin/veriexec/manifest_parser.y
95
%token EOL
usr.bin/ar/acpyacc.y
105
%token EOL
usr.bin/ar/acpyacc.y
141
: cmd EOL { arscp_prompt(); }
usr.bin/tip/tip/tip.c
417
bol = any(gch, value(EOL));
usr.sbin/bluetooth/bthidd/parser.y
113
"config entry" EOL);
usr.sbin/bluetooth/bthidd/parser.y
165
"device name" EOL);
usr.sbin/bluetooth/bthidd/parser.y
243
SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL);
usr.sbin/bluetooth/bthidd/parser.y
256
SYSLOG(LOGCRIT, "HID descriptor is too big" EOL);
usr.sbin/bluetooth/bthidd/parser.y
275
SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
usr.sbin/bluetooth/bthidd/parser.y
285
SYSLOG(LOGERR, "Unknown config file name!" EOL);
usr.sbin/bluetooth/bthidd/parser.y
290
SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL,
usr.sbin/bluetooth/bthidd/parser.y
297
SYSLOG(LOGERR, "Could not parse config file '%s'" EOL,
usr.sbin/bluetooth/bthidd/parser.y
398
SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL,
usr.sbin/bluetooth/bthidd/parser.y
404
SYSLOG(LOGERR, "Ignoring entry with invalid control PSM" EOL);
usr.sbin/bluetooth/bthidd/parser.y
409
SYSLOG(LOGERR, "Ignoring entry with invalid interrupt PSM" EOL);
usr.sbin/bluetooth/bthidd/parser.y
414
SYSLOG(LOGERR, "Ignoring entry without HID descriptor" EOL);
usr.sbin/bluetooth/bthidd/parser.y
497
SYSLOG(LOGERR, "Unknown HIDs file name!" EOL);
usr.sbin/bluetooth/bthidd/parser.y
505
SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL,
usr.sbin/bluetooth/bthidd/parser.y
516
"%s:%d" EOL, hids_file, lineno);
usr.sbin/bluetooth/bthidd/parser.y
538
SYSLOG(LOGERR, "Unknown HIDs file name!" EOL);
usr.sbin/bluetooth/bthidd/parser.y
545
SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL,
usr.sbin/bluetooth/bthidd/parser.y
558
"%s (%d)" EOL, path, hids_file, strerror(errno), errno);