代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/124814/14536996
c simpserv.c
#include
#include
#include /* TUXEDO Header File */
#include /* TUXEDO Header File */
/* tpsvrinit is executed when a server is booted, before it begins
p
www.eeworm.com/read/474814/1389063
tcl tk.tcl
# tk.tcl --
#
# Initialization script normally executed in the interpreter for each
# Tk-based application. Arranges class bindings for widgets.
#
# @(#) tk.tcl 1.73 95/08/30 16:40:20
#
# Copyright (
www.eeworm.com/read/463361/1538219
gel c5509.gel
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
C5509_Init();
GEL_TextOut("Gel StartUp Complete.\n");
}
menuitem "C5509_Configuration";
hotmenu CPU_Res
www.eeworm.com/read/216450/4894078
c testit.c
/* $Revision: 1.1.1.1 $
**
** A "micro-shell" to test editline library.
** If given any arguments, commands aren't executed.
*/
#include
#if defined(HAVE_STDLIB)
#include
#endi
www.eeworm.com/read/209211/4983494
c bind.c
#include "common.h"
#include "send.h"
static int forward_loop(char *, char *);
/* bind the destinations to the commands to be executed */
extern dest *
up_bind(dest *destp, message *mp, int checkfor
www.eeworm.com/read/182103/5266814
c pthreadexit.c
/*
* 16.1.5.1 Thread Termination, p1003.1c/Draft 10, p. 150
*
* NOTE: Key destructors are executed in the POSIX api delete extension.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Rese
www.eeworm.com/read/164348/5497209
bat testone.bat
@echo off
rem
rem This example compares the ARM output against the x86 reference.
rem In this case, the ARM testapp is executed using the ARMulator.
rem
rem The output should match, exactly.
r
www.eeworm.com/read/162614/5526302
f90 derived_pointer_null_1.f90
! { dg-do compile }
! { dg-options "-std=gnu" }
!
! Test of fix (patch unknown) for pr19181 and pr21300. This test is based
! on the example given in 21300. Note that this can be executed.
!
! Contri
www.eeworm.com/read/323581/3513871
tcl tk.tcl
# tk.tcl --
#
# Initialization script normally executed in the interpreter for each
# Tk-based application. Arranges class bindings for widgets.
#
# @(#) tk.tcl 1.73 95/08/30 16:40:20
#
# Copyright (
www.eeworm.com/read/321483/3533580
t biglog.t
#!/usr/bin/perl -w
# Test blog function (and bpow, since it uses blog), as well as bexp().
# It is too slow to be simple included in bigfltpm.inc, where it would get
# executed 3 times. One time wou