Home
last modified time | relevance | path

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

12345

/netbsd-src/sbin/cgdconfig/
H A 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 …]
/netbsd-src/usr.bin/fpr/
H A 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/mpl/dhcp/dist/dhcpctl/
H A Domshell.c266 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 Dexpr.y18 %token EOL
32 line : EOL
33 | exp EOL { printf("%g\n",$1);}
H A Dexpr.lex27 \n return(EOL);
30 return(EOL);
/netbsd-src/common/dist/zlib/contrib/ada/
H A 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/external/gpl3/gdb/dist/zlib/contrib/ada/
H A 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/external/gpl3/binutils/dist/zlib/contrib/ada/
H A 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/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A 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/
H A Dconfig_yacc.y58 %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 Dtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A Dtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A Dtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dresolv.c65 else if (token == EOL)
95 } while (token != EOL);
96 if (token != EOL) {
/netbsd-src/share/misc/
H A Dnanpa.sed19 # Replace all </TR> with EOL tag
33 # Remove EOL markers
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtest.sh151 cat <<EOL heredoc
156 EOL
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A 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
H A 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/
H A Dveriexecctl_parse.y61 %token EOL TOKEN_COMMA
191 eol : EOL
H A Dveriexecctl_conf.l114 return EOL;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d286 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 Dminfo.d286 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 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/lib/libcompat/regexp/
H A Dregexp.c87 #define EOL 2 /* no Match "" at end of line. */ macro
493 ret = regnode(EOL);
923 case EOL:
1224 case EOL:

12345