Searched refs:ch (Results 1 - 14 of 14) sorted by relevance

/sendmail/contrib/
H A Dcidrexpand79 my $ch = substr($_,$i,1);
80 if ($ch eq '\\')
85 elsif ($qtype eq '' && $ch eq '#')
90 elsif ($qtype ne '' && $ch eq $qtype)
94 elsif ($qtype eq '' && $ch =~ /[\'\"]/)
96 $qtype = $ch;
/sendmail/libsm/
H A Dvfprintf.c180 register int ch; /* character from fmt */ local
362 rflag: ch = *fmt++;
363 reswitch: switch (ch)
400 if ((ch = *fmt++) == '*')
407 while (is_digit(ch))
409 n = 10 * n + to_digit(ch);
410 ch = *fmt++;
412 if (ch == '$')
440 n = 10 * n + to_digit(ch);
441 ch
833 register int ch; /* character from fmt */ local
[all...]
H A Dt-qic.c130 char ch; local
132 ch = 0200 + i;
133 if ('\0' == ch)
134 ch = '0';
135 line_in[i] = ch;
146 char ch; local
148 ch = 0200 + i;
149 if ('\0' == ch)
150 ch = '0';
151 line_in[i] = ch;
[all...]
H A Db-strl.c64 int ch;
73 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
75 switch ((char) ch)
H A Dutil.c137 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200))
H A Dt-shm.c206 int ch; local
212 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
214 switch ((char) ch)
H A Dt-sem.c325 int ch, r; local
334 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
336 switch ((char) ch)
/sendmail/sendmail/
H A Dratectrl.c306 CHash_T *ch = &CHashAry[(hv + i) & CPMHMASK]; local
310 ch->ch_Family == AF_INET &&
311 (saddr->sin.sin_addr.s_addr == ch->ch_Addr4.s_addr ||
312 ch->ch_Addr4.s_addr == 0))
314 chBest = ch;
321 ch->ch_Family == AF_INET6 &&
323 &ch->ch_Addr6) != 0 ||
324 IN6_IS_ADDR_UNSPECIFIED(&ch->ch_Addr6)))
326 chBest = ch;
331 if (chBest == NULL || ch
[all...]
H A Dmci.c1498 char *elem, *p, *x, ch; local
1587 while ((ch = *x++) != '\0' && ch != '.')
1589 if (isascii(ch) && isupper(ch))
1590 ch = tolower(ch);
1591 if (ch == '/')
1592 ch = ':'; /* / -> : */
1593 *p++ = ch;
[all...]
/sendmail/praliases/
H A Dpraliases.c66 int ch; local
90 while ((ch = getopt(argc, argv, "C:f:")) != -1)
92 switch ((char)ch) {
/sendmail/mailstats/
H A Dmailstats.c53 int ch, fd; local
78 while ((ch = getopt(argc, argv, MSOPTS)) != -1)
80 switch (ch)
/sendmail/rmail/
H A Drmail.c95 int ch, debug, i, pdes[2], pid, status; local
108 while ((ch = getopt(argc, argv, "D:T")) != -1)
110 switch (ch)
/sendmail/mail.local/
H A Dmail.local.c205 int ch, fd; local
237 while ((ch = getopt(argc, argv, "7bdD:f:h:r:lH:p:n")) != -1)
240 while ((ch = getopt(argc, argv, "7bdD:f:h:r:lp:")) != -1)
242 while ((ch = getopt(argc, argv, "7bdD:f:h:r:l")) != -1)
246 switch(ch)
/sendmail/vacation/
H A Dvacation.c147 int ch; local
195 (ch = getopt(argc, argv, OPTIONS)) != -1)
197 switch((char)ch)

Completed in 31 milliseconds