代码搜索结果

找到约 10,000 项符合 O 的代码

atrousc.c

/****************************************************************** * atrousc.c - Written by Arthur Cunha. This routine builds up on * zconv2D_OS.c written by Jason Laska * * Inputs:

execute.c

execute(int j) { int i, fd, fds[2]; /* 1 */ if (infile[0]!='\0') cmdlin[0].infd = open(infile, O_RDONLY); /* 2 */ if (outfile[0]!='\0') if (append==FALS

prefs_widgets.h

/***************************************************************************** * prefs_widgets.h: Preferences controls *****************************************************************************

stock_properties.xpm

/* XPM */ static char *stock_properties_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 113 2", " c Gray0", ". c #060605", "X c Gray14", "o c #343434", "O c #373736", "+ c #3d3d37",

execute.c

execute(int j) { int i, fd, fds[2]; /* 1 */ if (infile[0]!='\0') cmdlin[0].infd = open(infile, O_RDONLY); /* 2 */ if (outfile[0]!='\0') if (append==FALS

option.c

/*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Cimarron D. Taylor of

execute.c

execute(int j) { int i, fd, fds[2]; /* 1 */ if (infile[0]!='\0') cmdlin[0].infd = open(infile, O_RDONLY); /* 2 */ if (outfile[0]!='\0') if (append==FALS

fdhz.h

/* Display Chinese Char & play Music */ #define UP 27 #define DOWN 80 #define RIGHT 77 #define LEFT 75 #define PGUP 73 #define SPEED 6 #define PGDN 81 #include "dos.h" #include "conio.h"

block.c

#include #include #include int main() { char block[1024]; int in, out; int nread; in = open("file.in", O_RDONLY); out = open("file.out", O_WR

block.c

#include #include #include int main() { char block[1024]; int in, out; int nread; in = open("file.in", O_RDONLY); out = open("file.out", O_WR