Home
last modified time | relevance | path

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

/titanic_41/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_printf.c574 if ((s = strchr2esc(addr, size)) == NULL) in pfprint_estr()
H A Ddt_parser.c425 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_node_name()
4649 char *escd = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_printd()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h56 extern char *strchr2esc(const char *, size_t);
H A Dmdb_fmt.c263 s = strchr2esc(buf, strlen(buf)); in fmt_escstr()
291 convert = &strchr2esc; in fmt_escchr()
H A Dmdb_string.c369 strchr2esc(const char *s, size_t n) in strchr2esc() function
H A Dmdb_lex.l577 s = strchr2esc(yytext, strlen(yytext));
H A Dmdb_termio.c1191 str = strchr2esc(ta->ta_valp->at_str, in termio_dump()