Searched defs:test_program_success (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-program-client/ |
H A D | test-program-client-local.c | 38 void test_program_success(void) { function 39 test_begin("test_program_success"); 229 test_program_success,
|
H A D | test-program-client-net.c | 173 if (strcmp(args[0], "test_program_success")==0) { 294 void test_program_success(void) { function 295 test_begin("test_program_success"); 299 "test_program_success", "hello", "world", NULL 410 "test_program_success", "hello", "world", NULL 438 "test_program_success", "hello", "world", NULL 472 test_program_success,
|
H A D | test-program-client-unix.c | 145 if (strcmp(args[0], "test_program_success")==0) { 251 void test_program_success(void) { function 252 test_begin("test_program_success"); 256 "test_program_success", "hello", "world", NULL 355 "test_program_success", "hello", "world", NULL 376 test_program_success,
|
Completed in 1528 milliseconds