Searched refs:custr_append_printf (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | custr.c | 246 return (custr_append_printf(cus, "%c", newc)); in custr_appendc() 250 custr_append_printf(custr_t *cus, const char *fmt, ...) in custr_append_printf() function 265 return (custr_append_printf(cus, "%s", name)); in custr_append()
|
H A D | libcustr.h | 129 int custr_append_printf(custr_t *, const char *, ...);
|
H A D | mapfile-vers | 40 custr_append_printf;
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | parse.c | 219 if (custr_append_printf(cs, "%u", elements[i]) != 0) { in next_field()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | mapfile-vers | 50 custr_append_printf { TYPE = FUNCTION; FILTER = libcustr.so.1 };
|
/illumos-gate/usr/src/lib/libdemangle/common/ |
H A D | rust.c | 186 if (custr_append_printf(st->rs_demangled, "%.*s", in rust_append_sv()
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 598 if (custr_append_printf(str, "\\%02hhX", c) != 0) in value_to_string()
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 10307 (void) custr_append_printf(cus, "%u", point->dop_port); in print_overlay_targ_cb()
|