Home
last modified time | relevance | path

Searched refs:send_msg_fd (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/fcron/fcron-3.2.1/
H A Dlog.h52 extern void send_msg_fd(int fd, char *fmt, ...);
H A Dsocket.c636 send_msg_fd(fd, "job no more in an fcrontab: pid %d",
772 send_msg_fd(fd, "Command successfully completed on process %d.",
803 send_msg_fd(fd, "Command successfully completed on process %d.",
H A Dlog.c530 send_msg_fd(int fd, char *fmt, ...) in send_msg_fd() function
H A Ddatabase.c183 send_msg_fd(info_fd, "Job '%s' started.", line->cl_shell); in run_normal_job()