Searched refs:ValuePntr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5705 const char *ValuePntr; local
5830 ValuePntr = argv[ArgumentIndex];
5834 if (strcasecmp (ValuePntr, "yes") == 0 ||
5835 strcasecmp (ValuePntr, "true") == 0)
5837 else if (strcasecmp (ValuePntr, "no") == 0 ||
5838 strcasecmp (ValuePntr, "false") == 0)
5843 i = strtol (ValuePntr, &EndPntr, 0);
5847 ScriptMessage.AddString (g_DataName, ValuePntr);

Completed in 46 milliseconds