/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 | 776 struct curl_slist *hostp; local 781 for(hostp = data->change.resolve; hostp; hostp = hostp->next) { 782 if(!hostp->data) 784 if(hostp->data[0] == '-') { 788 if(2 != sscanf(hostp->data + 1, "%255[^:]:%d", hostname, &port)) { 790 hostp->data); 821 if(3 != sscanf(hostp->data, "%255[^:]:%d:%255s", hostname, &port [all...] |
/external/openssh/ |
sshconnect.c | 814 char hostline[1000], *hostp, *fp, *ra; local 1006 hostp = hostline; 1022 hostp = host; 1030 "list of known hosts.", hostp, type); [all...] |
/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...] |
/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
|