代码搜索:Wrappers
找到约 1,555 项符合「Wrappers」的源代码
代码结果 1,555
www.eeworm.com/read/130105/5965125
in wrappers.in
.
std
std\sys
convert.h
cv.h
highgui.h
ipl.h
cv.h
cvaux.h
std\assert.h
std\ctype.h
std\errno.h
std\iso646.h
std\limits.h
std\math.h
std\setjmp.h
std\stdarg.h
std\stddef.h
std\stdio.h
www.eeworm.com/read/178832/9384420
vcx wrappers.vcx
www.eeworm.com/read/178832/9384708
vct wrappers.vct
www.eeworm.com/read/469590/6932465
c wrappers.c
// Wrapper functions for Socket system calls.
//
// These functions assume any error is a fatal error!
#include /* standard C i/o facilities */
#include /* needed for atoi() */
www.eeworm.com/read/469590/6932476
h wrappers.h
// Wrapper functions for Socket system calls.
int np_socket( int domain, int type, int protocol) ;
int np_bind(int s, const struct sockaddr *addr, int addrlen);
www.eeworm.com/read/439145/7716379
wrappers readme.wrappers
This directory contains various wrappers for traceroute, which provide
some compatibility for some another traceroute-like software,
including tcptraceroute(8).
These wrappers try to emulate the com
www.eeworm.com/read/147766/5722816
s wrappers.s
/*
* Linux/PARISC Project (http://www.parisc-linux.org/)
*
* HP-UX System Call Wrapper routines and System Call Return Path
*
* Copyright (C) 2000 Hewlett-Packard (John Marvin)
*
* This prog
www.eeworm.com/read/141295/5774075
make_wrappers
#!/bin/sh
wrappers=$*
for i in $wrappers
do
retval=`grep "$i": io_syscalls | cut -d: -f1`
name=`grep "$i": io_syscalls | cut -d: -f2`
argdecl=`grep "$i": io_syscalls | cut -d: -f3`
argcall=`grep
www.eeworm.com/read/136786/5863657
s wrappers.s
/*------------------------------------------------------------------------------
* Native PARISC/Linux Project (http://www.puffingroup.com/parisc)
*
* HP-UX System Call Wrapper routines and System