HomeSort by relevance Sort by last modified time
    Searched refs:hostp (Results 1 - 10 of 10) sorted by null

  /external/curl/lib/
hostcheck.c 126 char *hostp; local
134 hostp = strdup(hostname);
135 if(hostp) {
136 if(hostmatch(hostp, matchp) == CURL_HOST_MATCH)
138 free(hostp);
hostip.c 779 struct curl_slist *hostp; local
784 for(hostp = data->change.resolve; hostp; hostp = hostp->next) {
785 if(!hostp->data)
787 if(hostp->data[0] == '-') {
791 if(2 != sscanf(hostp->data + 1, "%255[^:]:%d", hostname, &port)) {
793 hostp->data);
824 if(3 != sscanf(hostp->data, "%255[^:]:%d:%255s", hostname, &port
    [all...]
  /external/openssh/
ssh.c 371 resolve_canonicalize(char **hostp, int port)
391 if ((addrs = resolve_addr(*hostp, port,
393 debug2("%s: hostname %.100s is address", __func__, *hostp);
394 if (strcasecmp(*hostp, newname) != 0) {
396 __func__, *hostp, newname);
397 free(*hostp);
398 *hostp = xstrdup(newname);
404 if ((*hostp)[strlen(*hostp) - 1] == '.') {
406 fullhost = xstrdup(*hostp);
    [all...]
misc.c 468 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp)
476 if (hostp != NULL)
477 *hostp = NULL;
506 if (hostp != NULL) {
507 *hostp = host;
sshconnect.c 816 char hostline[1000], *hostp, *fp, *ra; local
1008 hostp = hostline;
1024 hostp = host;
1032 "list of known hosts.", hostp, type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 135 unsigned long hostp; member in struct:cdkhdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 135 unsigned long hostp; member in struct:cdkhdr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 4258 char *hostp; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 4162 char *hostp; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 4283 char *hostp; local
    [all...]

Completed in 336 milliseconds