Lines Matching +defs:single +defs:line +defs:p
245 #define xstrdup(p) x_strdup((p), __FILE__, __LINE__) argument
246 #define xstrndup(p, size) x_strndup((p), (size), __FILE__, __LINE__) argument
247 #define xreallocarray(p, n, type) \ argument
345 x_calloc(size_t n, size_t size, const char *file, int line) in x_calloc()
347 void *p; in x_calloc() local
363 x_malloc(size_t size, const char *file, int line) in x_malloc()
365 void *p; in x_malloc() local
389 x_reallocarray(void *p, size_t n, size_t size, const char *file, int line) in x_reallocarray()
408 x_strdup(const char *s, const char *file, int line) in x_strdup()
410 char *p; in x_strdup() local
432 x_strndup(const char *s, size_t size, const char *file, int line) in x_strndup()
434 const char *p; in x_strndup() local
537 skip_whitespace(const char *p) in skip_whitespace()
550 skip_non_whitespace(const char *p) in skip_non_whitespace()
705 test_plan(const char *line, struct testset *ts, enum test_verbose verbose) in test_plan()
787 test_checkline(const char *line, struct testset *ts, enum test_verbose verbose) in test_checkline()
1310 parse_test_list_line(const char *line, struct testset *ts, const char *source, in parse_test_list_line()
1313 const char *p, *end, *option, *libtool; in parse_test_list_line() local
1387 unsigned int line; in read_test_list() local
1669 int single = 0; in main() local