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

/illumos-gate/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.
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c562 * indeterminate property will be marked valid. IE, the only properties
683 char *only; local
750 /* strip a trailing only to simplify further processing */
751 only = proto + strlen(proto) - (sizeof ("6only") - 1);
752 if ((only > proto) && (strcmp(only, "6only") == 0)) {
753 *++only = '\0';
799 * We're running in validate only mod
[all...]
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c5 * Common Development and Distribution License, Version 1.0 only
153 static void only(struct dir *, int);
229 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */
953 /* There was only one ifdef given */
1293 only(d1, 1);
1307 only(d2, 2);
1388 only(struct dir *dp, int which) function

Completed in 214 milliseconds