Searched refs:newc (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libgenutil/ |
H A D | Str.cc | 188 Str::replaceAll(char c, char newc) in replaceAll() argument 192 str_[i] = newc; in replaceAll()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.h | 51 struct node **newc, struct config *croot);
|
H A D | itree.c | 1891 struct node *newc = NULL; in itree_set_arrow_traits() local 1922 if (eval_potential(fromev->u.event.eexprlist, ex, events, &newc, in itree_set_arrow_traits() 1943 if (eval_potential(toev->u.event.eexprlist, ex, events, &newc, in itree_set_arrow_traits() 1945 if (newc != NULL) in itree_set_arrow_traits() 1946 tree_free(newc); in itree_set_arrow_traits() 1951 if (newc != NULL) { in itree_set_arrow_traits() 1953 (void) itree_add_constraint(ap, iexpr(newc)); in itree_set_arrow_traits() 2092 struct constraintlist *newc; in itree_add_constraint() local 2099 newc = alloc_xmalloc(sizeof (struct constraintlist)); in itree_add_constraint() 2100 newc->next = NULL; in itree_add_constraint() [all …]
|
H A D | eval.c | 1246 struct node **newc, struct config *croot) in eval_potential() argument 1260 if (*newc == NULL) { in eval_potential() 1266 *newc = newnp; in eval_potential() 1275 *newc = tree_expr(T_AND, *newc, newnp); in eval_potential()
|
/illumos-gate/usr/src/lib/libfru/include/ |
H A D | Str.h | 70 void replaceAll(char c, char newc);
|
/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | custr.c | 244 custr_appendc(custr_t *cus, char newc) in custr_appendc() argument 246 return (custr_append_printf(cus, "%c", newc)); in custr_appendc()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev.c | 445 int newc; in vdev_compact_children() local 449 for (int c = newc = 0; c < oldc; c++) in vdev_compact_children() 451 newc++; in vdev_compact_children() 458 if (newc == 0) { in vdev_compact_children() 461 pvd->vdev_children = newc; in vdev_compact_children() 465 newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP); in vdev_compact_children() 467 for (int c = newc = 0; c < oldc; c++) { in vdev_compact_children() 469 newchild[newc] = cvd; in vdev_compact_children() 470 cvd->vdev_id = newc++; in vdev_compact_children() 476 pvd->vdev_children = newc; in vdev_compact_children() [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | trigger2.test | 581 olda, oldb, oldc, oldd, newa, newb, newc, newd);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-utiltest.p5m | 1072 file path=opt/util-tests/tests/cpio/files/freebsd.newc.cpio mode=0444
|