| /src/external/ibm-public/postfix/dist/src/local/ |
| local_expand.c | 120 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) 122 if (STREQ(name, "user")) { 124 } else if (STREQ(name, "home")) { 126 } else if (STREQ(name, "shell")) { 128 } else if (STREQ(name, "domain")) { 130 } else if (STREQ(name, "local")) { 132 } else if (STREQ(name, "mailbox")) { 134 } else if (STREQ(name, "recipient")) { 136 } else if (STREQ(name, "extension")) { 140 } else if (STREQ(name, "recipient_delimiter")) [all...] |
| unknown.c | 89 #define STREQ(x,y) (strcasecmp((x),(y)) == 0) 158 if (STREQ(vstring_str(canon_luser), state.msg_attr.rcpt.address)) { 175 if (STREQ(state.msg_attr.user, MAIL_ADDR_MAIL_DAEMON) 176 || STREQ(state.msg_attr.user, MAIL_ADDR_POSTMASTER)) {
|
| /src/external/bsd/am-utils/dist/conf/mount/ |
| mount_hpux.c | 64 if (STREQ(type, MOUNT_TYPE_NFS)) 69 if (STREQ(type, MOUNT_TYPE_UFS)) 78 if (STREQ(type, MOUNT_TYPE_PCFS)) 83 if (STREQ(type, MOUNT_TYPE_CDFS))
|
| mount_irix5.c | 71 if (STREQ(type, MOUNT_TYPE_NFS3)) 77 if (STREQ(type, MOUNT_TYPE_NFS)) 85 if (STREQ(type, MOUNT_TYPE_UFS)) 90 if (STREQ(type, MOUNT_TYPE_EFS)) 95 if (STREQ(type, MOUNT_TYPE_XFS))
|
| mount_irix6.c | 66 if (STREQ(type, MOUNT_TYPE_NFS3)) 72 if (STREQ(type, MOUNT_TYPE_NFS)) 78 if (STREQ(type, MOUNT_TYPE_UFS)) 84 if (STREQ(type, MOUNT_TYPE_XFS)) 90 if (STREQ(type, MOUNT_TYPE_EFS)) 96 if (STREQ(type, MOUNT_TYPE_AUTOFS)) 102 if (STREQ(type, MOUNT_TYPE_LOFS))
|
| mount_svr4.c | 87 if (STREQ(type, MOUNT_TYPE_NFS3)) { 94 if (STREQ(type, MOUNT_TYPE_NFS)) { 101 if (STREQ(type, MOUNT_TYPE_AUTOFS)) { 108 if (STREQ(type, MOUNT_TYPE_UFS)) 114 if (STREQ(type, MOUNT_TYPE_PCFS)) 132 if (STREQ(type, MOUNT_TYPE_CDFS)) 138 if (STREQ(type, MOUNT_TYPE_LOFS)) 145 if (STREQ(type, MOUNT_TYPE_CACHEFS)) 153 if (STREQ(type, MOUNT_TYPE_AUTOFS))
|
| mount_mach3.c | 65 if (STREQ(mnt->mnt_type, MOUNT_TYPE_UFS)) 67 else if (STREQ(mnt->mnt_type, MOUNT_TYPE_NFS))
|
| /src/external/bsd/am-utils/dist/conf/checkmount/ |
| checkmount_osf.c | 72 if ((STREQ(delim + 1, path) || 73 STREQ(fslist[i].f_mntonname, path)) && 79 if ((STREQ(fslist[i].f_mntfromname, path) || 80 STREQ(fslist[i].f_mntonname, path)) &&
|
| checkmount_ultrix.c | 65 if ((STREQ(colon + 1, path) || 66 STREQ(ment.fd_path, path)) &&
|
| checkmount_default.c | 87 if ((STREQ(colon + 1, path) || 88 STREQ(ment->mnt_dir, path)) &&
|
| checkmount_svr4.c | 69 if ((STREQ(colon + 1, path) || 70 STREQ(ment.mnt_dir, path)) &&
|
| checkmount_bsd44.c | 71 if (STREQ(colon + 1, path) &&
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_expand.c | 137 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) 139 else if (STREQ(suffix, MAIL_ATTR_S_NAME)) { 154 else if (STREQ(suffix, MAIL_ATTR_S_DOMAIN)) { 205 if (STREQ(name, MAIL_ATTR_SERVER_NAME)) { 207 } else if (STREQ(name, MAIL_ATTR_ACT_CLIENT)) { 209 } else if (STREQ(name, MAIL_ATTR_ACT_CLIENT_PORT)) { 211 } else if (STREQ(name, MAIL_ATTR_ACT_CLIENT_ADDR)) { 213 } else if (STREQ(name, MAIL_ATTR_ACT_CLIENT_NAME)) { 215 } else if (STREQ(name, MAIL_ATTR_ACT_REVERSE_CLIENT_NAME)) { 217 } else if (STREQ(name, MAIL_ATTR_ACT_HELO_NAME)) [all...] |
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_expand.c | 105 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) 122 if (STREQ(name, MAIL_ATTR_SERVER_NAME)) { 124 } else if (STREQ(name, MAIL_ATTR_ACT_CLIENT_ADDR)) { 126 } else if (STREQ(name, MAIL_ATTR_ACT_CLIENT_PORT)) { 128 } if (STREQ(name, MAIL_ATTR_LOCALTIME)) {
|
| /src/external/gpl2/gmake/dist/glob/ |
| fnmatch.c | 89 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) 111 (STREQ (string, "alpha") || STREQ (string, "upper") \ 112 || STREQ (string, "lower") || STREQ (string, "digit") \ 113 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 114 || STREQ (string, "space") || STREQ (string, "print") \ 115 || STREQ (string, "punct") || STREQ (string, "graph") [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| conf.c | 291 if (STREQ(section, "global")) { 329 if (cur_map->cfm_dir && !STREQ(cur_map->cfm_dir, section)) { 417 if (STREQ(val, "yes")) { 420 } else if (STREQ(val, "no")) { 433 if (STREQ(val, "full")) { 436 } else if (STREQ(val, "yes")) { 439 } else if (STREQ(val, "no")) { 502 if (STREQ(val, "yes")) { 505 } else if (STREQ(val, "no")) { 528 if (STREQ(val, "yes")) [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| bounce_log.c | 127 #define STREQ(x,y) (strcmp((x),(y)) == 0) 141 if (STREQ(queue_name, MAIL_QUEUE_DEFER)) { 228 if (STREQ(name, MAIL_ATTR_RECIP)) { 231 } else if (STREQ(name, MAIL_ATTR_ORCPT)) { 234 } else if (STREQ(name, MAIL_ATTR_DSN_ORCPT)) { 236 } else if (STREQ(name, MAIL_ATTR_DSN_NOTIFY)) { 239 } else if (STREQ(name, MAIL_ATTR_OFFSET)) { 242 } else if (STREQ(name, MAIL_ATTR_DSN_STATUS)) { 244 } else if (STREQ(name, MAIL_ATTR_DSN_ACTION)) { 246 } else if (STREQ(name, MAIL_ATTR_DSN_DTYPE)) [all...] |
| server_acl.c | 132 #define STREQ(x,y) (strcasecmp((x), (y)) == 0) 182 if (STREQ(acl, SERVER_ACL_NAME_REJECT)) { 184 } else if (STREQ(acl, SERVER_ACL_NAME_PERMIT)) { 186 } else if (STREQ(acl, SERVER_ACL_NAME_WL_MYNETWORKS)) { 224 } else if (STREQ(acl, SERVER_ACL_NAME_DUNNO)) { 286 if ((cmd = mystrtok(&bufp, " =")) == 0 || STREQ(cmd, "?")) { 291 } else if (STREQ(cmd, VAR_MYNETWORKS)) { 293 } else if (STREQ(cmd, VAR_SERVER_ACL)) { 295 } else if (STREQ(cmd, "address")) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch.c | 93 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) 127 (STREQ (string, "alpha") || STREQ (string, "upper") \ 128 || STREQ (string, "lower") || STREQ (string, "digit") \ 129 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 130 || STREQ (string, "space") || STREQ (string, "print") \ 131 || STREQ (string, "punct") || STREQ (string, "graph") [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 120 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) 154 (STREQ (string, "alpha") || STREQ (string, "upper") \ 155 || STREQ (string, "lower") || STREQ (string, "digit") \ 156 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 157 || STREQ (string, "space") || STREQ (string, "print") \ 158 || STREQ (string, "punct") || STREQ (string, "graph") [all...] |
| /src/usr.bin/m4/ |
| stdd.h | 48 * STREQ is an optimised strcmp(a,b)==0 51 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0)
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| nls.c | 114 return (STREQ (cp, "UTF-8") || STREQ (cp, "utf8")); 171 if (localestr && *localestr && (localestr[0] != 'C' || localestr[1]) && (STREQ (localestr, "POSIX") == 0)) 199 if (STREQ (t, legal_lang_values[i])) 215 _rl_utf8locale = *t ? STREQ (t, "utf8") : 0; 344 if ((ol == 0 && nl) || (ol && nl && (STREQ (ol, nl) == 0)))
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| nls.c | 114 return (STREQ (cp, "UTF-8") || STREQ (cp, "utf8")); 171 if (localestr && *localestr && (localestr[0] != 'C' || localestr[1]) && (STREQ (localestr, "POSIX") == 0)) 199 if (STREQ (t, legal_lang_values[i])) 215 _rl_utf8locale = *t ? STREQ (t, "utf8") : 0; 344 if ((ol == 0 && nl) || (ol && nl && (STREQ (ol, nl) == 0)))
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_reqtls_policy.c | 150 #define STREQ(x,y) (strcasecmp((x), (y)) == 0) 156 if (STREQ(item, SMTP_REQTLS_POLICY_NAME_OPP_TLS)) { 158 } else if (STREQ(item, SMTP_REQTLS_POLICY_NAME_ENFORCE)) { 160 } else if (STREQ(item, SMTP_REQTLS_POLICY_NAME_OPPORTUNISTIC)) { 162 } else if (STREQ(item, SMTP_REQTLS_POLICY_NAME_DISABLE)) { 231 } else if (STREQ(item, SMTP_REQTLS_POLICY_NAME_ERROR)) {
|
| /src/external/bsd/am-utils/dist/libamu/ |
| xutil.c | 574 if (STREQ(last_msg, msg)) { 601 if (STREQ(last_msg, msg)) { 672 if (STREQ(opt, dp->opt)) 674 if (opt != s && !dpn && STREQ(s, dp->opt)) 754 if (STREQ(facstr, "kern")) 758 if (STREQ(facstr, "user")) 762 if (STREQ(facstr, "mail")) 766 if (STREQ(facstr, "daemon")) 770 if (STREQ(facstr, "auth")) 774 if (STREQ(facstr, "syslog") [all...] |