代码搜索结果

找到约 10,000 项符合 Control System 的代码

system.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994

system.h

/* * (C) Copyright 2004, Psyent Corporation * Scott McNutt * * See file CREDITS for list of people who contributed to this * project. * * This program is f

system.h

#ifndef _ASM_NIOS_SYSTEM_H_ #define _ASM_NIOS_SYSTEM_H_ #endif /* _ASM_NIOS_SYSTEM_H */

system.h

/* * include/asm-microblaze/system.h -- Low-level interrupt/thread ops * * Copyright (C) 2003 John Williams (jwilliams@itee.uq.edu.au) * based upon microblaze version * Copyright (C) 2001 NEC

system.h

/* * linux/include/asm-arm/proc-armv/system.h * * Copyright (C) 1996 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener

system.h

/* * U-boot - system.h * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistr

system.c

#include #include #include int system(const char *cmdstring) /* version without signal handling */ { pid_t pid; int status; if (cmdstring == NULL) return(1);

system.c

#include #include #include #include int system(const char *cmdstring) /* with appropriate signal handling */ { pid_t pid; int status; struct sig

system.h

/* $Id: system.h,v 1.31 2006/05/29 14:46:55 relson Exp $ */ /***************************************************************************** NAME: system.h -- system definitions and prototypes for

system.c

/* $Id: system.c,v 1.17 2006/05/29 14:28:00 relson Exp $ */ /***************************************************************************** NAME: system.c -- bogofilter covers for OS/compiler depe