Home
last modified time | relevance | path

Searched refs:str (Results 1 – 5 of 5) sorted by relevance

/support/
A Dsupport_quote_string.c23 support_quote_string (const char *str) in support_quote_string() argument
25 return support_quote_blob (str, strlen (str)); in support_quote_string()
A Dsupport_test_compare_string_main.c28 report_length (const char *what, const CHAR *str, size_t length) in report_length() argument
30 if (str == NULL) in report_length()
56 string_length_or_zero (const CHAR *str) in string_length_or_zero() argument
58 if (str == NULL) in string_length_or_zero()
61 return STRLEN (str); in string_length_or_zero()
A Dsupport_run_diff.c31 write_to_temp_file (const char *prefix, const char *str) in write_to_temp_file() argument
38 xwrite (fd, str, strlen (str)); in write_to_temp_file()
A Dtst-support_capture_subprocess.c133 parse_int (const char *str) in parse_int() argument
138 ret = strtol (str, &endptr, 10); in parse_int()
A Dtest-container.c182 concat (const char *str, ...) in concat() argument
194 va_start (ap, str); in concat()
199 len = strlen (str); in concat()
217 strcpy (bufs[n], str); in concat()

Completed in 12 milliseconds