代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/306549/3736872
c jiq.c
/*
* jiq.c -- the just-in-queue module (v2.1)
*
* Tested with 2.0 on the x86, Sparc
*/
/* BUGS: the module is not reentrant: only one file can be read at a time
* the module usage count i
www.eeworm.com/read/306549/3736881
c silly.c
/*
* silly.c -- Simple Tool for Unloading and Printing ISA Data (v2.1)
*
* Tested with 2.0 on the x86?
*
* This module won't work on the sparc, where there's no concept of I/O space
*
*/
#ifn
www.eeworm.com/read/306549/3736927
c main.c
/*
* main.c -- the bare scull-page char module
*
* Tested with 2.0 on the x86, Sparc
*
* Mmap is not available on the Sparc, as pgd_offset etc. are not
* yet exported to modules. Nonetheless, I'
www.eeworm.com/read/303435/3810892
c terrno.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sftest.h"
/* errnos tested for xopen-compliance */
MAIN()
{
Sfio_t* fw;
Sfio_t* fr;
www.eeworm.com/read/297160/3888797
c outp.c
/*
* outp.c -- write the port/value pairs specified in hex on the command line
*
* Tested with 1.2 and 2.0 on the x86
* It won't run on other platforms.
*/
#ifndef __i386__
# error "This progr
www.eeworm.com/read/297160/3888848
c outp.c
/*
* outp.c -- write the port/value pairs specified in hex on the command line
*
* Tested with 1.2 and 2.0 on the x86
* It won't run on other platforms.
*/
#ifndef __i386__
# error "This progr
www.eeworm.com/read/297160/3888895
c export.c
/*
* export.c -- export a symbol (maybe a versioned one) (v2.1)
*
* Tested with 2.1.43 on the x86 (novers)
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/297160/3888897
c master.c
/*
* master.c -- the master module of a master/slave pair using kerneld (v2.1)
*
* Tested with 2.1.43 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
www.eeworm.com/read/297160/3888900
c jiq.c
/*
* jiq.c -- the just-in-queue module (v2.1)
*
* Tested with 2.0 on the x86, Sparc
*/
/* BUGS: the module is not reentrant: only one file can be read at a time
* the module usage count i
www.eeworm.com/read/297160/3888909
c silly.c
/*
* silly.c -- Simple Tool for Unloading and Printing ISA Data (v2.1)
*
* Tested with 2.0 on the x86?
*
* This module won't work on the sparc, where there's no concept of I/O space
*
*/
#ifn