代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/148286/5716319
py target.py
import string, socket
from pysnmp_apps.cli import base
from pysnmp.entity import config
from pysnmp.carrier.asynsock.dgram import udp
from pysnmp import error
# Usage
def getUsage():
return "\
C
www.eeworm.com/read/127882/5993526
dsr rptdb.dsr
VERSION 5.00
Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} rptDB
Bindings = "rptDB.dsx":0000
Caption = "单据"
ClientHeight = 8595
ClientLeft = 165
Cli
www.eeworm.com/read/127694/6002440
c strclithread.c
#include "unpthread.h"
void *copyto(void *);
static int sockfd; /* global for both threads to access */
static FILE *fp;
void
str_cli(FILE *fp_arg, int sockfd_arg)
{
char recvline[MAXLINE];
pth
www.eeworm.com/read/127694/6002734
c dgclitimeo.c
#include "unp.h"
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendline[MAXLINE], recvline[MAXLINE + 1];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
www.eeworm.com/read/127694/6002752
c dgclitimeo1.c
#include "unp.h"
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendline[MAXLINE], recvline[MAXLINE + 1];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
www.eeworm.com/read/127694/6002761
c strcliselect02.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int maxfdp1, stdineof;
fd_set rset;
char sendline[MAXLINE], recvline[MAXLINE];
stdineof = 0;
FD_ZERO(&rset);
for ( ; ; ) {
if (stdin
www.eeworm.com/read/127694/6002833
c dgclibig.c
#include "unp.h"
#undef MAXLINE
#define MAXLINE 65507
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int size;
char sendline[MAXLINE], recvline[MAXLINE + 1];
ssize
www.eeworm.com/read/127694/6002841
c dgcliloop1.c
#include "unp.h"
#define NDG 2000 /* #datagrams to send */
#define DGLEN 1400 /* length of each datagram */
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int i;
cha
www.eeworm.com/read/127694/6002842
c dgcliconnect.c
#include "unp.h"
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendline[MAXLINE], recvline[MAXLINE + 1];
Connect(sockfd, (SA *) pservaddr, servlen);
w
www.eeworm.com/read/127694/6002975
c dgcli01.c
#include "unp.h"
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendline[MAXLINE], recvline[MAXLINE + 1];
while (Fgets(sendline, MAXLINE, fp) != NULL) {