代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/283915/4073024
bat tool-wrapper.bat
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Wrapper script for command line tools
rem
rem Environment Variable
www.eeworm.com/read/281519/4115952
cpp c_wrapper.cpp
// $Id: c_wrapper.cpp,v 1.22 2002/09/21 17:23:32 t1mpy Exp $
// id3lib: a C++ library for creating and manipulating id3v1/v2 tags
// Copyright 1999, 2000 Scott Thomas Haug
// Copyright 2002 Thij
www.eeworm.com/read/281356/4117043
c ros_wrapper.c
#include "../usb_wrapper.h"
void wait_ms(int mils)
{
LARGE_INTEGER Interval;
DPRINT1("wait_ms(%d)\n", mils);
Interval.QuadPart = -(mils+1)*10000;
KeDelayExecutionThread(KernelMode, F
www.eeworm.com/read/281356/4117046
h linux_wrapper.h
/*
* linux-wrapper.h
*
* Hard coded Linux kernel replacements for x86
*
* (c) 2003 Georg Acher (georg@acher.org)
*
* Emulation of:
* typedefs
* structs
* macros
*
* All structs
www.eeworm.com/read/281356/4117075
h usb_wrapper.h
//#include
//#include
//#include
/*
TODO: Do a major cleanup of this file!
Lots of definitions should go to corresponding files
*/
#include
www.eeworm.com/read/273763/4192856
c cl-wrapper.c
/* cl-wrapper -- gcc-lookalike wrapper for the Microsoft C compiler
* Copyright (C) 2001--2004 Tor Lillqvist
*
* This program accepts Unix-style C compiler command line arguments,
* and runs the M
www.eeworm.com/read/273759/4193373
c cl-wrapper.c
/* cl-wrapper -- gcc-lookalike wrapper for the Microsoft C compiler
* Copyright (C) 2001--2004 Tor Lillqvist
*
* This program accepts Unix-style C compiler command line arguments,
* and runs the M
www.eeworm.com/read/273740/4195124
s wrapper32.s
/*
* arch/s390/kernel/sys_wrapper31.S
* wrapper for 31 bit compatible system calls.
*
* S390 version
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Gerh
www.eeworm.com/read/273665/4200196
c socket_wrapper.c
/*
Socket wrapper library. Passes all socket communication over
unix domain sockets if the environment variable SOCKET_WRAPPER_DIR
is set.
Copyright (C) Jelmer Vernooij 2005
This
www.eeworm.com/read/273665/4200515
h socket_wrapper.h
/*
Copyright (C) Jelmer Vernooij 2005
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publ