Searched defs:newhead (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_getalias.c194 char *tmp, *newhead; local
199 newhead = tmp;
202 tmp != newhead) {
205 len = len + comma + strlen(newhead);
222 (void) strcat(answer, newhead);
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dform.c80 FIELD *newhead; local
84 p = newhead = head;
104 newhead = f; /* insert at head of list */
106 newhead = f->sprev = f->snext = f; /* initialize new list */
108 return (newhead);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c396 lib_list_t *newhead; local
408 newhead = sasl_ALLOC(sizeof(lib_list_t));
409 if(!newhead) return SASL_NOMEM;
422 sasl_FREE(newhead);
428 sasl_FREE(newhead);
434 newhead->library = library;
436 newhead->next = gctx->lib_list_head;
437 gctx->lib_list_head = newhead;
440 newhead->next = lib_list_head;
441 lib_list_head = newhead;
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2232 mblk_t *newhead; local
2240 newhead = mpnext;
2296 if (mp == newhead)
2297 newhead = mpnext;
2322 mpnext = newhead;

Completed in 76 milliseconds