代码搜索:restart
找到约 2,250 项符合「restart」的源代码
代码结果 2,250
www.eeworm.com/read/165117/10075784
restart
#! /bin/sh
#
# restart shell script
#
if test $# -ne 1; then echo "Usage: $0 checkpoint_file"; exit; fi
file="$1"
if test ! -f "$file"; then echo "$0: $file: File not found"; exit; fi
lastTwoEnds=`
www.eeworm.com/read/223691/14619177
restart
#!/bin/sh
ME=`basename $0`
#UMOD=`lsmod | grep '^bp-mouse' | grep -v grep`
#if test "$UMOD"; then
# echo "$ME: removing bp-mouse.o"
# if ! rmmod bp-mouse; then
# echo "$ME: cannot remove bp-mou
www.eeworm.com/read/218851/4855045
restart
killall -9 vsplay
killall -9 vschplay
cd /vsprog
#rm -f vsdbg.log
#rm -f vsdbg.log1
#rm -f vsdbg.log2
#rm -f vsdbg.log3
./vsplay &
#cd /
www.eeworm.com/read/291467/8416939
c restart.c
/*
File: restart.c
Contains: Universal Internet Communication Interface restarting library calls
from _Unix System Programming_, Robbins & Robbins
Copyright: (c) 2003 by Xten Networ
www.eeworm.com/read/291467/8416943
h restart.h
/*
File: restart.h
Contains: Universal Internet Communication Interface restarting library calls
from _Unix System Programming_, Robbins & Robbins
Copyright: (c) 2003 by Xten Networ
www.eeworm.com/read/189063/8491885
c restart.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: restar
www.eeworm.com/read/288527/8625079
c restart.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: restar
www.eeworm.com/read/387664/8660012
c restart.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: restar
www.eeworm.com/read/429002/8825131