Searched refs:str (Results 1 – 5 of 5) sorted by relevance
/support/ |
A D | support_quote_string.c | 23 support_quote_string (const char *str) in support_quote_string() argument 25 return support_quote_blob (str, strlen (str)); in support_quote_string()
|
A D | support_test_compare_string_main.c | 28 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 D | support_run_diff.c | 31 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 D | tst-support_capture_subprocess.c | 133 parse_int (const char *str) in parse_int() argument 138 ret = strtol (str, &endptr, 10); in parse_int()
|
A D | test-container.c | 182 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