代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/136786/5866921

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/135941/5876938

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/135761/5877882

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/131315/5939985

h xstreams.h

/* $XConsortium: Xstreams.h,v 1.6 91/07/19 23:22:53 gildea Exp $ */ /* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* * Permi
www.eeworm.com/read/130382/5959297

readme

Pretty Good Privacy(tm) 6.0 - Public-key encryption for the masses. Internal development version only - not for general release. (c) 1999 Network Associates Inc. 31 Mar 99 Export of this software
www.eeworm.com/read/128531/5989317

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/127781/6000820

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/127679/6003394

conf lis.conf

# # Configuration file for STREAMS device drivers # # The built-in STREAMS drivers are configured in this file. External # binary packages are configured in /usr/src/linux/drivers/streams/pkg # (see
www.eeworm.com/read/124347/6053226

sgml ansi.sgml

Compatibility with ANSI The following functions are compatible with ANSI: stdio clearerr, fclose, feof, ferror, fflush,
www.eeworm.com/read/113399/6132121

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