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

/sendmail/libsm/
H A Dstrto.c53 register int any, cutlim; local
56 ** Skip white space and pick up leading +/- sign if any.
102 ** Set any if any `digits' consumed; make it negative to indicate
118 for (acc = 0, any = 0;; c = (unsigned char) *s++)
128 if (any < 0)
134 any = -1;
140 any = 1;
149 any = -1;
155 any
194 register int any, cutlim; local
[all...]
/sendmail/sendmail/
H A Dconf.c85 ** Final (null) entry contains the flags used for any other field.
702 ** This should act as an interface to any local service switch
2053 * documentation for any purpose is hereby granted without fee, provided that
2059 * suitability of this software for any purpose. It is provided "as is"
2418 ** any of the space beyond argv[0]. Be sure to set SPT_ALIGN_SIZE if
3673 ** even any agreement about whether a zero return means that a file
3975 ** appropriate message -- but should never issue any SMTP protocol.
4089 register int neg = 0, any, cutlim; local
4092 ** Skip white space and pick up leading +/- sign if any.
4127 ** Set any i
[all...]

Completed in 17 milliseconds