Home
last modified time | relevance | path

Searched refs:strchr2esc (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.h37 extern char *strchr2esc(const char *, size_t);
H A Ddt_string.c136 strchr2esc(const char *s, size_t n) in strchr2esc() function
H A Ddt_parser.c426 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_node_name()
4662 char *escd = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_printd()
4859 char *escd = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_node_printr()
H A Ddt_printf.c574 if ((s = strchr2esc(addr, size)) == NULL) in pfprint_estr()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h56 extern char *strchr2esc(const char *, size_t);
H A Dmdb_fmt.c267 s = strchr2esc(buf, strlen(buf)); in fmt_escstr()
295 convert = &strchr2esc; in fmt_escchr()
H A Dmdb_string.c371 strchr2esc(const char *s, size_t n) in strchr2esc() function
H A Dmdb_lex.l589 s = strchr2esc(yytext, strlen(yytext));
H A Dmdb_termio.c1287 str = strchr2esc(ta->ta_valp->at_str, in termio_dump()
H A Dmdb_print.c986 s = strchr2esc(&cval, 1); in print_char_val()