| /src/external/ibm-public/postfix/dist/src/util/ |
| argv_splitq.c | 41 /* mystrtokq(), safe string splitter. 76 while ((arg = mystrtokq(&bp, delim, parens)) != 0) 95 while (count-- > 1 && (arg = mystrtokq(&bp, delim, parens)) != 0) 115 while ((arg = mystrtokq(&bp, delim, parens)) != 0)
|
| stringops.h | 34 extern char *mystrtokq(char **, const char *, const char *); 42 #define mystrtokq(cp, sp, pp) mystrtokq_cw((cp), (sp), (pp), (char *) 0) macro
|
| mystrtok.c | 15 /* char *mystrtokq(bufp, delimiters, parens) 44 /* mystrtokq() is like mystrtok() but will not split text 140 /* mystrtokq - ABI compatibility wrapper */ 142 #undef mystrtokq macro 144 char *mystrtokq(char **src, const char *sep, const char *parens) function 265 {"mystrtokq", ""}, 266 {"mystrtokq", "foo bar", {"foo", "bar"}}, 267 {"mystrtokq", "{ bar } ", {"{ bar }"}}, 268 {"mystrtokq", "foo { bar } baz", {"foo", "{ bar }", "baz"}}, 269 {"mystrtokq", "foo{ bar } baz", {"foo{ bar }", "baz"}} [all...] |
| dict_inline.c | 117 while ((nameval = mystrtokq(&cp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|
| dict_random.c | 98 while ((arg = mystrtokq(&bp, delim, parens)) != 0) {
|
| dict_stream.c | 103 while (err == 0 && (cp = mystrtokq(&bp, CHARS_COMMA_SP, CHARS_BRACE)) != 0)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_parm_split.c | 78 * error. In this case, mystrtokq() detects no error, extpar() signals 81 while ((arg = mystrtokq(&bp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|
| attr_override.c | 133 while ((nameval = mystrtokq(&cp, sep, parens)) != 0) {
|
| map_search.c | 163 } else if ((map_type_name = mystrtokq(&bp, CHARS_COMMA_SP, 186 while ((attr_name_val = mystrtokq(&bp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|
| data_redirect.c | 232 target = mystrtokq(&bufp, " \t", CHARS_BRACE);
|
| maps.c | 156 while ((map_type_name = mystrtokq(&bufp, sep, parens)) != 0) {
|
| server_acl.c | 140 while ((acl = mystrtokq(&bp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_reqtls_policy.c | 118 while ((item = mystrtokq(&bp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|
| smtp_tls_policy.c | 333 if ((tok = mystrtokq(&policy, CHARS_COMMA_SP, CHARS_BRACE)) == 0) { 348 while ((tok = mystrtokq(&policy, CHARS_COMMA_SP, CHARS_BRACE)) != 0) 361 while ((tok = mystrtokq(&policy, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/milter/ |
| milter.c | 285 while ((nameval = mystrtokq(&cp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) { 692 while ((name = mystrtokq(&cp, sep, parens)) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/proxymap/ |
| proxymap.c | 750 while ((type_name = mystrtokq(&bp, sep, parens)) != 0) { 764 if ((type_name = mystrtokq(&type_name, sep, parens)) == 0)
|
| /src/external/ibm-public/postfix/dist/src/master/ |
| master_ent.c | 585 while ((cp = mystrtokq(&bufp, master_blanks, CHARS_BRACE)) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_check.c | 684 while ((name = mystrtokq(&bp, CHARS_COMMA_SP, CHARS_BRACE)) != 0) {
|