代码搜索:LOOKFOR
找到约 127 项符合「LOOKFOR」的源代码
代码结果 127
www.eeworm.com/read/100077/15886228
ep lookfortest.ep
# CHK=0xFA5C
# lookfor_test.ep (needs a modem already attached)
send 'ate0q1'
nap 20
flush
send 'at'
lookfor 'OK'
ifi $i0 == 1 echo '... got false success'; return
ifi $i0 0 echo '... go
www.eeworm.com/read/100077/15886232
ep su.ep
# CHK=0x120D
#+---------------------------------------------------------
# su.ep - switch user at remote
# wht%n4hgf@gatech.edu
#
# do su 'username' 'password' ['.']
#
# expects new user to be runnin
www.eeworm.com/read/147331/5732582
c strstr.c
/*
FUNCTION
---find string segment
INDEX
strstr
ANSI_SYNOPSIS
#include
char *strstr(const char *, const char *);
TRAD_SYNOPSIS
#include
char *strst
www.eeworm.com/read/124347/6052030
c strstr.c
/*
FUNCTION
---find string segment
INDEX
strstr
ANSI_SYNOPSIS
#include
char *strstr(const char *, const char *);
TRAD_SYNOPSIS
#include
char *strst
www.eeworm.com/read/100077/15886199
ep oneline.ep
# CHK=0xF093
#--------------------------------------------------------------
# oneline.ep
#
# send command in $s0, expecting a one line response
# and a csh prompt ending in '% '
#
# returns: $s0 = o
www.eeworm.com/read/100077/15886201
ep scm.ep
# CHK=0x01CA
#+------------------------------------------------------------
# scm.ep - goto scm and use wht .cshrc
#-------------------------------------------------------------
#+:EDITS:*/
#:09-10-1