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

/freebsd-11-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c32 ** in your sendmail.cf file. You then create CMDDIR (owned by
76 #ifndef CMDDIR
78 # define CMDDIR SMRSH_CMDDIR macro
80 # define CMDDIR "/usr/adm/sm.bin"
82 #endif /* ! CMDDIR */
106 ** cmd -- it's a command: prepend CMDDIR/
123 /* enough space for s (len) and CMDDIR + "/" and '\0'? */
125 len + 1 + (cmd ? (strlen(CMDDIR) + 1) : 0))
135 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
208 if (strlen(par) > (sizeof newcmdbuf - sizeof CMDDIR
[all...]

Completed in 143 milliseconds