Searched refs:custr_remove (Results 1 – 8 of 8) 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 | 105 tests = ['custr_remove', 'custr_trunc']
|
| /illumos-gate/usr/src/test/ |
| H A D | .gitignore | 299 util-tests/tests/libcustr/custr_remove
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-test-utiltest.p5m | 1619 file path=opt/util-tests/tests/libcustr/custr_remove mode=0555
|