代码搜索:writeable
找到约 203 项符合「writeable」的源代码
代码结果 203
www.eeworm.com/read/455624/7369319
h data.h
/*-
* Copyright (c) 2007-2008
* Bill Paul . All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/172783/9691116
cpp defaultfilesystem.cpp
#include
#include "Utility.h"
namespace corona {
class CFile : public DLLImplementation {
public:
CFile(FILE* file) {
m_file = file;
}
~CFile() {
www.eeworm.com/read/101671/15822385
txt slackware.init.txt
I posted this to the linux kernel mailing last Friday, July 13th 2001:
Submitted by : Josh (josh@pulltheplug.com), lockdown
(lockdown@lockeddown.net) on July 16th, 2001
Vulnerability
www.eeworm.com/read/162614/5519856
c optimize4.c
// { dg-do assemble }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/247565/12641897
c pmap.c
/*
* Copyright 2002 by Albert Cahalan; all rights reserved.
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version
www.eeworm.com/read/276828/10706244
asm pe64demo.asm
; Example of 64-bit PE program
format PE64 GUI
entry start
section '.code' code readable executable
start:
sub rsp,8*5 ; reserve stack for API use and make stack dqword aligned
mo
www.eeworm.com/read/205218/15323405
cpp validateitemdlg.cpp
/////////////////////////////////////////////////////////////////////////////
//
// OPC DataAccess VC++ Client: ValidateItemDlg.cpp
// (Source File)
//
///////////////////////////////////
www.eeworm.com/read/147766/5724102
c sa1100-flash.c
/*
* Flash memory access on SA11x0 based devices
*
* (C) 2000 Nicolas Pitre
*
* $Id: sa1100-flash.c,v 1.29 2002/09/06 14:36:19 abz Exp $
*/
#include
#include