Searched refs:hostinfo (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.9.5/autofs-234/automountlib/
H A Dselfcheck.c96 struct hostent *hostinfo; local
104 if ((hostinfo = getipnodebyname(hostname, family, AI_DEFAULT,
117 for (hostptr = hostinfo->h_addr_list; *hostptr; hostptr++) {
120 if (addr->sa_family != hostinfo->h_addrtype)
127 hostinfo->h_length) == 0) {
128 freehostent(hostinfo);
136 hostinfo->h_length) == 0) {
137 freehostent(hostinfo);
148 freehostent(hostinfo);
H A Dhost_is_us.c275 struct hostent *hostinfo; local
296 * What's the maximum number of hostinfo structures we'd have?
299 * necessarily store hostinfo pointers for all of them.)
317 * Allocate the array of hostinfo structures.
322 pr_msg("Couldn't allocate array of hostinfo pointers\n");
327 * Fill in the array of hostinfo pointers, and count how many
328 * hostinfo pointers and host names we have.
339 hostinfo = getipnodebyaddr(&addr_in->sin_addr,
347 hostinfo = getipnodebyaddr(&addr_in6->sin6_addr,
354 hostinfo
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/uri/
H A Dapr_uri.c248 const char *hostinfo; local
328 hostinfo = s;
332 uri = s; /* whatever follows hostinfo is start of uri */
333 uptr->hostinfo = apr_pstrmemdup(p, hostinfo, uri - hostinfo);
336 * too bad there's no memrchr()... For the C purists, note that hostinfo
338 * &hostinfo[-1] < &hostinfo[0] ... and this loop is valid C.
342 } while (s >= hostinfo
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/uri/
H A Dapr_uri.c727 const char *hostinfo; local
836 hostinfo = s;
840 uri = s; /* whatever follows hostinfo is start of uri */
841 uptr->hostinfo = apr_pstrmemdup(p, hostinfo, uri - hostinfo);
844 * too bad there's no memrchr()... For the C purists, note that hostinfo
846 * &hostinfo[-1] < &hostinfo[0] ... and this loop is valid C.
850 } while (s >= hostinfo
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_uri.h89 char *hostinfo; member in struct:apr_uri_t
163 * Special case for CONNECT parsing: it comes with the hostinfo part only
165 * @param hostinfo The hostinfo string to parse
170 const char *hostinfo,
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_uri.h89 char *hostinfo; member in struct:apr_uri_t
163 * Special case for CONNECT parsing: it comes with the hostinfo part only
165 * @param hostinfo The hostinfo string to parse
170 const char *hostinfo,
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtesturi.c29 const char *hostinfo; member in struct:aup_test
129 const char *hostinfo; member in struct:uph_test
173 " hostinfo: %s\n"
186 info->scheme, info->hostinfo, info->user, info->password,
213 ABTS_STR_EQUAL(tc, t->hostinfo, info.hostinfo);
229 ABTS_STR_EQUAL(tc, info.hostinfo, NULL);
252 rv = apr_uri_parse_hostinfo(p, t->hostinfo, &info);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtesturi.c29 const char *hostinfo; member in struct:aup_test
189 const char *hostinfo; member in struct:uph_test
233 " hostinfo: %s\n"
246 info->scheme, info->hostinfo, info->user, info->password,
273 ABTS_STR_EQUAL(tc, t->hostinfo, info.hostinfo);
289 ABTS_STR_EQUAL(tc, info.hostinfo, NULL);
312 rv = apr_uri_parse_hostinfo(p, t->hostinfo, &info);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_internal.h155 kdp_hostinfo_t *hostinfo
H A Dkdp_protocol.h250 kdp_hostinfo_t hostinfo; member in struct:__anon15340
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c265 kdp_hostinfo_t *hostinfo
270 hostinfo->cpus_mask = 0;
276 hostinfo->cpus_mask |= (1 << i);
279 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64;
280 hostinfo->cpu_subtype = cpuid_cpusubtype();
/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Dkdp_protocol.h161 kdp_hostinfo_t hostinfo; member in struct:__anon96
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c83 int hostinfo = 1; /* do we print login banner? */ variable
255 hostinfo = 0;
969 hostinfo = 0;
993 if (hostinfo && *IM)
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Dtraceroute.c322 struct hostinfo { struct
400 void freehostinfo(struct hostinfo *);
402 struct hostinfo *gethostinfo(char *);
510 register struct hostinfo *hi;
1647 struct hostinfo *
1652 register struct hostinfo *hi;
1704 freehostinfo(register struct hostinfo *hi)
1717 register struct hostinfo *hi;
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Ddoconf138 set MACHINE=`hostinfo | awk '/MC680x0/ { printf("m68k") } /MC880x0/ { printf("m88k") }'`
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dtelnetd.c111 int hostinfo = 1; /* do we print login banner? */ variable
256 hostinfo = 0;
975 hostinfo = 0;
980 if (hostinfo && *IM)
/macosx-10.9.5/postfix-252/postfix/
H A Dmakedefs540 SYSTYPE=`hostinfo | sed -n \
543 SYSTYPE=`hostinfo | sed -n \
/macosx-10.9.5/configd-596.15/
H A Dget-mobility-info206 if [ -x /usr/bin/hostinfo ]; then
207 /usr/bin/hostinfo > hostinfo 2>&1
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth_digest.c1566 dst->hostinfo = src->hostinfo;
1701 if (!r_uri.hostinfo || strcmp(resp->uri, r_uri.hostinfo)) {
1704 "request-uri <%s>", resp->uri, r_uri.hostinfo);
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.sh1464 hostinfo() # attribute ... function
1640 /usr/bin/hostinfo \
1836 f=../lib/hostinfo/typemap
2453 hostinfo $args
2586 0) hostinfo type
2891 hostinfo type
4370 '') hostinfo name
5533 '') hostinfo name
5541 '') hostinfo cpu
6944 '') hostinfo cp
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dinit_creds_pw.c2218 * @param hostinfo KDC address info, first round it can be NULL.
2235 krb5_krbhst_info *hostinfo,
2322 hostinfo, &ctx->fast_state.reply_key);
2761 krb5_krbhst_info *hostinfo = NULL; local
2782 ret = krb5_init_creds_step(context, ctx, &in, &out, hostinfo, &realm, &flags);
2231 krb5_init_creds_step(krb5_context context, krb5_init_creds_context ctx, krb5_data *in, krb5_data *out, krb5_krbhst_info *hostinfo, krb5_realm *realm, unsigned int *flags) argument
H A Dkrbhst.c1469 krb5_krbhst_info *hostinfo; local
1475 while(krb5_krbhst_next(context, handle, &hostinfo) == 0)
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure1295 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
/macosx-10.9.5/cxxfilt-11/cxxfilt/etc/
H A Dconfigure914 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dconfigure886 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`

Completed in 317 milliseconds

1234