代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/131315/5935460
awk inftest.awk
BEGIN {
x = 100
do { y = x ; x *= 1000; print x,y } while ( y != x )
print "loop terminated"
}
www.eeworm.com/read/113399/6131587
c wgetstr.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wgetstr(win,str) reads in a string (terminated by \n or \r) */
/* To the buffer po
www.eeworm.com/read/101135/6238025
2 execve.2
EXECVE(2) Minix Programmer's Manual EXECVE(2)
NAME
execve - execute a file
SYNOPSIS
#include
int execve(const char *name, ch
www.eeworm.com/read/129999/14213143
ppp-off
#!/bin/sh
######################################################################
#
# Determine the device to be terminated.
#
if [ "$1" = "" ]; then
DEVICE=ppp0
else
DEVICE=$1
fi
##################
www.eeworm.com/read/116739/14956496
sedding2
# This script demonstrates the use of curly braces to nest addresses and com-
# mands. Comments are preceded by a pound sign (#) and must be on a line
# by themselves. Commands are terminated with a
www.eeworm.com/read/164931/5485820
hlp after_depend.hlp
The After Dependency dialog box contains widgets for instructing xpbs that the
job being submitted can only begin execution after one or more other jobs
have started execution, terminated with errors,
www.eeworm.com/read/162614/5524965
ada c93005d.ada
-- C93005D.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525079
ada c91004b.ada
-- C91004B.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/471909/6884064
ppp-off
#!/bin/sh
######################################################################
#
# Determine the device to be terminated.
#
if [ "$1" = "" ]; then
DEVICE=ppp0
else
DEVICE=$1
fi
##################
www.eeworm.com/read/135541/13922143
ppp-off
#!/bin/sh
######################################################################
#
# Determine the device to be terminated.
#
if [ "$1" = "" ]; then
DEVICE=ppp0
else
DEVICE=$1
fi
##################