Searched refs:mux_path (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | daemon.c | 3135 makeconnection_ds(mux_path, mci) in makeconnection_ds() argument 3136 char *mux_path; in makeconnection_ds() 3145 rval = safefile(mux_path, RunAsUid, RunAsGid, RunAsUserName, 3151 mux_path); 3161 if (strlen(mux_path) >= sizeof(unix_addr.sun_path)) 3164 mux_path); 3171 (void) sm_strlcpy(unix_addr.sun_path, mux_path, 3180 mux_path); 3191 syserr("Could not connect to socket %s", mux_path);
|
H A D | deliver.c | 1698 char *SM_NONVOLATILE mux_path = NULL; /* path to UNIX domain socket */ local 2507 mux_path = pv[1]; 2535 && mux_path == NULL 2804 if (mux_path != NULL) 2807 mux_path, m->m_name); 2810 i = makeconnection_ds((char *) mux_path, mci);
|