Searched defs:new_l (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c224 char *plat, *pp, *l, *ancestor_l = NULL, *new_l = NULL; local
352 new_l = alloca(len);
353 (void) snprintf(new_l, len, "%s/%s", ancestor_l, l);
354 l = new_l;
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c466 char *new_l, char *new_cursor, char *new_eol)
474 do_emit_str(env, new_l, new_eol - new_l);
477 len = max(0, (prev_eol - prev_l) - (new_eol - new_l));
465 redraw_line(fcode_env_t *env, char *prev_l, char *prev_cursor, char *prev_eol, char *new_l, char *new_cursor, char *new_eol) argument
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c135 void **new_l; local
137 if (!(new_l = realloc(list, sizeof (*list) * (cnt + 1)))) {
141 *(new_l + cnt - 1) = ent;
142 *(new_l + cnt) = NULL;
144 return (new_l);

Completed in 48 milliseconds