Searched refs:tokval (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_token.h20 int tokval; member in struct:SMTPD_TOKEN
H A Dsmtpd_token.c11 /* int tokval;
110 arg->tokval = SMTPD_TOK_ERROR; /* missing end */
121 arg->tokval = SMTPD_TOK_OTHER;
223 tok_argv[i].tokval == SMTPD_TOK_OTHER ? "other" :
224 tok_argv[i].tokval == SMTPD_TOK_ERROR ? "error" :
H A Dsmtpd.c2264 if (argv[2].tokval == SMTPD_TOK_ERROR) {
2585 if (argv[2].tokval == SMTPD_TOK_ERROR) {
/macosx-10.10/lukemftp-14/tnftp/src/
H A Druserpass.c73 static char tokval[100]; variable
129 if (strcasecmp(host, tokval) == 0)
131 if (strcasecmp(hostname, tokval) == 0)
135 strncasecmp(hostname, tokval, tmp-hostname) == 0 &&
136 tokval[tmp - hostname] == '\0')
140 strncasecmp(host, tokval, tmp - host) == 0 &&
141 tokval[tmp - host] == '\0')
154 *aname = ftp_strdup(tokval);
156 if (strcmp(*aname, tokval))
172 *apass = ftp_strdup(tokval);
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Druserpass.c49 static char tokval[100]; variable
143 if (strcasecmp(host, tokval) == 0)
145 if (strcasecmp(hostname, tokval) == 0)
150 strncasecmp(hostname, tokval, tmp-hostname) == 0 &&
151 tokval[tmp - hostname] == '\0')
156 strncasecmp(host, tokval, tmp - host) == 0 &&
157 tokval[tmp - host] == '\0')
167 *aname = strdup(tokval);
169 if (strcmp(*aname, tokval))
183 *apass = strdup(tokval);
[all...]
/macosx-10.10/swig-12/Source/Swig/
H A Dswigscan.h30 extern int Scanner_isoperator(int tokval);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexpr.c147 static intmax_t tokval; /* current token value */ variable
186 intmax_t tokval; member in struct:__anon6566
195 intmax_t tokval; member in struct:__anon6567
217 (X)->tokval = tokval; \
228 tokval = (X)->tokval; \
372 tokval = 0;
828 v2 = tokval + ((stok == PREINC) ? 1 : -1);
861 val = tokval;
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dutil.c348 register int tokval; local
351 tokval=lp->v; /* load our first value */
358 if (tokval == (v&rotbit)) {

Completed in 142 milliseconds