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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c622 char host_buf[LINE_LEN]; local
643 sscanf(line_buf, "%s %llx %llx", host_buf, &prefix, &guid);
645 if (strncmp(line_buf, host_buf, strlen(line_buf)) == 0) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c270 char *host_buf; local
335 host_buf = malloc(HOST_BUF_SIZE);
336 if (host_buf == NULL) {
343 &host_ent, host_buf, HOST_BUF_SIZE, &stat, NULL);
350 free(host_buf);
358 free(host_buf);

Completed in 102 milliseconds