Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1407 tf_idata_t *newi; in fac_process() local
1464 if ((newi = tf_idata_new(mp, 0, ntn)) == NULL) in fac_process()
1467 if (tf_idata_insert(&rd->rd_instances, newi) < 0) in fac_process()
1470 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0) in fac_process()
1503 tf_idata_t *newi; in node_process() local
1542 if ((newi = tf_idata_new(mp, inst, ntn)) == NULL) { in node_process()
1547 if (tf_idata_insert(&rd->rd_instances, newi) < 0) { in node_process()
1552 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0) in node_process()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1596 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()