Searched defs:name (Results 1 - 8 of 8) sorted by relevance

/sendmail/libsm/
H A Dmbdb.c45 int (*mbdb_lookup) __P((char *name, SM_MBDB_T *user));
50 static int mbdb_pw_lookup __P((char *name, SM_MBDB_T *user));
57 static int mbdb_ldap_lookup __P((char *name, SM_MBDB_T *user));
83 ** The argument has the form "name" or "name.arg".
96 char *name; local
102 name = mbdb;
105 namelen = strlen(name);
108 namelen = arg - name;
115 strncmp(name,
[all...]
/sendmail/libmilter/
H A Dworker.c226 ** name -- name for (error) logging
233 nonblocking(int fd, const char *name) argument
242 name, sm_errstring(errno));
250 name, sm_errstring(errno));
/sendmail/sendmail/
H A Dudb.c66 char *_udb_fwdhost; /* name of forward host */
169 /* short circuit name begins with '\\' since it can't possibly match */
174 /* if name begins with a colon, it indicates our metadata */
180 /* if name is too long, assume it won't match */
552 ** UDBSENDER -- return canonical external name of sender, given local name
555 ** sender -- the name of the sender on the local machine.
559 ** The external name for this sender, if derivable from the
578 ** user -- the name of the user.
583 ** The external name fo
1235 char *name, *type; local
[all...]
H A Dheaders.c172 /* find canonical name */
369 ** This is to make MH (which doesn't always give a full name)
370 ** insert the full name information in all circumstances.
534 ** field -- the name of the header field (will not be copied).
598 ** field -- the name of the header field (will not be copied).
645 ** field -- the name of the header field (will be copied).
710 ** field -- the field name.
833 /* full name of from person */
834 p = hvalue("full-name", e->e_header);
840 ** Quote a full name wit
1118 char *name; local
2086 register char *name; local
[all...]
H A Ddaemon.c789 /* determine host name */
838 /* find out name for interface of connection */
844 sm_dprintf("getreq: got name %s\n", p);
1570 case 'N': /* name */
1637 syserr("setsockaddroptions: domain socket name too long: %s > %d",
2083 ** host -- the name of the host.
2247 ** Accept "[a.b.c.d]" syntax for host name.
2293 /* try it as a host name (avoid MX lookup) */
2352 /* check for name server timeouts */
2838 /* find out name fo
2842 char *name; local
4466 char *name; local
[all...]
H A Dparseaddr.c188 /* call ruleset which should return a queue group name */
199 "can't find queue group name %s, selection ignored",
203 "queue group name %s -> %d",
395 ** Also lowercases the host name if requested.
441 ** PRESCAN -- Prescan name and make it canonical
443 ** Scans a name and turns it into a set of tokens. This process
458 ** addr -- the name to chomp.
1020 register char *rulename; /* ruleset name */
1032 char name[6]; local
1047 (void) sm_snprintf(name, sizeo
2658 xputs(sm_debug_file(), name); local
[all...]
H A Dconf.c68 ** Each entry has the field name and some flags,
103 { "full-name", H_ACHECK, NULL },
472 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
479 s = stab(name, ST_MAPCLASS, ST_ENTER); \
480 s->s_mapclass.map_cname = name; \
817 ** service -- the name of the service of interest.
1106 ** The login name of the logged in user.
1311 /* keep gethostby*() from stripping the local domain name */
2056 * documentation, and that the name of M.I.T. not be used in advertising or
2822 ** UNAME -- get the UUCP name o
4844 char *name; local
[all...]
/sendmail/vacation/
H A Dvacation.c82 char *name; member in struct:alias
156 char *name = NULL; local
206 cur->name = optarg;
255 case 's': /* alternate sender name */
302 name = strdup(pw->pw_name);
317 name = strdup(*argv);
361 name = strdup(user.mbdb_name);
374 if (name == NULL)
444 cur->name = name;
676 char *name; member in struct:ignore
[all...]

Completed in 148 milliseconds