代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/305175/13777510
c ctrl.c
/*
* ctrl.c
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and co
www.eeworm.com/read/305175/13777512
h ctrl.h
/*
* ctrl.h
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and co
www.eeworm.com/read/146056/5740532
c ctrl.c
/* $Id: ctrl.c,v 1.8 2005/02/19 18:11:03 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify it
www.eeworm.com/read/146056/5740639
h ctrl.h
/* $Id: ctrl.h,v 1.2 2004/08/30 03:17:40 msoffen Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/141708/5769185
h ctrl.h
#include "systemc.h"
# define idle 0
# define transmit 1
SC_MODULE(ctrl)
{
// ports
sc_inslave cmd_in;
sc_inmaster
www.eeworm.com/read/136812/5862007
s ctrl.s
.data
.asciz "@(#)ctrl.s 1.1 92/07/30 Copyr 1984 Sun Micro"
.even
.text
| Copyright (c) 1984 by Sun Microsystems, Inc.
# attack(int)
#
# list pieces contro
www.eeworm.com/read/136812/5862016
s ctrl.s
.seg "data"
.asciz "@(#)ctrl.s 1.1 92/07/30 Copyr 1987 Sun Micro"
.seg "text"
! Copyright (c) 1987 by Sun Microsystems, Inc.
#include
! attack(in
www.eeworm.com/read/101082/6252562
c ctrl.c
/* ctrl.c -
* setld control file routines
*
* Copyright (c) 1989 by
* Digital Equipment Corporation, Maynard, MA
* All rights reserved.
*
* This software is furnished under a lice
www.eeworm.com/read/489704/6468947
c ctrl.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/489704/6468948
h ctrl.h
#ifndef _BLX_PROC_CMD
#define _BLX_PROC_CMD
#define MAX_CONNECTED 10
#define MAX_CONNECTED_NO 20
unsigned char proc_cmd(const void * buf, const int fd,int * is_me);
unsigned char check_user(c