代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/321496/13403985
changelog
2006-05-31 Stephen Hemminger
* Fixed bug where setting port priority set path cost instead
2006-01-31 Stephen Hemminger
* Released bridge-
www.eeworm.com/read/311774/13625927
c senderr.c
#include "apue.h"
/*
* Used when we had planned to send an fd using send_fd(),
* but encountered an error instead. We send the error back
* using the send_fd()/recv_fd() protocol.
*/
int
send_er
www.eeworm.com/read/310212/13654942
m mfilter2.m
function J = mfilter2(varargin)
%MFILTER2 Masked filter.
% Note: This function has been grandfathered; use roifilt2
% instead.
%
% J = MFILTER2(H,I,BW) filters the data in I with the 2-D
www.eeworm.com/read/304348/13795830
c senderr.c
#include "apue.h"
/*
* Used when we had planned to send an fd using send_fd(),
* but encountered an error instead. We send the error back
* using the send_fd()/recv_fd() protocol.
*/
int
send_er
www.eeworm.com/read/304348/13795887
19 fig17.19
#include "apue.h"
/*
* Used when we had planned to send an fd using send_fd(),
* but encountered an error instead. We send the error back
* using the send_fd()/recv_fd() protocol.
*/
int
send_er
www.eeworm.com/read/136072/5874571
h setjmp.h
/* Define the machine-dependent type `jmp_buf'. i960 version. */
#ifndef _SETJMP_H
# error "Never include directly; use instead."
#endif
/*
* assume that every single l
www.eeworm.com/read/136072/5874729
h syscalls.h
#ifndef _BITS_SYSCALLS_H
#define _BITS_SYSCALLS_H
#ifndef _SYSCALL_H
#error "Never use directly; include instead."
#endif
/* Include the __NR_ definitions. */
www.eeworm.com/read/136041/5875636
changelog
2002-05-20 Jonathan Larmour
* src/LICENCE: New file. Contains license for JFFS2, now GPL+exception.
* src/background.c: Point at LICENSE file instead of existing text.
* sr
www.eeworm.com/read/132316/5917955
java music2.java
//: c07:music2:Music2.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Overloading instead of upcasting.
class Note {
www.eeworm.com/read/119864/6081071
h syscall.h
/* Generated at libc build time from kernel syscall list. */
#ifndef _SYSCALL_H
# error "Never use directly; include instead."
#endif
#define SYS_write __NR_write
#