Home
last modified time | relevance | path

Searched refs:icsubstr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dreceipt.c50 static int icsubstr(char *s1, char *s2);
67 if (icsubstr(hfield("default-options", mp, addone), "/receipt") in receipt()
68 || icsubstr(hfield(">to", mp, addto), "/receipt")) { in receipt()
97 icsubstr(char *s1, char *s2) in icsubstr() function