Searched refs:hints (Results 126 - 150 of 248) sorted by relevance

12345678910

/macosx-10.10/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.cpp280 AuthorizationItemSet *hints, *context; local
283 mInHints.copy(hints, hintSize);
291 hints, hintSize, hints,
297 free (hints);
381 // construct AuthItemSet for hints and context (deep copy - previous contents are released)
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_flatfile.c89 struct addrinfo hints; local
93 memset(&hints, 0, sizeof(hints));
94 hints.ai_flags = AI_NUMERICHOST;
96 res = getaddrinfo(nameserver, NULL, &hints, &ai);
/macosx-10.10/libsecurity_agent-55000/lib/
H A Dagentclient.cpp270 AuthorizationItemSet *hints, *context; local
273 mInHints.copy(hints, hintSize);
281 hints, hintSize, hints,
287 free (hints);
371 // construct AuthItemSet for hints and context (deep copy - previous contents are released)
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsockaddr.c312 struct addrinfo hints, *ai, *ai_list; local
317 memset(&hints, 0, sizeof(hints));
318 hints.ai_family = family;
319 hints.ai_socktype = SOCK_STREAM;
325 hints.ai_flags = AI_ADDRCONFIG;
332 hints.ai_flags |= AI_PASSIVE;
345 hints.ai_flags |= AI_NUMERICHOST;
357 error = getaddrinfo(hostname, servname, &hints, &ai_list);
379 hints
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/kx/
H A Dcommon.c622 struct addrinfo hints; local
643 memset (&hints, 0, sizeof(hints));
644 hints.ai_flags = AI_CANONNAME;
645 hints.ai_socktype = SOCK_STREAM;
646 hints.ai_protocol = IPPROTO_TCP;
648 error = getaddrinfo (display_str, NULL, &hints, &ai);
H A Dkx.c98 struct addrinfo hints; local
106 memset (&hints, 0, sizeof(hints));
107 hints.ai_socktype = SOCK_STREAM;
108 hints.ai_protocol = IPPROTO_TCP;
112 error = getaddrinfo (kc->host, portstr, &hints, &ai);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drootns.c226 * Load the hints from the specified filename.
250 "extra data in root hints '%s'",
288 "checkhints%s%s: %s/%s (%s) missing from hints",
294 "in hints", sep, viewname, namebuf, typebuf,
321 check_address_records(dns_view_t *view, dns_db_t *hints, dns_db_t *db, argument
335 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_a, 0,
377 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_aaaa, 0,
421 dns_root_checkhints(dns_view_t *view, dns_db_t *hints, dns_db_t *db) { argument
431 REQUIRE(hints != NULL);
448 result = dns_db_find(hints, dns_rootnam
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-addrlist.c461 struct addrinfo hints, /* Address lookup hints */ local
474 memset(&hints, 0, sizeof(hints));
475 hints.ai_family = family;
476 hints.ai_flags = hostname ? 0 : AI_PASSIVE;
477 hints.ai_socktype = SOCK_STREAM;
520 if ((error = getaddrinfo(hostname, service, &hints, &results)) == 0)
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dmain.c457 struct addrinfo hints; local
460 memset(&hints, 0, sizeof(hints));
461 hints.ai_family = family;
462 hints.ai_socktype = SOCK_STREAM;
463 hints.ai_flags = AI_PASSIVE;
464 error = getaddrinfo(src_addr, NULL, &hints, &bindai);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dplugin_common.c118 struct addrinfo hints, *ai = NULL; local
145 memset(&hints, 0, sizeof(hints));
146 hints.ai_family = PF_UNSPEC;
147 hints.ai_socktype = SOCK_STREAM;
148 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST;
150 if (getaddrinfo(hbuf, &addr[i], &hints, &ai) != 0) {
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c80 XWMHints hints; /* Various pieces of information for window member in struct:TkWmInfo
83 * (corresponds to hints.window_group).
236 * WM_UPDATE_SIZE_HINTS - non-zero means that new size hints need to be
564 wmPtr->hints.flags = InputHint | StateHint;
565 wmPtr->hints.input = True;
566 wmPtr->hints.initial_state = NormalState;
567 wmPtr->hints.icon_pixmap = None;
568 wmPtr->hints.icon_window = None;
569 wmPtr->hints.icon_x = wmPtr->hints
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c64 XWMHints hints; /* Various pieces of information for member in struct:TkWmInfo
67 * (corresponds to hints.window_group).
220 * WM_UPDATE_SIZE_HINTS - non-zero means that new size hints need to be
554 wmPtr->hints.flags = InputHint | StateHint;
555 wmPtr->hints.input = True;
556 wmPtr->hints.initial_state = NormalState;
557 wmPtr->hints.icon_pixmap = None;
558 wmPtr->hints.icon_window = None;
559 wmPtr->hints.icon_x = wmPtr->hints
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c1580 struct addrinfo hints, *ai, *a;
1582 memset (&hints, 0, sizeof(hints));
1583 hints.ai_flags = AI_CANONNAME;
1585 error = getaddrinfo (hbuf, NULL, &hints, &ai);
2165 struct addrinfo *ai, *a, hints;
2169 memset (&hints, 0, sizeof(hints));
2170 hints.ai_socktype = SOCK_STREAM;
2171 hints
1572 struct addrinfo hints, *ai, *a; local
2157 struct addrinfo *ai, *a, hints; local
2516 struct addrinfo hints, *res; local
[all...]
/macosx-10.10/ntp-92/ntpq/
H A Dntpq.c645 struct addrinfo hints, *ai = NULL; local
676 memset((char *)&hints, 0, sizeof(struct addrinfo));
677 hints.ai_family = ai_fam_templ;
678 hints.ai_protocol = IPPROTO_UDP;
679 hints.ai_socktype = SOCK_DGRAM;
680 hints.ai_flags = AI_NUMERICHOST;
682 a_info = getaddrinfo(hname, service, &hints, &ai);
688 hints.ai_flags = AI_CANONNAME;
690 hints.ai_flags |= AI_ADDRCONFIG;
692 a_info = getaddrinfo(hname, service, &hints,
1806 struct addrinfo hints, *ai = NULL; local
[all...]
/macosx-10.10/libpcap-48/libpcap/Win32/Src/
H A Dgetaddrinfo.c216 "Invalid value for hints", /* EAI_BADHINTS */
301 getaddrinfo(hostname, servname, hints, res)
303 const struct addrinfo *hints;
341 if (hints) {
342 /* error check for hints */
343 if (hints->ai_addrlen || hints->ai_canonname ||
344 hints->ai_addr || hints->ai_next)
346 if (hints
[all...]
/macosx-10.10/ntp-92/ntpdate/
H A Dntpdate.c1324 /* Address infos structure to store hints for getaddrinfo */
1325 struct addrinfo hints; local
1333 memset(&hints, 0, sizeof(hints));
1334 hints.ai_family = ai_fam_templ;
1335 hints.ai_socktype = SOCK_DGRAM;
1342 error = getaddrinfo(serv, service, &hints, &addrResult);
1662 struct addrinfo hints; local
1679 * Init hints addrinfo structure
1681 memset(&hints,
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/push/
H A Dpush.c98 struct addrinfo hints; local
103 memset (&hints, 0, sizeof(hints));
104 hints.ai_socktype = SOCK_STREAM;
105 hints.ai_protocol = IPPROTO_TCP;
109 error = getaddrinfo (hostname, portstr, &hints, &ai);
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dinit_c.c431 struct addrinfo hints; local
438 memset (&hints, 0, sizeof(hints));
439 hints.ai_socktype = SOCK_STREAM;
440 hints.ai_protocol = IPPROTO_TCP;
449 error = getaddrinfo (hostname, portstr, &hints, &ai);
H A Dlog.c1044 struct addrinfo hints; local
1049 memset(&hints, 0, sizeof(hints));
1051 hints.ai_flags = AI_NUMERICHOST;
1053 hints.ai_flags |= AI_PASSIVE;
1054 hints.ai_family = AF_INET;
1055 hints.ai_socktype = SOCK_STREAM;
1056 hints.ai_protocol = IPPROTO_TCP;
1060 &hints, &addrs);
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keyscan.c295 struct addrinfo hints, *ai, *aitop; local
300 memset(&hints, 0, sizeof(hints));
301 hints.ai_family = IPv4or6;
302 hints.ai_socktype = SOCK_STREAM;
303 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSUNP.c91 struct addrinfo hints, *res0; local
136 memset(&hints, 0, sizeof(hints));
137 hints.ai_family = AF_INET6;
138 hints.ai_flags = AI_NUMERICHOST;
139 err = getaddrinfo(addr6, NULL, &hints, &res0);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c346 const struct addrinfo *hints, struct addrinfo **res)
349 const struct addrinfo *hints, struct addrinfo **res);
354 return ((*fp)(nodename, servname, hints, res));
345 idn_stub_getaddrinfo(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
/macosx-10.10/libpcap-48/libpcap/
H A Dscanner.l347 struct addrinfo hints, *res;
348 memset(&hints, 0, sizeof(hints));
349 hints.ai_family = AF_INET6;
350 hints.ai_flags = AI_NUMERICHOST;
351 if (getaddrinfo(yytext, NULL, &hints, &res))
/macosx-10.10/perl-103/5.16/
H A DGNUmakefile206 cat hints.append >> $(PROJECT)/hints/darwin.sh && \
217 ed - $(PROJECT)/hints/darwin.sh < fix/darwin.sh.ed && \
/macosx-10.10/perl-103/5.18/
H A DGNUmakefile200 cat hints.append >> $(PROJECT)/hints/darwin.sh && \
211 ed - $(PROJECT)/hints/darwin.sh < fix/darwin.sh.ed && \

Completed in 444 milliseconds

12345678910