代码搜索:1275
找到约 462 项符合「1275」的源代码
代码结果 462
www.eeworm.com/read/472316/6875701
1275
www.eeworm.com/read/181474/9253966
txt 1275.txt
http://frienky.100steps.net/blog/read.php/read.php/read.php/102.htm?page=1
Bo
www.eeworm.com/read/418779/10923880
txt 1275.txt
Rule:
--
Sid:
1275
--
Summary:
This event is generated when an attempt is made through a portmap GETPORT request to discover the port where the Remote Procedure Call (RPC) yppasswd is listening.
-
www.eeworm.com/read/242302/13033720
html 1275.html
如何在空白的Form上,在RunTime时,利用Code在Form上产生Control项?(vb6.0企业版)
www.eeworm.com/read/151104/5686310
c of1275.c
/*
* BK Id: SCCS/s.of1275.c 1.6 05/18/01 15:16:42 cort
*/
/* Open Firmware Client Interface */
#include "of1275.h"
static int (*of_server)(void *) = (int(*)(void*))-1;
void
of_init(void *handle
www.eeworm.com/read/151104/5686312
h of1275.h
/*
* BK Id: SCCS/s.of1275.h 1.6 05/18/01 15:16:42 cort
*/
/* 6.3.2.1 Client interface */
typedef struct _of_test_service {
const char *service;
int n_args;
int n_returns;
/*in*/
const char *n
www.eeworm.com/read/147766/5723553
c of1275.c
/* Open Firmware Client Interface */
#include "of1275.h"
static int (*of_server)(void *) = (int(*)(void*))-1;
void
of_init(void *handler)
{
of_server = (int(*)(void*))handler;
}
/* 6.3.2.1 Cli
www.eeworm.com/read/147766/5723555
h of1275.h
/* 6.3.2.1 Client interface */
typedef struct _of_test_service {
const char *service;
int n_args;
int n_returns;
/*in*/
const char *name;
/*out*/
int missing;
} of_test_service;
int of_test(
www.eeworm.com/read/136786/5864292
c of1275.c
/*
* BK Id: SCCS/s.of1275.c 1.6 05/18/01 15:16:42 cort
*/
/* Open Firmware Client Interface */
#include "of1275.h"
static int (*of_server)(void *) = (int(*)(void*))-1;
void
of_init(void *handle