代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/164348/5497814
cpp munixsite.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: munixsite.cpp,v 1.1.1.1.42.1 2004/07/09 01:59:14 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights R
www.eeworm.com/read/159001/5589284
c pshrec.c
/***************************************************************************/
/* */
/* pshrec.c
www.eeworm.com/read/195484/8151084
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/172888/9683359
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 addr
www.eeworm.com/read/172888/9683369
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;
bze
www.eeworm.com/read/172888/9683393
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,
www.eeworm.com/read/278507/10531478
c udp_server_reuseaddr.c
/* include udp_server */
#include "unp.h"
int
udp_server_reuseaddr(const char *host, const char *serv, socklen_t *addrlenp)
{
int sockfd, n;
const int on = 1;
struct addrinfo hints, *res, *res
www.eeworm.com/read/143387/12880301
ac configure.ac
#
# The build process allows for using a cross-compiler. But the default
# action is to target the same platform that we are running on. The
# configure script needs to discover the following proper
www.eeworm.com/read/315311/13546725
html xallocwmhints.html
Xlib Programming Manual: XAllocWMHints
XAllocWMHints
Syntax
www.eeworm.com/read/148359/5714675
h autohint.h
/***************************************************************************/
/* */
/* autohint.h