Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Doui2c.sh3 cat <<EOF heredoc
13 EOF
19 cat <<EOF heredoc
23 EOF
/linux-2.4.37.9/net/irda/
Dwrapper.c73 case EOF: /* FALLTHROUGH */ in stuff_byte()
161 tx_buff[n++] = EOF; in async_wrap_skb()
231 case EOF: in state_outside_frame()
263 case EOF: in state_begin_frame()
297 case EOF: /* Abort frame */ in state_link_escape()
339 case EOF: /* End of frame */ in state_inside_frame()
/linux-2.4.37.9/include/net/irda/
Dwrapper.h37 #define EOF 0xc1 /* End of frame */ macro
41 #define STO EOF /* End flag */
/linux-2.4.37.9/drivers/sound/
Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF ) in main()
Dhex2hex.c19 while ((c=getc(inf))!=EOF) in loadhex()
/linux-2.4.37.9/arch/ppc64/xmon/
Dnonstdio.h3 #define EOF (-1) macro
Dxmon.c607 case EOF: in cmds()
1621 case EOF: in memex()
1988 if( d == EOF ){
1997 } while( d != EOF );
2023 return EOF; in hexdigit()
2058 return EOF; in inchar()
/linux-2.4.37.9/arch/ppc/xmon/
Dnonstdio.h3 #define EOF (-1) macro
Dxmon.c463 case EOF: in cmds()
1273 case EOF: in memex()
1649 if( d == EOF ){
1658 } while( d != EOF );
1684 return EOF; in hexdigit()
1719 return EOF; in inchar()
/linux-2.4.37.9/arch/ppc/boot/include/
Dnonstdio.h16 #define EOF (-1) macro
/linux-2.4.37.9/Documentation/
Disapnp.txt42 cat > /proc/isapnp <<EOF
56 EOF
Djava.txt213 if(b == EOF)
223 if(b1 == EOF)
226 if(b2 == EOF)
/linux-2.4.37.9/drivers/net/
Dlp486e.c221 #define EOF 0x8000 macro
921 tx_cmd_tbd->size = (EOF | length); in i596_start_xmit()
D82596.c205 #define EOF 0x8000 macro
1105 tbd->size = EOF | length; in i596_start_xmit()
Dlasi_82596.c237 #define EOF 0x8000 macro
1124 tbd->size = EOF | length; in i596_start_xmit()
/linux-2.4.37.9/Documentation/s390/
D3270.txt229 PF3 causes an EOF to be received as input by the application. You may
230 cause an EOF also by typing "^D" and hitting ENTER.
/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c731 case EOF: /* FALLTHROUGH */ in stuff_byte()
832 buf[len++] = EOF; in toshoboe_maketestpacket()
/linux-2.4.37.9/Documentation/networking/
Difenslave.c251 while ((c = getopt_long(argc, argv, "acdfhuvV", longopts, 0)) != EOF) { in main()
D8139too.txt447 [EOF]
/linux-2.4.37.9/drivers/block/
DDAC960.c6859 int Count, int *EOF, void *Data) in DAC960_ProcReadStatus() argument
6879 *EOF = true; in DAC960_ProcReadStatus()
6893 int Count, int *EOF, void *Data) in DAC960_ProcReadInitialStatus() argument
6900 *EOF = true; in DAC960_ProcReadInitialStatus()
6914 int Count, int *EOF, void *Data) in DAC960_ProcReadCurrentStatus() argument
6948 *EOF = true; in DAC960_ProcReadCurrentStatus()
6962 int Count, int *EOF, void *Data) in DAC960_ProcReadUserCommand() argument
6969 *EOF = true; in DAC960_ProcReadUserCommand()
/linux-2.4.37.9/Documentation/input/
Djoystick-api.txt316 EOF
/linux-2.4.37.9/Documentation/sound/
DWavefront242 <<EOF>> { fputc ('\0', stdout); return; }
/linux-2.4.37.9/arch/i386/boot/
Dsetup.S351 jne jmpe820 # %ebx is set to EOF
/linux-2.4.37.9/drivers/scsi/
Dadvansys.c883 #define EOF (-1) macro