Searched refs:path (Results 1 - 11 of 11) sorted by relevance

/sendmail/libsm/
H A Dpath.c11 SM_RCSID("@(#)$Id: path.c,v 1.10 2013-11-22 20:51:43 ca Exp $")
13 #include <sm/path.h>
H A Dt-path.c11 SM_IDSTR(id, "@(#)$Id: t-path.c,v 1.9 2013-11-22 20:51:43 ca Exp $")
14 #include <sm/path.h>
24 sm_test_begin(argc, argv, "test path handling");
H A Dcf.c30 ** path -- pathname of sendmail.cf file
40 sm_cf_getopt(path, optc, optv)
41 char *path;
53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
H A Dmpeix.c41 ** path -- pathname of new root (ignored).
48 chroot(path)
49 char *path;
409 char path[PATH_MAX + 1]; local
423 memcpy(&path, &myprogram[1], myprogram_length - 2);
424 path[myprogram_length - 2] = '\0';
427 if (stat(path, &st) < 0)
H A Dstdio.c66 char *path = (char *) info; local
97 fp->f_file = open(path, oflags,
460 ** pathname -- path of file to open
/sendmail/include/sm/
H A Dcf.h25 char *path,
H A Dpath.h9 * $Id: path.h,v 1.7 2013-11-22 20:51:31 ca Exp $
30 # define sm_path_isdevnull(path) (strcmp(path, "/dev/null") == 0)
/sendmail/mail.local/
H A Dmail.local.c84 ** Override path to mail store at run time (using -p).
333 mailerr(NULL, "-p: missing spool path");
339 mailerr(NULL, "-p: invalid spool path");
977 char path[MAXPATHLEN]; local
1049 if (sm_strlcpyn(path, sizeof(path),
1059 name) >= sizeof(path))
1062 mailerr("550 5.1.1", "%s: Invalid mailbox path", name);
1072 else if (sm_snprintf(path, sizeof(path), "
[all...]
/sendmail/sendmail/
H A Dmci.c761 sm_dprintf("mci_lock_host: Failed to generate host path for %s\n",
891 sm_dprintf("mci_load_persistent: Couldn't generate host path\n");
1109 ** main host status directory if no path is provided.
1185 sm_dprintf("mci_traverse: path \"%s\" too long",
1216 sm_dprintf("mci_traverse: path \"%s%s\" too long",
1245 sm_dprintf("mci_traverse: path %s: ret %d removed %d left %d\n",
1266 ** Reconstruct the host name from the path to the
1403 ** pathname -- path to the status file.
1473 ** MCI_GENERATE_PERSISTENT_PATH -- generate path from hostname
1476 ** putting the result into `path'
[all...]
H A Dsendmail.h66 #include <sm/path.h>
273 #define QUNSAFEADDR 0x00000020 /* address acquired via unsafe path */
452 #define M_FROMPATH 'p' /* use reverse-path in MAIL FROM: */
474 #define M_7BITHDRS '6' /* strip headers to 7 bits even in 8 bit path */
475 #define M_7BITS '7' /* use 7-bit path */
512 char *qp_name; /* name of queue dir, relative path */
1908 #define TLS_I_CERTP_EX 0x00000010 /* CA cert path must exist */
1909 #define TLS_I_CERTP_UNR 0x00000020 /* CA cert path must be g/o unreadable */
1915 #define TLS_I_VRFY_PATH 0x00000800 /* load verify path must succeed */
1959 EXTERN char *CACertPath; /* path t
[all...]
H A Dqueue.c6151 syserr("QueueDirectory: can not wildcard relative path");
6153 sm_dprintf("multiqueue_cache: \"%s*\": Can not wildcard relative path.\n",
6195 /* Test path to get warning messages. */
6306 /* test path to get warning messages */
6366 ** path -- pathname of directory (name plus maybe "/df")
6384 filesys_find(name, path, add)
6386 const char *path;
6392 if (stat(path, &st) < 0)
6394 syserr("cannot stat queue directory %s", path);
7071 syserr("QueueDirectory: path to
[all...]

Completed in 118 milliseconds