代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5940454
c connect.c
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
* San Francisco, California
*/
# include "hunt.h"
# include
do_connect(name, team, enter_sta
www.eeworm.com/read/128502/5989777
cimd-connect
#! /usr/sbin/chat -vEf
# ^^^ all options MUST be given as ONE word only (all are passed as ARGV[1])
# add/remove letter 'v' to echo all the commends to your syslog
TIMEOUT 3 "" "ATZ" "OK-ATZ-OK" "
www.eeworm.com/read/126956/6010048
connect_mini
#!/usr/local/bin/perl -w
use strict;
use DBI;
my $host='localhost';
my $port=6100;
my $dbh = DBI->connect("dbi:Gigabase:")
|| die "Can't connect\n";
my $select=$dbh->prepare("select name from r");
www.eeworm.com/read/124910/6036768
c connect.c
/* This is a system call. We only have to provide the wrapper. */
#include
#undef __connect
int
__connect (int fd, __CONST_SOCKADDR_ARG addr, socklen_t len)
{
return connect (fd,
www.eeworm.com/read/124910/6037405
s connect.s
#define socket connect
#define __socket __libc_connect
#define NARGS 3
#define NEED_CANCELLATION
#include
strong_alias (__libc_connect, __connect_internal)
weak_alias (__libc_connect, __con
www.eeworm.com/read/124910/6039344
c connect.c
/* Copyright (C) 1992,94,95,96,97,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it und
www.eeworm.com/read/123104/6063348
xpm connect.xpm
/* XPM */
static char * connect_xpm[] = {
"16 16 6 1",
" c None",
". c #F8FCF8",
"+ c #808000",
"@ c #008000",
"# c #F8FC00",
"$ c #000000",
" ",
" .............+ ",
" ............+@ "
www.eeworm.com/read/121089/6070500
txt connect.txt
SUMMARY Connect fDisconnect DOS only
#include
int Connect (path, con, sub)
char *path;
char *con;
char *sub;
flagType fDisconnect (drive)
int drive;
DESCRIPTION
Conne
www.eeworm.com/read/121089/6070605
c connect.c
/* connect.c - perform network connections/disconnections
*
* Modifications:
*
* 31-Jul-1986 mz Use tools.h definitions
* 03-Mar-1987 bw Stub DOS5 version
* 30-Oct-1987 bw Change 'DOS5'
www.eeworm.com/read/120487/6073304
c connect.c
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/connect.c,v 1.17.2.1 2003/11/24 13:11:27 petere Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#ifdef ENABLE_THREAD_SAFETY
#i