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

/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c85 static FILE *newi; /* File for saving away */ variable
108 newi = newo = NULL;
121 newi = ibuf;
675 ibuf = newi;
676 newi = ibuf;
691 ibuf = newi;
981 fclose(newi);
983 newi = ibuf;
1005 newi = ibuf;
1060 newi
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1407 tf_idata_t *newi; local
1464 if ((newi = tf_idata_new(mp, 0, ntn)) == NULL)
1467 if (tf_idata_insert(&rd->rd_instances, newi) < 0)
1470 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0)
1503 tf_idata_t *newi; local
1542 if ((newi = tf_idata_new(mp, inst, ntn)) == NULL) {
1547 if (tf_idata_insert(&rd->rd_instances, newi) < 0) {
1552 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1596 int newi; local
1659 newi = (uint32_t)++maxi % INT_MAX;
1668 flt->name, newi);
1671 flt->instance = newi++;

Completed in 73 milliseconds