OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mailcmd
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/contrib/
mfpipe.in
70
$
mailcmd
= "| mail -s 'CVS update notice'";
90
$
mailcmd
= "$
mailcmd
$users";
91
open(MAIL, $
mailcmd
) || die "Execing $mail: $!\n";
log.in
130
my $
mailcmd
= "| Mail -s 'CVS update: $modulepath'";
156
$
mailcmd
= "$
mailcmd
$users";
157
$mailfh = new IO::File $
mailcmd
158
or die "Could not Exec($
mailcmd
): $!\n";
233
die "Pipe to $
mailcmd
failed" if $?;
/src/external/bsd/cron/dist/
do_command.c
200
char
mailcmd
[MAX_COMMAND];
local
204
if (strlens(MAILFMT, MAILARG, NULL) + 1 >= sizeof
mailcmd
) {
205
log_it(usernm, getpid(), "MAIL", "
mailcmd
too long");
209
(void)snprintf(
mailcmd
, sizeof(
mailcmd
), MAILFMT, MAILARG);
211
if (!(mail = cron_popen(
mailcmd
, "w", e->pwd))) {
213
"cannot run `%s'",
mailcmd
);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026