Searched defs:only (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c320 ** Note that it only deletes matching addresses. If those addresses
1094 ADDRESS *only = NULL; local
1102 only = q;
1109 q = only;
1116 only->q_flags |= QPRIMARY;
1647 /* allow links only in unwritable directories */
1976 ** which is a problem only on mail.server.
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c560 * indeterminate property will be marked valid. IE, the only properties
681 char *only; local
748 /* strip a trailing only to simplify further processing */
749 only = proto + strlen(proto) - (sizeof ("6only") - 1);
750 if ((only > proto) && (strcmp(only, "6only") == 0)) {
751 *++only = '\0';
797 * We're running in validate only mod
[all...]

Completed in 24 milliseconds