Searched refs:EOT (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/bin/ed/test/
H A Dmkscripts.sh16 # echo "$ED - <<\EOT"
20 # echo EOT
31 $ED - <<\EOT
35 EOT
49 # echo "$ED - <<\EOT"
54 # echo EOT
65 $ED - <<\EOT
69 EOT
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h45 #define EOT 4 macro
/freebsd-11-stable/etc/rc.d/
H A Dip6addrctl35 cat <<EOT | ${IP6ADDRCTL_CMD} install /dev/stdin
45 EOT
53 cat <<EOT | ${IP6ADDRCTL_CMD} install /dev/stdin
63 EOT
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man31 my $version_info = <<EOT;
39 EOT
41 my $help_info = <<EOT;
58 EOT
455 $include{$sect} .= <<EOT;
467 EOT
471 print <<EOT;
474 EOT
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl84 print MAIL <<EOT;
102 EOT
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.sh19 $dig -f - @$address >/dev/null 2>&1 <<EOT
137 EOT
/freebsd-11-stable/sbin/setkey/
H A Dparse.y96 %token EOT SLASH BLCL ELCL
155 : ADD ipaddropts ipaddr ipaddr protocol_spec spi extension_spec algorithm_spec EOT
167 : DELETE ipaddropts ipaddr ipaddr protocol_spec spi extension_spec EOT
186 : DELETEALL ipaddropts ipaddr ipaddr protocol_spec EOT
198 : GET ipaddropts ipaddr ipaddr protocol_spec spi extension_spec EOT
213 : FLUSH protocol_spec EOT
223 : DUMP protocol_spec EOT
527 : SPDADD ipaddropts STRING prefix portstr STRING prefix portstr upper_spec upper_misc_spec policy_spec EOT
562 | SPDADD TAGGED QUOTEDSTRING policy_spec EOT
569 : SPDDELETE ipaddropts STRING prefix portstr STRING prefix portstr upper_spec upper_misc_spec policy_spec EOT
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dxmodem.c32 #define EOT 0x04 macro
241 serial_write (desc, "\004", 1); /* Send an EOT */
246 /* Finish off the transfer. Send out the EOT, and wait for an ACK. */
257 serial_write (desc, "\004", 1); /* Send an EOT */
/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl97 print <<EOT;
101 EOT
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c69 * to generate a table entry. EOT() to end the table.
72 #define EOT() { NULL, 0 } macro
452 EOT()
457 EOT()
708 EOT()
898 EOT()
903 EOT()
908 EOT()
914 EOT()
920 EOT()
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l85 EOT|eot { number = 4; return TNUM; }
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c517 #define EOT (-1) macro
543 { EOT },
604 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {
999 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {
1025 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {
1477 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c1013 if (strcmp(s, "EOT") == 0)
/freebsd-11-stable/libexec/getty/
H A Dmain.c131 #define EOT tmode.c_cc[VEOF] macro
575 if (c == EOT || c == CTRL('d'))
/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c172 #define EOT (-1) macro
1030 vesa_vmode[modes].vi_mode = EOT;
1105 while (info->vi_mode != EOT) {
1224 for (i = 0; vesa_vmode[i].vi_mode != EOT; ++i) {
1245 for (i = 0; vesa_vmode[i].vi_mode != EOT; ++i) {
H A Dvga.c315 #define EOT (-1) macro
432 { EOT },
1439 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {
1468 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {
3034 for (i = 0; bios_vmode[i].vi_mode != EOT; ++i) {

Completed in 229 milliseconds