代码搜索结果
找到约 10,000 项符合
PID 的代码
p8.2.c
#include
#include
int main(int argc,char* argv[])
{
openlog(argv[0],LOG_CONS | LOG_PID, LOG_USER);
int count=0;
while(count
imp2.h
#ifndef __IMP2_H__
#define __IMP2_H__
#define IMP2_U_PID 0
#define IMP2_K_MSG 1
#define IMP2_CLOSE 2
#define NL_IMP2 31
struct packet_info
{
__u32 src;
__u32 dest;
};
#endif
daemon_inetd.c
#include "unp.h"
#include
extern int daemon_proc; /* defined in error.c */
void
daemon_inetd(const char *pname, int facility)
{
daemon_proc = 1; /* for our err_XXX() functions */
openl
lab03.m
function [ret,x0,str,ts,xts]=lab03(t,x,u,flag);
%LAB03 is the M-file description of the SIMULINK system named LAB03.
% The block-diagram can be displayed by typing: LAB03.
%
% SYS=LAB03(T,X,U,FLAG
hts.c
/*
hts.c
Copyright (C) 1999 Lars Brinkhoff. See COPYING for terms and conditions.
hts is the server half of httptunnel. httptunnel creates a virtual
two-way data path tunneled in HTTP requests.
*/
p8.2.c
#include
#include
int main(int argc,char* argv[])
{
openlog(argv[0],LOG_CONS | LOG_PID, LOG_USER);
int count=0;
while(count
simple_processes.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, J
openlog.php3
openlog
process_to_hide.c
#include
typedef ULONG DWORD;
#define PIDOFFSET 0x84
#define FLINKOFFSET 0x88
PEPROCESS currProc;
DWORD eproc;
PLIST_ENTRY plist_activ_procs;
int current_PID = 0;
int start_PID =
fc4upd.sh
#!/bin/bash
# fc4upd.sh
# 脚本作者: Frank Wang.
# 本书作者作了少量修改.
# 授权在本书中使用.
# 使用rsync命令从镜像站点上下载Fedora 4的更新.
# 为了节省空间, 如果有多个版本存在的话,
#+ 只下载最新的包.
URL=rsync://distro.ibiblio.org/fedora-linux-core/updat