代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/205464/15315089
bas openfile.bas
Attribute VB_Name = "OpenFileDlg"
Option Explicit
Private Type OPENFILENAME
lStructSize As Long
hWndOwner As Long
hInstance As Long
lpstrFilter As String
www.eeworm.com/read/712/3728
vi openfile.vi
www.eeworm.com/read/12870/256737
gif openfile.gif
www.eeworm.com/read/491809/1187575
h openfile.h
// openfile.h
// Data structures for opening, closing, reading and writing to
// individual files. The operations supported are similar to
// the UNIX ones -- type 'man open' to the UNIX prompt.
//
www.eeworm.com/read/491809/1187577
cc openfile.cc
// openfile.cc
// Routines to manage an open Nachos file. As in UNIX, a
// file must be open before we can read or write to it.
// Once we're all done, we can close it (in Nachos, by deleting
// the
www.eeworm.com/read/474814/1389161
xbm openfile.xbm
#define openfile_width 16
#define openfile_height 10
static unsigned char openfile_bits[] = {
0xf8, 0x01, 0x04, 0x06, 0x02, 0x08, 0x02, 0x10, 0xe2, 0xff, 0x52, 0x55,
0xaa, 0x2a, 0x56, 0x15, 0xaa
www.eeworm.com/read/246537/4493634
c openfile.c
#include "unp.h"
int
main(int argc, char **argv)
{
int fd;
ssize_t n;
if (argc != 4)
err_quit("openfile ");
if ( (fd = open(argv[2], atoi(argv[3]))) < 0)
exit( (
www.eeworm.com/read/240921/4565900
dsw openfile.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################