Searched refs:escape_chars (Results 1 – 12 of 12) sorted by relevance
/external/strace/tests/ |
D | print_quoted_string.c | 13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex() argument 15 print_quoted_memory_ex(instr, strlen(instr), quote, escape_chars); in print_quoted_string_ex() 73 bool quote, const char *escape_chars) in print_quoted_memory_ex() argument 107 !(escape_chars && strchr(escape_chars, c))) { in print_quoted_memory_ex()
|
D | tests.h | 185 const char *escape_chars);
|
/external/strace/tests-mx32/ |
D | print_quoted_string.c | 13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex() argument 15 print_quoted_memory_ex(instr, strlen(instr), quote, escape_chars); in print_quoted_string_ex() 73 bool quote, const char *escape_chars) in print_quoted_memory_ex() argument 107 !(escape_chars && strchr(escape_chars, c))) { in print_quoted_memory_ex()
|
D | tests.h | 185 const char *escape_chars);
|
/external/strace/tests-m32/ |
D | print_quoted_string.c | 13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex() argument 15 print_quoted_memory_ex(instr, strlen(instr), quote, escape_chars); in print_quoted_string_ex() 73 bool quote, const char *escape_chars) in print_quoted_memory_ex() argument 107 !(escape_chars && strchr(escape_chars, c))) { in print_quoted_memory_ex()
|
D | tests.h | 185 const char *escape_chars);
|
/external/strace/ |
D | util.c | 507 const unsigned int style, const char *escape_chars) in string_quote() argument 604 if (!escape && escape_chars) in string_quote() 605 escape = !!strchr(escape_chars, c); in string_quote() 679 const unsigned int style, const char *escape_chars) in print_quoted_string_ex() argument 712 rc = string_quote(str, outstr, size, style, escape_chars); in print_quoted_string_ex()
|
D | defs.h | 651 const char *escape_chars); 653 const char *escape_chars);
|
D | ChangeLog | 7117 print_quoted_string, specify ">" as escape_chars argument. 7129 * defs.h (string_quote): Add escape_chars parameter. 7131 * util.c (string_quote): Add escape_chars parameter. 7133 escape_chars parameter, pass it to string_quote call. 7136 (printstr_ex): Pass NULL as escape_chars argument of string_quote call. 7137 * socketutils.c (unix_parse_response): Pass NULL as escape_chars 7140 print_quoted_memory_ex): Use it. Add escape_chars parameter. 7141 (print_quoted_memory): Pass NULL as escape_chars argument 7144 escape_chars parameter. 7145 * tests/fsync-y.c: Pass NULL as escape_chars argument of
|
/external/autotest/server/ |
D | base_utils.py | 38 escape_chars= r' !"$&' "'" r'()*,:;<=>?[\]^`{|}' 42 if char in escape_chars:
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 2447 int escape_chars = 0; in semanage_fc_find_meta() local 2466 fc_node->meta = c - escape_chars; in semanage_fc_find_meta() 2472 escape_chars++; in semanage_fc_find_meta() 2536 int escape_chars, just_saw_escape; in semanage_fc_sort() local 2619 escape_chars = 0; in semanage_fc_sort() 2625 escape_chars++; in semanage_fc_sort() 2726 temp->effective_len = regex_len - escape_chars; in semanage_fc_sort()
|
/external/iptables/libxtables/ |
D | xtables.c | 1863 static const char escape_chars[] = "\"\\'"; in xtables_save_string() local 1879 for (p = strpbrk(value, escape_chars); p != NULL; in xtables_save_string() 1880 p = strpbrk(value, escape_chars)) { in xtables_save_string()
|