| /netbsd/src/sbin/cgdconfig/ |
| D | cgdparse.y | 73 %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 …]
|
| D | cgdlex.l | 112 [;\n] { return EOL; }
|
| /netbsd/src/usr.bin/fpr/ |
| D | fpr.c | 59 #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/ |
| D | expr.y | 18 %token EOL 32 line : EOL 33 | exp EOL { printf("%g\n",$1);}
|
| D | expr.lex | 27 \n return(EOL); 30 return(EOL);
|
| /netbsd/src/common/dist/zlib/contrib/ada/ |
| D | buffer_demo.adb | 26 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/ |
| D | config_yacc.y | 58 %token EOL EQUAL LBRACE RBRACE 95 prop : SENSOR_PROP EQUAL STRING EOL 99 devprop : DEVICE_PROP EQUAL STRING EOL
|
| D | config_lex.l | 62 ; { return EOL; }
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /netbsd/src/share/misc/ |
| D | nanpa.sed | 19 # Replace all </TR> with EOL tag 33 # Remove EOL markers
|
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | test.sh | 151 cat <<EOL heredoc 156 EOL
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | test.sh | 151 cat <<EOL heredoc 156 EOL
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| 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
|
| D | c64 | 237 >>&-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/ |
| D | veriexecctl_parse.y | 61 %token EOL TOKEN_COMMA 191 eol : EOL
|
| D | veriexecctl_conf.l | 114 return EOL;
|
| /netbsd/src/external/bsd/less/dist/ |
| D | regexp.c | 81 #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/ |
| D | dhcp6_reconf_asan.out | 1 …21519, offset 0, flags [+, DF, rsvd], proto UDP (17), length 768, options (EOL), bad cksum 9615 (-…
|
| D | ldp-ldp_tlv_print-oobr.out | 1 …608, offset 0, flags [+, DF, rsvd], proto UDP (17), length 25600, options (EOL), bad cksum 8e (->4…
|
| /netbsd/src/lib/libcompat/regexp/ |
| D | regexp.c | 87 #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/ |
| D | engine.c | 101 #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/ |
| D | BNF | 16 line = offset HWS type HWS test HWS message EOL 146 EOL = <end of line marker>
|
| /netbsd/src/sys/arch/newsmips/apbus/ |
| D | if_snvar.h | 187 #define EOL 0x0001 /* end of list marker for link fields */ macro
|
| /netbsd/src/lib/libc/regex/ |
| D | engine.c | 120 #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()
|