Searched refs:newi (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | collect.c | 85 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 …]
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1424 tf_idata_t *newi; in fac_process() local 1481 if ((newi = tf_idata_new(mp, 0, ntn)) == NULL) in fac_process() 1484 if (tf_idata_insert(&rd->rd_instances, newi) < 0) in fac_process() 1487 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0) in fac_process() 1520 tf_idata_t *newi; in node_process() local 1559 if ((newi = tf_idata_new(mp, inst, ntn)) == NULL) { in node_process() 1564 if (tf_idata_insert(&rd->rd_instances, newi) < 0) { in node_process() 1569 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0) in node_process()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 1596 int newi; in difffilters() local 1659 newi = (uint32_t)++maxi % INT_MAX; in difffilters() 1668 flt->name, newi); in difffilters() 1671 flt->instance = newi++; in difffilters()
|