Home
last modified time | relevance | path

Searched refs:newi (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mailx/
H A Dcollect.c85 static FILE *newi; /* File for saving away */ variable
108 newi = newo = NULL; in collect()
121 newi = ibuf; in collect()
675 ibuf = newi; in collect()
676 newi = ibuf; in collect()
691 ibuf = newi; in collect()
981 fclose(newi); in mesedit()
983 newi = ibuf; in mesedit()
1005 newi = ibuf; in mespipe()
1060 newi = ni; in mespipe()
[all …]
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1409 tf_idata_t *newi; in fac_process() local
1466 if ((newi = tf_idata_new(mp, 0, ntn)) == NULL) in fac_process()
1469 if (tf_idata_insert(&rd->rd_instances, newi) < 0) in fac_process()
1472 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0) in fac_process()
1505 tf_idata_t *newi; in node_process() local
1544 if ((newi = tf_idata_new(mp, inst, ntn)) == NULL) { in node_process()
1549 if (tf_idata_insert(&rd->rd_instances, newi) < 0) { in node_process()
1554 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0) in node_process()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1601 int newi; in difffilters() local
1664 newi = (uint32_t)++maxi % INT_MAX; in difffilters()
1673 flt->name, newi); in difffilters()
1676 flt->instance = newi++; in difffilters()