Searched defs:type (Results 1 - 10 of 10) sorted by relevance

/sendmail/contrib/
H A Dbitdomain.c218 int type; local
246 /* might have another type of interest */
288 GETSHORT(type, ap);
291 switch (type)
/sendmail/libsmdb/
H A Dsmdb.c70 ** type -- type of the lock. Bits can be:
80 smdb_lockfile(fd, type)
82 int type;
91 if (bitset(LOCK_UN, type))
93 else if (bitset(LOCK_EX, type))
98 if (bitset(LOCK_NB, type))
112 ** as type "tmp" (that is, served from swap space), the
121 if (!bitset(LOCK_NB, type) ||
128 syslog(LOG_ERR, "cannot lockf(%s%s, fd=%d, type
524 SMDB_DBTYPE type; member in struct:__anon11
[all...]
/sendmail/sendmail/
H A Dsm_resolve.c80 ** DNS_STRING_TO_TYPE -- convert resource record name into type
83 ** name -- name of resource record type
86 ** type if succeeded.
103 ** DNS_TYPE_TO_STRING -- convert resource record type into name
106 ** type -- resource record type
114 dns_type_to_string(type)
115 int type;
120 if (type == p->st_type)
214 int type, clas local
[all...]
H A Dmime.c115 char *type; local
167 type = subtype = NULL;
186 type = *pvp++;
226 if (type == NULL)
227 type = "-none-";
242 (void) sm_snprintf(buf, sizeof(buf), "%.100s/%.100s", type, subtype);
247 if (wordinclass(buf, 'b') || wordinclass(type, 'b'))
250 if (wordinclass(buf, 'q') || wordinclass(type, 'q'))
259 if (sm_strcasecmp(type, "multipart") == 0 &&
396 if (sm_strcasecmp(type, "messag
893 int type = MBT_NOTSEP; local
[all...]
H A Ddomain.c203 unsigned short pref, type; local
334 GETSHORT(type, cp);
338 if (type != T_MX)
341 sm_dprintf("unexpected answer type %d, size %d\n",
342 type, n);
781 int type; local
809 ** longer a country named Czechoslovakia but this type of problem
929 /* might have another type of interest */
994 GETSHORT(type, ap);
998 switch (type)
[all...]
H A Dudb.c47 int udb_type; /* type of entry */
53 /* type UE_REMOTE -- do remote call for lookup */
63 /* type UE_FORWARD -- forward message to remote */
71 /* type UE_FETCH -- lookup in local database */
205 ** Select action based on entry type.
208 ** explain the type of the data, and "user" should
542 /* unknown entry type */
639 ** Select action based on entry type.
1235 char *name, *type; local
1242 type
[all...]
H A Dutil.c379 /* check body type for legality */
2448 ** type -- type of process.
2450 ** other -- other information for this type.
2475 proc_list_add(pid, task, type, count, other, hostaddr)
2478 int type;
2536 ProcListVec[i].proc_type = type;
2608 int type = PROC_NONE; local
2615 type = ProcListVec[i].proc_type;
2625 if (type
[all...]
H A Ddeliver.c995 ** type -- the queue file type (e.g., DATAFL_LETTER)
1002 dup_queue_file(e, ee, type)
1004 int type;
1015 (void) sm_strlcpy(f1buf, queuename(e, type), sizeof(f1buf));
1016 (void) sm_strlcpy(f2buf, queuename(ee, type), sizeof(f2buf));
1019 if (type == DATAFL_LETTER && e->e_dfp != NULL &&
1695 ** that this type of addresses is not processed along
2079 char *type; local
2088 type
[all...]
H A Dmap.c974 ** DNS_MAP_OPEN -- stub to check proper value for dns map type
1136 syserr("dns map %s: wrong type %s",
1153 ** used otherwise in this map type.
1168 syserr("dns map %s: missing -R type", map->map_mname);
1255 char *type = NULL; local
1261 type = "T_NS";
1265 type = "T_CNAME";
1269 type = "T_AFSDB";
1273 type = "T_SRV";
1277 type
4550 char *type; local
[all...]
/sendmail/libsm/
H A Dldap.c522 sm_ldap_add_recurse(top, item, type, rpool)
525 int type;
574 ** Binary search/insert item:type into list.
591 rc = type - (*top)->lrl_data[p]->lr_type;
623 newe->lr_type = type;
752 int type; local
755 type = SM_LDAP_ATTR_NONE;
761 type = lmap->ldap_attr_type[i];
768 type == SM_LDAP_ATTR_NONE)
771 type
[all...]

Completed in 43 milliseconds