Home
last modified time | relevance | path

Searched refs:EOL (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/src/sbin/cgdconfig/
Dcgdparse.y73 %token EOL
85 rule: ALGORITHM stringlit EOL { $$ = params_algorithm($2); }
86 | KEYLENGTH INTEGER EOL { $$ = params_keylen($2); }
87 | IVMETHOD stringlit EOL { $$ = params_ivmeth($2); }
88 | VERIFY_METHOD stringlit EOL { $$ = params_verify_method($2); }
91 | EOL { $$ = NULL; }
93 kgrule: KEYGEN stringlit kgbody EOL { $$ = keygen_set_method($3, $2); }
101 kgvar: SALT bits EOL { $$ = keygen_salt($2); }
102 | ITERATIONS INTEGER EOL { $$ = keygen_iterations($2); }
103 | MEMORY INTEGER EOL { $$ = keygen_memory($2); }
[all …]
Dcgdlex.l112 [;\n] { return EOL; }
/netbsd/src/usr.bin/fpr/
Dfpr.c59 #define EOL '\n' macro
106 case EOL: in main()
108 ungetc((int) EOL, stdin); in main()
117 cc = EOL; in main()
136 case EOL: in main()
139 ungetc((int) EOL, stdin); in main()
151 cc = EOL; in main()
218 case EOL: in get_text()
340 putchar(EOL); in flush()
370 putchar(EOL); in flush()
/netbsd/src/external/bsd/flex/dist/examples/manual/
Dexpr.y18 %token EOL
32 line : EOL
33 | exp EOL { printf("%g\n",$1);}
Dexpr.lex27 \n return(EOL);
30 return(EOL);
/netbsd/src/common/dist/zlib/contrib/ada/
Dbuffer_demo.adb26 EOL : Character renames ASCII.LF; variable
28 := "Four score and seven years ago our fathers brought forth," & EOL &
29 "upon this continent, a new nation, conceived in liberty," & EOL &
/netbsd/src/usr.sbin/envstat/
Dconfig_yacc.y58 %token EOL EQUAL LBRACE RBRACE
95 prop : SENSOR_PROP EQUAL STRING EOL
99 devprop : DEVICE_PROP EQUAL STRING EOL
Dconfig_lex.l62 ; { return EOL; }
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/netbsd/src/share/misc/
Dnanpa.sed19 # Replace all </TR> with EOL tag
33 # Remove EOL markers
/netbsd/src/external/bsd/libevent/dist/test/
Dtest.sh151 cat <<EOL heredoc
156 EOL
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dtest.sh151 cat <<EOL heredoc
156 EOL
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmodem16 # 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
Dc64237 >>&-1 ubyte !0 \b, no EOL=%#x
261 >>&-1 ubyte !0 \b, no EOL=%#x
307 >>&-1 ubyte !0 \b, no EOL=%#x
325 >>&-1 ubyte !0 \b, no EOL=%#x
369 >>&-1 ubyte !0 \b, no EOL=%#x
387 >>&-1 ubyte !0 \b, no EOL=%#x
418 >>&-1 ubyte !0 \b, no EOL=%#x
436 >>&-1 ubyte !0 \b, no EOL=%#x
492 >>&-1 ubyte !0 \b, no EOL=%#x
/netbsd/src/sbin/veriexecctl/
Dveriexecctl_parse.y61 %token EOL TOKEN_COMMA
191 eol : EOL
Dveriexecctl_conf.l114 return EOL;
/netbsd/src/external/bsd/less/dist/
Dregexp.c81 #undef EOL
84 #define EOL 2 /* no Match "" at end of line. */ macro
490 ret = regnode(EOL);
861 case EOL:
1158 case EOL:
/netbsd/src/external/bsd/tcpdump/dist/tests/
Ddhcp6_reconf_asan.out1 …21519, offset 0, flags [+, DF, rsvd], proto UDP (17), length 768, options (EOL), bad cksum 9615 (-…
Dldp-ldp_tlv_print-oobr.out1 …608, offset 0, flags [+, DF, rsvd], proto UDP (17), length 25600, options (EOL), bad cksum 8e (->4…
/netbsd/src/lib/libcompat/regexp/
Dregexp.c87 #define EOL 2 /* no Match "" at end of line. */ macro
493 ret = regnode(EOL);
923 case EOL:
1224 case EOL:
/netbsd/src/external/bsd/nvi/dist/regex/
Dengine.c101 #define EOL (BOL+1) macro
750 flag = (flag == BOL) ? BOLEOL : EOL;
765 (flag == EOL || (c != OUT && !ISWORD(c))) ) {
839 flag = (flag == BOL) ? BOLEOL : EOL;
854 (flag == EOL || (c != OUT && !ISWORD(c))) ) {
929 if (flag == EOL || flag == BOLEOL)
/netbsd/src/external/bsd/file/dist/src/
DBNF16 line = offset HWS type HWS test HWS message EOL
146 EOL = <end of line marker>
/netbsd/src/sys/arch/newsmips/apbus/
Dif_snvar.h187 #define EOL 0x0001 /* end of list marker for link fields */ macro
/netbsd/src/lib/libc/regex/
Dengine.c120 #define EOL (BOL-1) macro
940 flagch = (flagch == BOL) ? BOLEOL : EOL; in walk()
966 (flagch == EOL || (c != OUT && !ISWORD(c))) ) { in walk()
1069 if ((ch == EOL || ch == BOLEOL) && (sflags & SEOS) != 0) in step()
1077 if (ch == EOL || ch == BOLEOL) in step()

123