代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/164416/10109564
js getlist.js
function set_return_inventory(cli_id,cli_name,cli_addr) {
window.opener.document.EditView.elements["shdw"].value = cli_id;
window.opener.document.EditView.elements["shdwname"].value = cli_na
www.eeworm.com/read/124955/14522549
c vmsgetargs.c
/* VMS version of getargs; Uses DCL command parsing.
Copyright (C) 1989 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/108043/15596011
c vmsgetargs.c
/* VMS version of getargs; Uses DCL command parsing.
Copyright (C) 1989 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/102417/15781456
c vmsgetargs.c
/* VMS version of getargs; Uses DCL command parsing.
Copyright (C) 1989 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/100131/15883224
c vmsgetargs.c
/* VMS version of getargs; Uses DCL command parsing.
Copyright (C) 1989 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/289851/8521384
pdf c++-cli standard.pdf
www.eeworm.com/read/429869/8785013
jar jodconverter-cli-2.2.1-sources.jar
www.eeworm.com/read/279551/10420960
pdf c++-cli standard.pdf
www.eeworm.com/read/278507/10531516
c str_cli_poll03.c
#include "unp.h"
#include
void
str_cli(FILE *fp, int sockfd)
{
int stdineof;
char buf[MAXLINE];
int n;
int wfd;
struct pollfd pollfd[2];
struct dvpoll dopoll;
int i;
int
www.eeworm.com/read/278507/10531589
c str_cli_kqueue04.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int kq, i, n, nev, stdineof = 0, isfile;
char buf[MAXLINE];
struct kevent kev[2];
struct timespec ts;
struct stat st;
isfile = ((fst