代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.c
/* SunOS 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
system.c
/* BSD 4.4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
system.c
/* Ultrix 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
system.c
/* OSF/1 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
system.c
/* SVR4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
system.c
/* SCO has a bug where `waitpid' will never return if SIGCHLD is blocked.
They have acknowledged that this is a bug but I have not seen nor heard
of any forthcoming fix. */
#define WAITPID_CAN
system.c
#define NO_WAITPID
#include
system.c
/* Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms o
system.txt
#Lines start with a # will be regarded as remarks and will not be effective
#This file must be in UTF-8 encoding.
#Start a gadget setting with ggReg.
#Usage: ggReg=stringName
#stringName can only
system.h
#define move_to_user_mode() \
__asm__ ("movl %%esp,%%eax\n\t" \
"pushl $0x17\n\t" \
"pushl %%eax\n\t" \
"pushfl\n\t" \
"pushl $0x0f\n\t" \
"pushl $1f\n\t" \
"iret\n" \
"1:\tmovl $0x17,%%eax\n\t