Searched refs:strchr2esc (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/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_parser.c | 426 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 D | dt_printf.c | 574 if ((s = strchr2esc(addr, size)) == NULL) in pfprint_estr()
|
/illumos-gate/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 | 267 s = strchr2esc(buf, strlen(buf)); in fmt_escstr() 295 convert = &strchr2esc; in fmt_escchr()
|
H A D | mdb_string.c | 371 strchr2esc(const char *s, size_t n) in strchr2esc() function
|
H A D | mdb_lex.l | 589 s = strchr2esc(yytext, strlen(yytext));
|
H A D | mdb_termio.c | 1287 str = strchr2esc(ta->ta_valp->at_str, in termio_dump()
|
H A D | mdb_print.c | 986 s = strchr2esc(&cval, 1); in print_char_val()
|