| /src/external/ibm-public/postfix/dist/src/global/ |
| hfrom_format.c | 143 const char *exp_warning; /* expected warning or empty */ member in struct:name_test_case 174 const char *exp_warning; /* expected warning or empty */ member in struct:code_test_case 224 if (strcmp(STR(msg_buf), np->exp_warning) != 0) { 226 np->label, STR(msg_buf), np->exp_warning); 229 if (*np->exp_warning == 0) { 258 if (strcmp(STR(msg_buf), cp->exp_warning) != 0) { 260 cp->label, STR(msg_buf), cp->exp_warning); 262 } else if (*cp->exp_warning == 0) {
|
| dict_sqlite_test.c | 130 const char *exp_warning; /* substring match or null */ member in struct:TEST_CASE 177 if (tp->exp_warning == 0 && VSTRING_LEN(msg_buf) > 0) { 181 if (tp->exp_warning != 0 182 && strstr(vstring_str(msg_buf), tp->exp_warning) == 0) { 184 vstring_str(msg_buf), tp->exp_warning); 210 .exp_warning = "contains >%s< without the recommended '' quotes", 215 .exp_warning = "contains >%s< without the recommended '' quotes",
|
| rfc2047_code.c | 399 const char *exp_warning; member in struct:TEST_CASE 432 if (tp->exp_warning == 0 && VSTRING_LEN(msg_buf) > 0) { 436 if (tp->exp_warning != 0 437 && strcmp(vstring_str(msg_buf), tp->exp_warning) != 0) { 439 vstring_str(msg_buf), tp->exp_warning); 442 if (!got == !tp->exp_warning) { 445 tp->exp_warning ? tp->exp_warning : "null"); 476 VSTRING *exp_warning; local 506 exp_warning = vstring_alloc(100) [all...] |
| config_known_tcp_ports.c | 153 const char *exp_warning; /* expected warning or null */ member in struct:test_case 229 if (strcmp(STR(msg_buf), tp->exp_warning) != 0) { 232 STRING_OR_NULL(tp->exp_warning));
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| find_inet.c | 164 const char *exp_warning; /* expected error */ member in struct:test_case 173 /* exp_warning */ "", 180 /* exp_warning */ "", 187 /* exp_warning */ "find_inet: warning: unknown service: an-impossible-name/tcp\n", 193 /* exp_warning */ "find_inet: warning: bad port number: 123456\n", 231 if (strcmp(STR(msg_buf), tp->exp_warning) != 0) { 233 tp->label, STR(msg_buf), tp->exp_warning); 235 } else if (tp->exp_warning[0] == 0) {
|