代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/333324/12687578
tcl comptble.tcl
# COMPTBLE.TCL - Setup procedures for implementing backward compatibility
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
www.eeworm.com/read/142788/12920206
h cpp_server_de.h
// This is a dummy header here for backward compatibility.
#include "server_de.h"
www.eeworm.com/read/142788/12920269
h cpp_client_de.h
// This is a dummy header here for backward compatibility.
#include "client_de.h"
www.eeworm.com/read/240028/13239828
xml tut-2007-07-06.xml
Introduced new header include style. There are two ways you can include the TUT headers:
#include <tut.h>
or:
#include <tut/tut.hpp>
www.eeworm.com/read/319979/13437880
tcl comptble.tcl
# COMPTBLE.TCL - Setup procedures for implementing backward compatibility
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01e,
www.eeworm.com/read/311875/13623084
h raid.h
#ifndef _RAID_IOCTL_H_
#define _RAID_IOCTL_H_
#include
#include "m_defs.h"
#include "scsiio.h"
#include "sasio.h"
#define DEV_NAME_LEN 16
struct mio_common {
void *bc_cookie;
};
#d
www.eeworm.com/read/300969/13876244
c atol.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: atol.c,v 1.3 90/05/2
www.eeworm.com/read/300969/13876340
c atoi.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: atoi.c,v 1.4 90/05/2
www.eeworm.com/read/152843/5665902
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
done
# s
www.eeworm.com/read/147766/5727490
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
done
# s