Searched refs:strchr2esc (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_string.h | 37 extern char *strchr2esc(const char *, size_t);
|
H A D | dt_string.c | 136 strchr2esc(const char *s, size_t n) in strchr2esc() function
|
H A D | dt_printf.c | 574 if ((s = strchr2esc(addr, size)) == NULL) in pfprint_estr()
|
H A D | dt_parser.c | 425 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 D | mdb_string.h | 56 extern char *strchr2esc(const char *, size_t);
|
H A D | mdb_fmt.c | 263 s = strchr2esc(buf, strlen(buf)); in fmt_escstr() 291 convert = &strchr2esc; in fmt_escchr()
|
H A D | mdb_string.c | 369 strchr2esc(const char *s, size_t n) in strchr2esc() function
|
H A D | mdb_lex.l | 577 s = strchr2esc(yytext, strlen(yytext));
|
H A D | mdb_termio.c | 1191 str = strchr2esc(ta->ta_valp->at_str, in termio_dump()
|