代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/137626/5823251
h cgi.h
/* $Id: cgi.h,v 1.1 2003/12/01 06:23:46 witekfl Exp $ */
#ifndef EL__PROTOCOL_FILE_CGI_H
#define EL__PROTOCOL_FILE_CGI_H
#include "sched/connection.h"
int execute_cgi(struct connection *);
#endif
www.eeworm.com/read/135709/5880582
cpp cmd_input.cpp
/*****************************************************************************
* cmd_input.cpp
*****************************************************************************
* Copyright (C) 2003 Vid
www.eeworm.com/read/129924/5966288
h stat.h
/* @(#)stat.h 2.19 90/01/24 SMI; from UCB 4.7 83/05/21 */
/*
* NOTE: changes to this file should also be made to xpg2include/sys/stat.h
*/
#ifndef __sys_stat_h
#define __sys_stat_h
#include
www.eeworm.com/read/120251/6076964
h ati_fs_glgpuprogram.h
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
www.eeworm.com/read/116006/6115227
h partition.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6115350
c pmif.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/115011/6120855
h 68020.h
/*
* RAINE 68020 Interface with UAE engine
*/
#include "raine.h"
#define uae_u8 UINT8
#define uae_s8 INT8
#define uae_u16 UINT16
#define uae_s16 INT16
#define uae_u32 UINT32
#define uae_s32 INT32
www.eeworm.com/read/113165/6138979
h ati_fs_glgpuprogram.h
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
www.eeworm.com/read/107576/6188823
dsp database.dsp
# Microsoft Developer Studio Project File - Name="Database" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/421459/6311407
c changemod.c
#include "apue.h"
int
main(void)
{
struct stat statbuf;
/* turn on set-group-ID and turn off group-execute */
if (stat("foo", &statbuf) < 0)
err_sys("stat error for foo");
if (chmod("foo", (