代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/278507/10529893
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/278507/10529994
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/278507/10530008
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,
www.eeworm.com/read/278507/10530034
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/160029/10579368
ac configure.ac
#
# This file describes a "configure" script that is used to build
# makefiles for a particular platform. Process this file using
# Autoconf version 1.13 in order to generate that script. All
# li
www.eeworm.com/read/435917/7781315
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/247283/12668807
ac configure.ac
#
# This file describes a "configure" script that is used to build
# makefiles for a particular platform. Process this file using
# Autoconf version 1.13 in order to generate that script. All
# li
www.eeworm.com/read/324802/13244001
ac configure.ac
#
# This file describes a "configure" script that is used to build
# makefiles for a particular platform. Process this file using
# Autoconf version 1.13 in order to generate that script. All
# li
www.eeworm.com/read/315311/13546549
html xgetnormalhints.html
Xlib Programming Manual: XGetNormalHints
XGetNormalHints
This function has been superseded by
www.eeworm.com/read/315311/13546711
html xgetwmsizehints.html
Xlib Programming Manual: XGetWMSizeHints
XGetWMSizeHints
Syntax