Home
last modified time | relevance | path

Searched refs:getbastring (Results 1 – 14 of 14) sorted by relevance

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dgetxstring.testc168 TESTCASE(getbastring, "258 uranium", ' ', "258");
172 TESTCASE(getbastring, "NIL by mouth", ' ', "NIL");
173 TESTCASE(getbastring, "NELLY the lamb", ' ', "NELLY");
183 TESTCASE(getbastring, "foo*bar baz", ' ', "foo*bar");
193 TESTCASE(getbastring, "foo(bar baz", '(', "foo");
194 TESTCASE(getbastring, "foo)bar baz", ')', "foo");
196 TESTCASE(getbastring, "foo\"bar baz", '"', "foo");
203 TESTCASE(getbastring, "\"foo\" bar", ' ', "foo");
206 TESTCASE(getbastring, "\"foo bar", EOF, "");
223 TESTCASE(getbastring, "{3}\r\nfoo ", ' ', "foo");
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Dgetxstring.testc197 * getbastring() is just the same as getastring() but allows embedded
204 TESTCASE(getbastring, "258 uranium", ' ', "258", BLEN("258 "));
208 TESTCASE(getbastring, "NIL by mouth", ' ', "NIL", BLEN("NIL "));
209 TESTCASE(getbastring, "NELLY the lamb", ' ', "NELLY", BLEN("NELLY "));
210 TESTCASE(getbastring, "NILE in Egypt", ' ', "NILE", BLEN("NILE "));
230 TESTCASE(getbastring, "foo(bar baz", '(', "foo", BLEN("foo("));
231 TESTCASE(getbastring, "foo)bar baz", ')', "foo", BLEN("foo)"));
233 TESTCASE(getbastring, "foo\"bar baz", '"', "foo", BLEN("foo\""));
240 TESTCASE(getbastring, "\"foo\" bar", ' ', "foo", BLEN("\"foo\" "));
243 TESTCASE(getbastring, "\"foo bar", EOF, "", BLEN("\"foo bar"));
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Dgetxstring.testc172 * getbastring() is just the same as getastring() but allows embedded
179 TESTCASE(getbastring, "258 uranium", ' ', "258", BLEN("258 "));
183 TESTCASE(getbastring, "NIL by mouth", ' ', "NIL", BLEN("NIL "));
184 TESTCASE(getbastring, "NELLY the lamb", ' ', "NELLY", BLEN("NELLY "));
185 TESTCASE(getbastring, "NILE in Egypt", ' ', "NILE", BLEN("NILE "));
205 TESTCASE(getbastring, "foo(bar baz", '(', "foo", BLEN("foo("));
206 TESTCASE(getbastring, "foo)bar baz", ')', "foo", BLEN("foo)"));
208 TESTCASE(getbastring, "foo\"bar baz", '"', "foo", BLEN("foo\""));
215 TESTCASE(getbastring, "\"foo\" bar", ' ', "foo", BLEN("\"foo\" "));
218 TESTCASE(getbastring, "\"foo bar", EOF, "", BLEN("\"foo bar"));
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dcyr_dbtool.c169 c = getbastring(in, NULL, &key); in batch_commands()
171 c = getbastring(in, NULL, &val); in batch_commands()
H A Dimapparse.h78 #define getbastring(pin, pout, buf) getxstring((pin), (pout), (buf), IMAP_BIN_ASTRING) macro
H A Dmbdump.c976 c = getbastring(pin, pout, &content); in undump_mailbox()
H A Ddlist.c1115 c = getbastring(in, NULL, &vbuf); in dlist_parse()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dcyr_dbtool.c169 c = getbastring(in, NULL, &key); in batch_commands()
171 c = getbastring(in, NULL, &val); in batch_commands()
H A Dimapparse.h78 #define getbastring(pin, pout, buf) getxstring((pin), (pout), (buf), IMAP_BIN_ASTRING) macro
H A Dmbdump.c976 c = getbastring(pin, pout, &content); in undump_mailbox()
H A Ddlist.c1124 c = getbastring(in, NULL, &vbuf); in dlist_parse()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dimapparse.h78 #define getbastring(pin, pout, buf) getxstring((pin), (pout), (buf), IMAP_BIN_ASTRING) macro
H A Dmbdump.c976 c = getbastring(pin, pout, &content); in undump_mailbox()
H A Ddlist.c1089 c = getbastring(in, NULL, &vbuf); in dlist_parse()