Searched refs:testcommand (Results 1 – 5 of 5) sorted by relevance
224 char *testcommand; member409 mc->testcommand = NULL; in ProcessMailcapEntry()438 mc->testcommand = NULL; in ProcessMailcapEntry()439 StrAllocCopy(mc->testcommand, eq); in ProcessMailcapEntry()440 TrimCommand(mc->testcommand); in ProcessMailcapEntry()442 mc->testcommand)); in ProcessMailcapEntry()480 mc->testcommand, in ProcessMailcapEntry()485 FREE(mc->testcommand); in ProcessMailcapEntry()754 int LYTestMailcapCommand(const char *testcommand, in LYTestMailcapCommand() argument761 if (LYMailcapUsesPctS(testcommand)) { in LYTestMailcapCommand()[all …]
87 const char *testcommand, in HTSetPresentation() argument107 NonNull(testcommand), in HTSetPresentation()123 pres->testcommand = NULL; in HTSetPresentation()124 StrAllocCopy(pres->testcommand, testcommand); in HTSetPresentation()175 pres->testcommand = NULL; in HTSetConversion()221 FREE(pres->testcommand); in HTFreePresentations()353 if (pres->testcommand != 0) { in failsMailcap()354 if (LYTestMailcapCommand(pres->testcommand, in failsMailcap()
166 char *testcommand; /* MIME-format test string */ member248 const char *testcommand,
27 extern int LYTestMailcapCommand(const char *testcommand, const char *params);
1780 * modified mailcap command and testcommand substitutions to provide for1781 running the testcommand's after program initialization (prompted by review