Searched refs:host_start (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
D | host_run.sh | 88 host_start=$HOST_DIR/host_start 247 -monitor pty -serial pty -pidfile $pid_file > $host_start 2>&1 & 259 -monitor pty -serial pty -pidfile $pid_file > $host_start 2>&1 & 262 monitor_console=`awk '{print $NF}' $host_start | sed -n -e '1p'` 263 serial_console=`awk '{print $NF}' $host_start | sed -n -e '2p'` 375 rm -f guest_tmp $host_start $monitor_console_output $serail_console_output $host_tmp $pid_file $mce…
|
/third_party/glib/gio/ |
D | gdummyfile.c | 606 const char *host_start, *host_end; in _g_decode_uri() local 629 host_start = userinfo_end + 1; in _g_decode_uri() 632 host_start = authority_start; in _g_decode_uri() 634 port_start = memchr (host_start, ':', authority_end - host_start); in _g_decode_uri() 647 decoded->host = g_strndup (host_start, host_end - host_start); in _g_decode_uri()
|
D | gosxappinfo.m | 199 char *host_start, *ret; 201 host_start = strstr (url, "://"); 202 if (host_start != NULL) 206 scheme = g_strndup (url, host_start - url); 207 host_start += 3; 208 host_end = strchr (host_start, '/'); 211 host = g_strndup (host_start, host_end - host_start); 213 host = g_strdup (host_start);
|
/third_party/libcoap/examples/ |
D | coap-server.c | 2353 char *host_start = strchr(arg, ','); in cmdline_proxy() local 2354 char *next_name = host_start; in cmdline_proxy() 2357 if (!host_start) { in cmdline_proxy() 2361 *host_start = '\000'; in cmdline_proxy() 2363 if (host_start != arg) { in cmdline_proxy() 2377 next_name = host_start; in cmdline_proxy()
|