Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmailcompat.c192 char *bang2; local
194 if ((bang2 = strrchr(start, '!')) != NULL) /* 2nd rightmost '!' */
195 *shortp = bang2 + 1; /* move past ! */
H A Dvacation.c418 char *bang2; local
421 if ((bang2 = strrchr(start, '!')) != NULL)
422 *shortp = bang2 + 1; /* move past ! */