HomeSort by: relevance | last modified time | path
    Searched refs:out_text (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/testing/
mock_spawn_command.h 27 const char *out_text; member in struct:MOCK_SPAWN_CMD_REQ
mock_spawn_command.c 14 /* const char *out_text;
29 /* .IP out_text
75 if (request->out_text != 0)
76 msg_fatal("setup_spawn_command: out_status is zero, but out_text "
79 if (request->out_text == 0 || *request->out_text == 0) {
81 "out_text is null or empty");
198 write(got_args.stderr_fd, mock_req.out_text, strlen(mock_req.out_text));
  /src/external/gpl2/lvm2/dist/include/
text_export.h 21 #define outf(args...) do {if (!out_text(args)) return_0;} while (0)
34 int out_text(struct formatter *f, const char *fmt, ...)
  /src/external/gpl2/lvm2/dist/lib/format_text/
text_export.h 21 #define outf(args...) do {if (!out_text(args)) return_0;} while (0)
34 int out_text(struct formatter *f, const char *fmt, ...)
export.c 306 int out_text(struct formatter *f, const char *fmt, ...) function
318 return out_text(f, "%s", line);
703 if (!out_text(f, "%s {", vg->name))
720 if (!out_text(f, "}"))
  /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_index_as_test.c 138 .out_text = 0,
161 .out_text = "sorry, I cannot do that",
nbdb_process_test.c 247 .out_text = 0,
311 .out_text = "sorry, I cannot do that",
496 .out_text = 0,
  /src/crypto/external/apache2/openssl/dist/test/recipes/
25-test_x509.t 49 my $out_text = "out-tab-in-dn.text";
52 "-in", $pem, "-out", $out_text])));
53 is(cmp_text($out_text, $text),

Completed in 20 milliseconds