Lines Matching full:str

29 	char *orig, *str, *cp;  in test_strdelim()  local
31 #define START_STRING(x) orig = str = xstrdup(x) in test_strdelim()
36 cp = strdelim(&str); in test_strdelim()
38 cp = strdelim(&str); in test_strdelim()
45 cp = strdelim(&str); in test_strdelim()
47 ASSERT_STRING_EQ(str, ""); in test_strdelim()
53 cp = strdelim(&str); in test_strdelim()
55 cp = strdelim(&str); in test_strdelim()
57 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
63 cp = strdelim(&str); in test_strdelim()
65 ASSERT_STRING_EQ(str, ""); in test_strdelim()
66 cp = strdelim(&str); in test_strdelim()
68 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
74 cp = strdelim(&str); in test_strdelim()
76 ASSERT_STRING_EQ(str, "blob2"); in test_strdelim()
77 cp = strdelim(&str); in test_strdelim()
79 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
80 cp = strdelim(&str); in test_strdelim()
87 cp = strdelim(&str); in test_strdelim()
89 ASSERT_STRING_EQ(str, "blob2 "); in test_strdelim()
90 cp = strdelim(&str); in test_strdelim()
92 cp = strdelim(&str); in test_strdelim()
94 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
100 cp = strdelim(&str); in test_strdelim()
102 ASSERT_STRING_EQ(str, "blob2"); in test_strdelim()
103 cp = strdelim(&str); in test_strdelim()
105 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
106 cp = strdelim(&str); in test_strdelim()
113 cp = strdelim(&str); in test_strdelim()
115 ASSERT_STRING_EQ(str, "=blob2"); in test_strdelim()
116 cp = strdelim(&str); in test_strdelim()
118 ASSERT_STRING_EQ(str, "blob2"); in test_strdelim()
119 cp = strdelim(&str); in test_strdelim()
121 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
127 cp = strdelimw(&str); in test_strdelim()
129 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
130 cp = strdelimw(&str); in test_strdelim()
137 cp = strdelim(&str); in test_strdelim()
139 cp = strdelim(&str); in test_strdelim()
141 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
147 cp = strdelim(&str); in test_strdelim()
149 ASSERT_STRING_EQ(str, "blob2"); in test_strdelim()
150 cp = strdelim(&str); in test_strdelim()
152 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
153 cp = strdelim(&str); in test_strdelim()
160 cp = strdelim(&str); in test_strdelim()
162 ASSERT_STRING_EQ(str, "\"blob2\""); in test_strdelim()
163 cp = strdelim(&str); in test_strdelim()
165 ASSERT_STRING_EQ(str, ""); in test_strdelim()
166 cp = strdelim(&str); in test_strdelim()
168 ASSERT_PTR_EQ(str, NULL); in test_strdelim()
174 cp = strdelim(&str); in test_strdelim()
176 cp = strdelim(&str); in test_strdelim()
178 cp = strdelim(&str); in test_strdelim()
180 cp = strdelim(&str); in test_strdelim()
187 cp = strdelim(&str); in test_strdelim()
194 cp = strdelim(&str); in test_strdelim()
196 cp = strdelim(&str); in test_strdelim()