代码搜索结果
找到约 10,000 项符合
O 的代码
organize.sql
CREATE TABLE db<mark>o</mark>.<mark>o</mark>rganize
(
<mark>O</mark>_C<mark>O</mark>DE VARCHAR(20) NULL,
<mark>O</mark>_NAME VARCHAR(20) NULL,
<mark>O</mark>_KIND VARCHAR(4) NULL
)
G<mark>O</mark>
CREATE INDEX <mark>O</mark>_C<mark>O</mark>DE <mark>O</mark>N db<mark>o</mark>.<mark>o</mark>rganize(<mark>O</mark>_C<mark>O</mark>DE)
G<mark>O</mark>
CREATE INDEX <mark>O</mark>_KIND <mark> ...
test.c
#include
#include
int fd;
int main()
{
int key[1];
fd=open("/dev/key", O_RDWR ); //| O_NOCTTY | O_NDELAY
if (fd==-1)
{
printf("led device file open failed\n");
r
redir.c
#include
#include
int
main()
{
int fd;
fd=open("/tmp/myout",O_WRONLY|O_TRUNC|O_CREAT,0600);
if (fd==-1) {
perror("open");
exit(1);
}
close(1);
dup(fd);
close(fd);
p
open.c
#include
#include
#include
#define FILENAME "/tmp/myfile"
int
main()
{
int fd;
fd=open(FILENAME,O_RDWR | O_CREAT | O_TRUNC, 0600);
if (fd==-1) {
perror("open"
ctdt.c
/* ctors and dtors arrays -- to be used by runtime system */
/* to call static constructors and destructors */
/* */
/* NOTE: Use a
ctdt.c
/* ctors and dtors arrays -- to be used by runtime system */
/* to call static constructors and destructors */
/* */
/* NOTE: Use a
ctdt.c
/* ctors and dtors arrays -- to be used by runtime system */
/* to call static constructors and destructors */
/* */
/* NOTE: Use a
eth_host.v
`include "tb_eth_defines.v"
`include "timescale.v"
module eth_host
(
// WISHBONE common
wb_clk_i, wb_rst_i,
// WISHBONE master
wb_adr_o, wb_sel_o, wb_we_o, wb_dat_i, wb_dat_o
eth_host.v
`include "tb_eth_defines.v"
`include "timescale.v"
module eth_host
(
// WISHBONE common
wb_clk_i, wb_rst_i,
// WISHBONE master
wb_adr_o, wb_sel_o, wb_we_o, wb_dat_i, wb_dat_o