Lines Matching refs:xstrdup

10     ThreadedStackPush(stack, xstrdup("1"));  in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
75 ThreadedStackPush(new_stack, xstrdup("5")); in test_copy()
105 size_t size1 = ThreadedStackPushReportCount(stack, xstrdup("1")); in test_push_report_count()
106 size_t size2 = ThreadedStackPushReportCount(stack, xstrdup("2")); in test_push_report_count()
107 size_t size3 = ThreadedStackPushReportCount(stack, xstrdup("3")); in test_push_report_count()
108 size_t size4 = ThreadedStackPushReportCount(stack, xstrdup("4")); in test_push_report_count()
122 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
123 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
124 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
125 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
126 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
127 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
128 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
129 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()
130 ThreadedStackPush(stack, xstrdup("spam")); in test_expand()