Searched refs:host (Results 1 - 25 of 2743) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_fs.c560 inode = mapping->host;
/external/zlib/
H A DAndroid.mk60 LOCAL_MODULE := libz-host
69 # libunz used to be an unzip-only subset of libz. Only host-side tools were
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c310 char *host; local
331 host = scratch_mem;
332 path = os_strchr(host, '/');
334 *path++ = '\0'; /* null terminate host */
337 delim = os_strchr(host, ':');
339 *delim = '\0'; /* null terminate host name for now */
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
368 rerr, gai_strerror(rerr), host);
375 host_len = os_strlen(host);
394 os_memcpy(mem, host, host_le
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2698 char *host = NULL; local
2703 host = get_hostname(ctx->server_url);
2719 if (host && os_strcasecmp(host, cert->dnsname[i]) == 0)
2724 if (host && !found) {
2726 host);
2728 host);
2729 os_free(host);
2733 os_free(host);
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c310 char *host; local
331 host = scratch_mem;
332 path = os_strchr(host, '/');
334 *path++ = '\0'; /* null terminate host */
337 delim = os_strchr(host, ':');
339 *delim = '\0'; /* null terminate host name for now */
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
368 rerr, gai_strerror(rerr), host);
375 host_len = os_strlen(host);
394 os_memcpy(mem, host, host_le
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c310 char *host; local
331 host = scratch_mem;
332 path = os_strchr(host, '/');
334 *path++ = '\0'; /* null terminate host */
337 delim = os_strchr(host, ':');
339 *delim = '\0'; /* null terminate host name for now */
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
368 rerr, gai_strerror(rerr), host);
375 host_len = os_strlen(host);
394 os_memcpy(mem, host, host_le
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dfpext_fail.stderr.exp4 That facility is not available on this host
H A Dfpext_warn.stderr.exp5 which is not available on this host. Continuing using
11 which is not available on this host. Continuing using
17 which is not available on this host. Continuing using
/external/valgrind/main/tests/
H A Ds390x_features.c204 model_info *host, *from, *to, *p; local
242 host = get_host();
243 if (host == NULL) return 1; // unknown model
245 // printf("host = %s (%s)\n", host->cpuinfo_name, host->real_name);
284 if (p == host) return 0;
287 return 1; // host does not match CPU specification
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c281 -from-vgdb-to-pid-by-user-on-host and -to-vgdb-from-pid-by-user-on-host
288 const HChar *user, *host; local
305 host = VG_(getenv)("HOST");
306 if (host == NULL) host = VG_(getenv)("HOSTNAME");
307 if (host == NULL) host = "???";
309 len = strlen(name) + strlen(user) + strlen(host) + 40;
322 pid, user, host);
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c835 alt_host_addr, which presumably points at host code for a no-redir
879 host_code_addr = VG_(tt_fast)[cno].host;
1521 it is detected that host CPU settings (eg, FPU/Vector
1534 "run_innerloop detected host "
/external/valgrind/main/coregrind/
H A Dm_transtab.c152 the corresponding host code (must be in the same sector!)
225 if the host addr is a not yet patched jump to another
238 is not erased. In particular, its host code can only
285 /* A structure used for mapping host code addresses back to the
330 /* The host extents. The [start, +len) ranges are constructed
368 recently used (guest address, host address) pairs. This array is
385 Addr host;
636 /* True if hx is a dead host extent, i.e. corresponds to host code
659 This is the case as there is no re-use of host cod
[all...]
H A Dpub_core_transtab.h47 Addr host; member in struct:__anon32749
H A Dvgdb.c514 const HChar *user, *host; local
521 host = getenv("HOST");
522 if (host == NULL) host = getenv("HOSTNAME");
523 if (host == NULL) host = "???";
525 len = strlen(vgdb_prefix) + strlen(user) + strlen(host) + 40;
531 pid, user, host);
533 pid, user, host);
535 pid, user, host);
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S357 mov $(uname_info+U_NODENAME),%esi # host name from uname()
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S238 @ host name from uname()
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S355 mov $(uname_info+U_NODENAME),%esi # host name from uname()
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp70 Valgrind internal host status/memory
/external/tinyxml/
H A DAndroid.mk14 # For the host
/external/tcpdump/
H A Daddrtoname.c107 static struct hostent host; local
112 host.h_name = hostbuf;
125 strcpy(host.h_name, hname);
126 return &host;
H A Dconfigure560 # Name of the host.
653 host
884 -host | --host | --hos | --ho)
886 -host=* | --host=* | --hos=* | --ho=*)
1118 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1120 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1161 # There might be people who depend on the old broken behavior: `$host'
1162 # used to hold the argument of --host et
[all...]
/external/tcpdump/missing/
H A Dgetnameinfo.c100 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
103 char *host;
205 if (host == NULL || hostlen == 0) {
209 * "||" here: RFC2553 says that host == NULL OR hostlen == 0
221 strcpy(host, numaddr);
231 char *ep = strchr(host, '\0');
265 strcpy(host, hp->h_name);
277 strcpy(host, numaddr);
/external/stlport/
H A Dconfigure.bat147 echo stlport/stl/config/host.h set the following macro depending on the configure
/external/stlport/stlport/stl/config/
H A D_solaris.h14 * See comments (and configuration defines) in the host.h
18 # error Uncomment one of the defines (__SunOS_5_x) in the file stlport/stl/config/host.h
63 * Attention! See comments (and configuration defines) in the host.h
64 * (you host may has MATH_F and MATH_L functions)
H A Dfeatures.h97 #include <stl/config/host.h>

Completed in 7237 milliseconds

1234567891011>>