代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/304660/13790213
c viewer-x.c
/* viewer-x.c: Common code for X-based viewers
*
* Copyright (C) 1999,2004,2005 Red Hat, Inc.
* Copyright (C) 2001 Sun Microsystems
*
* This library is free software; you can redistribute it and/
www.eeworm.com/read/148359/5714912
c pshrec.c
/***************************************************************************/
/* */
/* pshrec.c
www.eeworm.com/read/131315/5940139
c xgethints.c
/* $XConsortium: XGetHints.c,v 11.34 91/08/16 10:03:27 rws Exp $ */
/***********************************************************
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusett
www.eeworm.com/read/127694/6002402
c udp_connect.c
/* include udp_connect */
#include "unp.h"
int
udp_connect(const char *host, const char *serv)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints, sizeof(struct addrinfo));
www.eeworm.com/read/127694/6002405
c udp_client.c
/* include udp_client */
#include "unp.h"
int
udp_client(const char *host, const char *serv, void **saptr, socklen_t *lenp)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints
www.eeworm.com/read/127694/6002414
c host_serv.c
/* include host_serv */
#include "unp.h"
struct addrinfo *
host_serv(const char *host, const char *serv, int family, int socktype)
{
int n;
struct addrinfo hints, *res;
bzero(&hints, sizeof(st
www.eeworm.com/read/127694/6002944
c testga.c
#include "unp.h"
/*
* Test program for getaddrinfo() and getnameinfo().
*/
/* function prototypes for internal functions */
static void do_errtest(void);
static void do_funccall(const char *, c
www.eeworm.com/read/408584/11380290
lc udp_client.lc
/* include udp_client */
#include "unp.h"## 1 ##src/lib/udp_client.c##
int## 2 ##src/lib/udp_client.c##
udp_client(const char *host, const char *serv, SA **saptr, socklen_t *lenp)## 3 ##src/lib
www.eeworm.com/read/408584/11380331
c udp_connect.c
/* include udp_connect */
#include "unp.h"
int
udp_connect(const char *host, const char *serv)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints, sizeof(struct addrinfo));
www.eeworm.com/read/408584/11380338
c udp_client.c
/* include udp_client */
#include "unp.h"
int
udp_client(const char *host, const char *serv, SA **saptr, socklen_t *lenp)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints,