代码搜索:cli

找到约 6,094 项符合「cli」的源代码

代码结果 6,094
www.eeworm.com/read/179247/9363302

dfm unit103s.dfm

object Form103s: TForm103s Left = 104 Top = 117 BorderStyle = bsDialog Caption = #20080#21463#20154#25152#36141#21830#21697#25151#30340#22522#26412#24773#20917 ClientHeight = 489 Cli
www.eeworm.com/read/370995/9573382

frm frmviewcurdata.frm

VERSION 5.00 Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX" Begin VB.Form frmViewCurData BorderStyle = 1 'Fixed Single Caption = "查看用户存款余额" Cli
www.eeworm.com/read/164767/10089542

s start.s

.text .globl _start _start: cli movl $bootstack+4096,%esp call main 1: jmp 1b /* the initital bootstack must _not_ be put in .bss */ .data .globl bootstack bootstack: .long 0x19790106 .fill
www.eeworm.com/read/278507/10530156

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/278507/10531512

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/278507/10531616

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/278507/10531832

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/278507/10531869

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; char
www.eeworm.com/read/278507/10531873

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/278507/10532531

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) {