代码搜索:Safe
找到约 5,329 项符合「Safe」的源代码
代码结果 5,329
www.eeworm.com/read/271223/4229919
asp safe.asp
alert("超时或非法进入,请登陆!")
window.location="../../System_manage/memlogin.asp"
www.eeworm.com/read/438443/1825274
c safe.c
#include
#include "ckpt.h"
static struct ckpt_restore safe_cr;
int
xread(int sd, void *buf, size_t len)
{
char *p = (char *)buf;
size_t nrecv = 0;
ssize_t rv;
while (nrecv < len) {
www.eeworm.com/read/426010/1996876
safe_asterisk
#!/bin/sh
# vim:textwidth=80:tabstop=4:shiftwidth=4:smartindent:autoindent
CLIARGS="$*" # Grab any args passed to safe_asterisk
TTY=9 # TTY (if you want one) for Asterisk to run on
CONSOLE=ye