Searched refs:custr_remove (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/libcustr/ |
H A D | custr_remove.c | 53 FAIL(custr_remove(cu, 6, 2), EINVAL); in main() 54 FAIL(custr_remove(cu, 2, 10), EINVAL); in main() 58 VERIFY0(custr_remove(cu, 0, 1)); in main() 66 VERIFY0(custr_remove(cu, 1, 2)); in main()
|
H A D | Makefile | 21 PROGS = custr_remove custr_trunc
|
/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | libcustr.h | 153 int custr_remove(custr_t *, size_t, size_t);
|
H A D | custr.c | 89 custr_remove(custr_t *cus, size_t idx, size_t len) in custr_remove() function 131 return (custr_remove(cus, idx, len)); in custr_rremove()
|
H A D | mapfile-vers | 45 custr_remove;
|
/illumos-gate/usr/src/test/util-tests/runfiles/ |
H A D | default.run | 98 tests = ['custr_remove', 'custr_trunc']
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-utiltest.p5m | 1607 file path=opt/util-tests/tests/libcustr/custr_remove mode=0555
|