/linux-2.4.37.9/drivers/ieee1394/ |
D | oui2c.sh | 3 cat <<EOF heredoc 13 EOF 19 cat <<EOF heredoc 23 EOF
|
/linux-2.4.37.9/net/irda/ |
D | wrapper.c | 73 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/ |
D | wrapper.h | 37 #define EOF 0xc1 /* End of frame */ macro 41 #define STO EOF /* End flag */
|
/linux-2.4.37.9/drivers/sound/ |
D | bin2hex.c | 29 while ( ( c = getchar( ) ) != EOF ) in main()
|
D | hex2hex.c | 19 while ((c=getc(inf))!=EOF) in loadhex()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | nonstdio.h | 3 #define EOF (-1) macro
|
D | xmon.c | 607 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/ |
D | nonstdio.h | 3 #define EOF (-1) macro
|
D | xmon.c | 463 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/ |
D | nonstdio.h | 16 #define EOF (-1) macro
|
/linux-2.4.37.9/Documentation/ |
D | isapnp.txt | 42 cat > /proc/isapnp <<EOF 56 EOF
|
D | java.txt | 213 if(b == EOF) 223 if(b1 == EOF) 226 if(b2 == EOF)
|
/linux-2.4.37.9/drivers/net/ |
D | lp486e.c | 221 #define EOF 0x8000 macro 921 tx_cmd_tbd->size = (EOF | length); in i596_start_xmit()
|
D | 82596.c | 205 #define EOF 0x8000 macro 1105 tbd->size = EOF | length; in i596_start_xmit()
|
D | lasi_82596.c | 237 #define EOF 0x8000 macro 1124 tbd->size = EOF | length; in i596_start_xmit()
|
/linux-2.4.37.9/Documentation/s390/ |
D | 3270.txt | 229 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/ |
D | donauboe.c | 731 case EOF: /* FALLTHROUGH */ in stuff_byte() 832 buf[len++] = EOF; in toshoboe_maketestpacket()
|
/linux-2.4.37.9/Documentation/networking/ |
D | ifenslave.c | 251 while ((c = getopt_long(argc, argv, "acdfhuvV", longopts, 0)) != EOF) { in main()
|
D | 8139too.txt | 447 [EOF]
|
/linux-2.4.37.9/drivers/block/ |
D | DAC960.c | 6859 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/ |
D | joystick-api.txt | 316 EOF
|
/linux-2.4.37.9/Documentation/sound/ |
D | Wavefront | 242 <<EOF>> { fputc ('\0', stdout); return; }
|
/linux-2.4.37.9/arch/i386/boot/ |
D | setup.S | 351 jne jmpe820 # %ebx is set to EOF
|
/linux-2.4.37.9/drivers/scsi/ |
D | advansys.c | 883 #define EOF (-1) macro
|