| /netbsd-src/sbin/cgdconfig/ |
| H A 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 …]
|
| /netbsd-src/usr.bin/fpr/ |
| H A 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/mpl/dhcp/dist/dhcpctl/ |
| H A D | omshell.c | 266 if (token != END_OF_FILE && token != EOL) { in main() 342 if (token != END_OF_FILE && token != EOL) { in main() 370 if (token != END_OF_FILE && token != EOL) { in main() 412 if (token != END_OF_FILE && token != EOL) { in main() 422 if (token != END_OF_FILE && token != EOL) { in main() 457 if (token != END_OF_FILE && token != EOL) { in main() 504 if (token != END_OF_FILE && token != EOL) { in main() 513 if (token != END_OF_FILE && token != EOL) { in main() 638 if (token != END_OF_FILE && token != EOL) in main() 672 if (token != END_OF_FILE && token != EOL) in main() [all …]
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | expr.y | 18 %token EOL 32 line : EOL 33 | exp EOL { printf("%g\n",$1);}
|
| H A D | expr.lex | 27 \n return(EOL); 30 return(EOL);
|
| /netbsd-src/common/dist/zlib/contrib/ada/ |
| H A 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/external/gpl3/gdb/dist/zlib/contrib/ada/ |
| H A 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/external/gpl3/binutils/dist/zlib/contrib/ada/ |
| H A 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/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
| H A 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/ |
| H A D | config_yacc.y | 58 %token EOL EQUAL LBRACE RBRACE 95 prop : SENSOR_PROP EQUAL STRING EOL 99 devprop : DEVICE_PROP EQUAL STRING EOL
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | resolv.c | 65 else if (token == EOL) 95 } while (token != EOL); 96 if (token != EOL) {
|
| /netbsd-src/share/misc/ |
| H A D | nanpa.sed | 19 # Replace all </TR> with EOL tag 33 # Remove EOL markers
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | test.sh | 151 cat <<EOL heredoc 156 EOL
|
| /netbsd-src/external/bsd/file/dist/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
|
| H A 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/ |
| H A D | veriexecctl_parse.y | 61 %token EOL TOKEN_COMMA 191 eol : EOL
|
| H A D | veriexecctl_conf.l | 114 return EOL;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | minfo.d | 286 enum EOL = "\r\n"; in sortCtors() local 288 enum EOL = "\n"; in sortCtors() local 294 sink(EOL); in sortCtors() 299 sink("* ->" ~ EOL); in sortCtors() 303 sink(bt(relevant, x) ? "* ->" ~ EOL : " ->" ~ EOL); in sortCtors() 306 sink("*" ~ EOL); in sortCtors()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | minfo.d | 286 enum EOL = "\r\n"; in sortCtors() local 288 enum EOL = "\n"; in sortCtors() local 294 sink(EOL); in sortCtors() 299 sink("* ->" ~ EOL); in sortCtors() 303 sink(bt(relevant, x) ? "* ->" ~ EOL : " ->" ~ EOL); in sortCtors() 306 sink("*" ~ EOL); in sortCtors()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A 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/lib/libcompat/regexp/ |
| H A D | regexp.c | 87 #define EOL 2 /* no Match "" at end of line. */ macro 493 ret = regnode(EOL); 923 case EOL: 1224 case EOL:
|