代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/129891/14219889
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) {
www.eeworm.com/read/126851/14397527
c gint8.c
void interrupt gint8()
{
oldhandler();
asm cli
inregs.h.ah=0x34;
intdosx(&inregs,&outregs,&segs);
indos=(char far *)(((long)(segs.es)
www.eeworm.com/read/225618/14529911
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/124879/14530155
asm bootblk.asm
include comstruc.inc
cseg segment byte public 'code'
assume cs:cseg
start:
cli
mov ax,9000h
mov ss,ax
mov sp,0fffeh
sti
mov es,ax
push bp
www.eeworm.com/read/120825/14786590
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/118810/14853877
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/218522/14916266
frm main_cxtj_xstdcx.frm
VERSION 5.00
Begin VB.Form main_cxtj_xstdcx
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "查询统计——【销售退货查询】"
ClientHeight = 4410
Cli
www.eeworm.com/read/218522/14916499
frm main_cxtj_xstdcx.frm
VERSION 5.00
Begin VB.Form main_cxtj_xstdcx
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "查询统计——【销售退货查询】"
ClientHeight = 4410
Cli
www.eeworm.com/read/113945/15120169
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/246537/4493576
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