Home
last modified time | relevance | path

Searched refs:host_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c268 char *host_buf; in do_ldapssl_connect() local
333 host_buf = malloc(HOST_BUF_SIZE); in do_ldapssl_connect()
334 if (host_buf == NULL) { in do_ldapssl_connect()
341 &host_ent, host_buf, HOST_BUF_SIZE, &stat, NULL); in do_ldapssl_connect()
348 free(host_buf); in do_ldapssl_connect()
356 free(host_buf); in do_ldapssl_connect()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c623 char host_buf[LINE_LEN]; in dapli_process_fake_ibds() local
644 sscanf(line_buf, "%s %llx %llx", host_buf, &prefix, &guid); in dapli_process_fake_ibds()
646 if (strncmp(line_buf, host_buf, strlen(line_buf)) == 0) { in dapli_process_fake_ibds()