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

/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c267 char *host_buf; local
332 host_buf = malloc(HOST_BUF_SIZE);
333 if (host_buf == NULL) {
340 &host_ent, host_buf, HOST_BUF_SIZE, &stat, NULL);
347 free(host_buf);
355 free(host_buf);
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c623 char host_buf[LINE_LEN]; local
644 sscanf(line_buf, "%s %llx %llx", host_buf, &prefix, &guid);
646 if (strncmp(line_buf, host_buf, strlen(line_buf)) == 0) {

Completed in 17 milliseconds