Searched refs:new_l (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 224 char *plat, *pp, *l, *ancestor_l = NULL, *new_l = NULL; in pci_slot_label_lookup() local 352 new_l = alloca(len); in pci_slot_label_lookup() 353 (void) snprintf(new_l, len, "%s/%s", ancestor_l, l); in pci_slot_label_lookup() 354 l = new_l; in pci_slot_label_lookup()
|
/titanic_41/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_sec_mechs.c | 135 void **new_l; in list_append_ent() local 137 if (!(new_l = realloc(list, sizeof (*list) * (cnt + 1)))) { in list_append_ent() 141 *(new_l + cnt - 1) = ent; in list_append_ent() 142 *(new_l + cnt) = NULL; in list_append_ent() 144 return (new_l); in list_append_ent()
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 466 char *new_l, char *new_cursor, char *new_eol) in redraw_line() argument 474 do_emit_str(env, new_l, new_eol - new_l); in redraw_line() 477 len = max(0, (prev_eol - prev_l) - (new_eol - new_l)); in redraw_line()
|