代码搜索:Off
找到约 10,000 项符合「Off」的源代码
代码结果 10,000
www.eeworm.com/read/295270/8172898
off enter execs
/* Determine the time for which the process remains in */
/* the "OFF" (inactive) state. This is determined by */
/* the distribution loaded to characterize the "OFF" */
/* state duration (i.e., t
www.eeworm.com/read/295270/8172912
off exit execs
/* Determine the type of interrupt. */
intrpt_type = op_intrpt_type ();
intrpt_code = op_intrpt_code ();
www.eeworm.com/read/294214/8245953
ico off.ico
www.eeworm.com/read/367065/9785255
off_key
www.eeworm.com/read/267707/11167885
gif off.gif
www.eeworm.com/read/265824/11252897
gif off.gif
www.eeworm.com/read/249188/12518187
gif on-off.gif
www.eeworm.com/read/147530/12548353
gif off.gif
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
##################