Home
last modified time | relevance | path

Searched refs:getastring (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dgetxstring.testc93 TESTCASE(getastring, "258 uranium", ' ', "258");
97 TESTCASE(getastring, "NIL by mouth", ' ', "NIL");
98 TESTCASE(getastring, "NELLY the lamb", ' ', "NELLY");
106 TESTCASE(getastring, "foo*bar baz", ' ', "foo*bar");
116 TESTCASE(getastring, "foo(bar baz", '(', "foo");
117 TESTCASE(getastring, "foo)bar baz", ')', "foo");
119 TESTCASE(getastring, "foo\"bar baz", '"', "foo");
126 TESTCASE(getastring, "\"foo\" bar", ' ', "foo");
129 TESTCASE(getastring, "\"foo bar", EOF, "");
146 TESTCASE(getastring, "{3}\r\nfoo ", ' ', "foo");
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Dgetxstring.testc128 TESTCASE(getastring, "258 uranium", ' ', "258", BLEN("258 "));
132 TESTCASE(getastring, "NIL by mouth", ' ', "NIL", BLEN("NIL "));
134 TESTCASE(getastring, "NILE in Egypt", ' ', "NILE", BLEN("NILE "));
152 TESTCASE(getastring, "foo(bar baz", '(', "foo", BLEN("foo("));
153 TESTCASE(getastring, "foo)bar baz", ')', "foo", BLEN("foo)"));
155 TESTCASE(getastring, "foo\"bar baz", '"', "foo", BLEN("foo\""));
162 TESTCASE(getastring, "\"foo\" bar", ' ', "foo", BLEN("\"foo\" "));
165 TESTCASE(getastring, "\"foo bar", EOF, "", BLEN("\"foo bar"));
192 /* literals with embedded NUL - getastring() rejects these */
197 * getbastring() is just the same as getastring() but allows embedded
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Dgetxstring.testc103 TESTCASE(getastring, "258 uranium", ' ', "258", BLEN("258 "));
107 TESTCASE(getastring, "NIL by mouth", ' ', "NIL", BLEN("NIL "));
109 TESTCASE(getastring, "NILE in Egypt", ' ', "NILE", BLEN("NILE "));
127 TESTCASE(getastring, "foo(bar baz", '(', "foo", BLEN("foo("));
128 TESTCASE(getastring, "foo)bar baz", ')', "foo", BLEN("foo)"));
130 TESTCASE(getastring, "foo\"bar baz", '"', "foo", BLEN("foo\""));
137 TESTCASE(getastring, "\"foo\" bar", ' ', "foo", BLEN("\"foo\" "));
140 TESTCASE(getastring, "\"foo bar", EOF, "", BLEN("\"foo bar"));
167 /* literals with embedded NUL - getastring() rejects these */
172 * getbastring() is just the same as getastring() but allows embedded
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dimapparse.c667 c = getastring(pin, pout, &entry); in get_search_annotation()
673 c = getastring(pin, pout, &attrib); in get_search_annotation()
894 c = getastring(pin, pout, &arg); in get_search_criterion()
900 c = getastring(pin, pout, &arg); in get_search_criterion()
918 c = getastring(pin, pout, &arg); in get_search_criterion()
981 c = getastring(pin, pout, &arg); in get_search_criterion()
991 c = getastring(pin, pout, &arg); in get_search_criterion()
1004 c = getastring(pin, pout, &arg); in get_search_criterion()
1012 c = getastring(pin, pout, &arg); in get_search_criterion()
1029 c = getastring(pin, pout, &arg); in get_search_criterion()
[all …]
H A Dimapd.c2668 c = getastring(imapd_in, imapd_out, &passwdbuf); in cmd_login()
8084 c = getastring(imapd_in, imapd_out, &reference); in getlistargs()
8121 c = getastring(imapd_in, imapd_out, &buf); in getlistargs()
9698 c = getastring(imapd_in, imapd_out, &arg); in parse_metadata_string_or_list()
9877 c = getastring(imapd_in, imapd_out, &entry); in parse_metadata_store_data()
10690 c = getastring(imapd_in, imapd_out, &arg); in cmd_xwarmup()
10822 c = getastring(imapd_in, imapd_out, &arg); in get_snippetargs()
10988 c = getastring(pin, pout, &tmp); in trashacl()
11003 c = getastring(pin, pout, &user); in trashacl()
13830 c = getastring(imapd_in, imapd_out, &arg); in cmd_urlfetch()
[all …]
H A Dimapparse.h77 #define getastring(pin, pout, buf) getxstring((pin), (pout), (buf), IMAP_ASTRING) macro
H A Dsync_log.c664 if ((c = getastring(slr->input, 0, &slr->arg1)) == EOF) return EOF; in sync_log_reader_getitem()
669 if ((c = getastring(slr->input, 0, &slr->arg2)) == EOF) return EOF; in sync_log_reader_getitem()
H A Ddlist.c1056 c = getastring(in, NULL, &kbuf); in dlist_parse()
1101 c = getastring(in, NULL, &pbuf); in dlist_parse()
1103 c = getastring(in, NULL, &gbuf); in dlist_parse()
1129 c = getastring(in, NULL, &vbuf); in dlist_parse()
H A Dmbdump.c927 c = getastring(pin, pout, &file); in undump_mailbox()
986 c = getastring(pin, pout, &data); in undump_mailbox()
1022 c = getastring(pin, pout, &content); in undump_mailbox()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dimapparse.c662 c = getastring(pin, pout, &entry); in get_search_annotation()
668 c = getastring(pin, pout, &attrib); in get_search_annotation()
888 c = getastring(pin, pout, &arg); in get_search_criterion()
894 c = getastring(pin, pout, &arg); in get_search_criterion()
912 c = getastring(pin, pout, &arg); in get_search_criterion()
979 c = getastring(pin, pout, &arg); in get_search_criterion()
992 c = getastring(pin, pout, &arg); in get_search_criterion()
1000 c = getastring(pin, pout, &arg); in get_search_criterion()
1017 c = getastring(pin, pout, &arg); in get_search_criterion()
1218 c = getastring(pin, pout, &arg); in get_search_criterion()
[all …]
H A Dimapd.c2723 c = getastring(imapd_in, imapd_out, &passwdbuf); in cmd_login()
8084 c = getastring(imapd_in, imapd_out, &reference); in getlistargs()
8121 c = getastring(imapd_in, imapd_out, &buf); in getlistargs()
9692 c = getastring(imapd_in, imapd_out, &arg); in parse_metadata_string_or_list()
9871 c = getastring(imapd_in, imapd_out, &entry); in parse_metadata_store_data()
10687 c = getastring(imapd_in, imapd_out, &arg); in cmd_xwarmup()
10820 c = getastring(imapd_in, imapd_out, &arg); in get_snippetargs()
10986 c = getastring(pin, pout, &tmp); in trashacl()
11001 c = getastring(pin, pout, &user); in trashacl()
13935 c = getastring(imapd_in, imapd_out, &arg); in cmd_urlfetch()
[all …]
H A Dimapparse.h77 #define getastring(pin, pout, buf) getxstring((pin), (pout), (buf), IMAP_ASTRING) macro
H A Dsync_log.c603 if ((c = getastring(slr->input, 0, &slr->arg1)) == EOF) return EOF; in sync_log_reader_getitem()
608 if ((c = getastring(slr->input, 0, &slr->arg2)) == EOF) return EOF; in sync_log_reader_getitem()
H A Ddlist.c1047 c = getastring(in, NULL, &kbuf); in dlist_parse()
1092 c = getastring(in, NULL, &pbuf); in dlist_parse()
1094 c = getastring(in, NULL, &gbuf); in dlist_parse()
1120 c = getastring(in, NULL, &vbuf); in dlist_parse()
H A Dmbdump.c927 c = getastring(pin, pout, &file); in undump_mailbox()
986 c = getastring(pin, pout, &data); in undump_mailbox()
1022 c = getastring(pin, pout, &content); in undump_mailbox()
H A Dimap_proxy.c678 c = getastring(s->in, s->out, &sep); in pipe_lsub()
690 c = getastring(s->in, s->out, &name); in pipe_lsub()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dimapparse.c626 c = getastring(pin, pout, &entry); in get_search_annotation()
633 c = getastring(pin, pout, &attrib); in get_search_annotation()
830 c = getastring(pin, pout, &arg); in get_search_criterion()
836 c = getastring(pin, pout, &arg); in get_search_criterion()
854 c = getastring(pin, pout, &arg); in get_search_criterion()
924 c = getastring(pin, pout, &arg); in get_search_criterion()
932 c = getastring(pin, pout, &arg); in get_search_criterion()
949 c = getastring(pin, pout, &arg); in get_search_criterion()
1111 c = getastring(pin, pout, &arg); in get_search_criterion()
1119 c = getastring(pin, pout, &arg); in get_search_criterion()
[all …]
H A Dimapd.c2641 c = getastring(imapd_in, imapd_out, &passwdbuf); in cmd_login()
7715 c = getastring(imapd_in, imapd_out, &reference); in getlistargs()
7752 c = getastring(imapd_in, imapd_out, &buf); in getlistargs()
9303 c = getastring(imapd_in, imapd_out, &arg); in parse_metadata_string_or_list()
9482 c = getastring(imapd_in, imapd_out, &entry); in parse_metadata_store_data()
10285 c = getastring(imapd_in, imapd_out, &arg); in cmd_xwarmup()
10420 c = getastring(imapd_in, imapd_out, &arg); in get_snippetargs()
10582 c = getastring(pin, pout, &tmp); in trashacl()
10597 c = getastring(pin, pout, &user); in trashacl()
13452 c = getastring(imapd_in, imapd_out, &arg); in cmd_urlfetch()
[all …]
H A Dcyr_dbtool.c164 c = getastring(in, NULL, &key); in batch_commands()
166 c = getastring(in, NULL, &val); in batch_commands()
H A Dimapparse.h77 #define getastring(pin, pout, buf) getxstring((pin), (pout), (buf), IMAP_ASTRING) macro
H A Dsync_log.c584 if ((c = getastring(slr->input, 0, &slr->arg1)) == EOF) return EOF; in sync_log_reader_getitem()
589 if ((c = getastring(slr->input, 0, &slr->arg2)) == EOF) return EOF; in sync_log_reader_getitem()
H A Ddlist.c1021 c = getastring(in, NULL, &kbuf); in dlist_parse()
1066 c = getastring(in, NULL, &pbuf); in dlist_parse()
1068 c = getastring(in, NULL, &gbuf); in dlist_parse()
1094 c = getastring(in, NULL, &vbuf); in dlist_parse()
H A Dmbdump.c927 c = getastring(pin, pout, &file); in undump_mailbox()
986 c = getastring(pin, pout, &data); in undump_mailbox()
1022 c = getastring(pin, pout, &content); in undump_mailbox()
H A Dimap_proxy.c678 c = getastring(s->in, s->out, &sep); in pipe_lsub()
690 c = getastring(s->in, s->out, &name); in pipe_lsub()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dpuretext.c235 static void getastring(sdata_t *sdata) { in getastring() function
548 if (!sdata->rndorder) getastring(sdata); in proctext()
770 if (!sdata->rndorder) getastring(sdata); in proctext()
966 if (sdata->text == NULL) getastring(sdata); in puretext_process()

12