HomeSort by: relevance | last modified time | path
    Searched refs:NOTIFY (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rdist/
gram.y 64 %term NOTIFY 11
79 %type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd
158 | NOTIFY namelist SM = {
341 else if (!strcmp(yytext, "notify"))
342 c = NOTIFY;
defs.h 67 #define NOTIFY 11
109 short sc_type; /* type - INSTALL,NOTIFY,EXCEPT,SPECIAL */
docmd.c 66 static void notify(char *, char *, struct namelist *, time_t);
193 if (sc->sc_type == NOTIFY)
194 notify(tempfile, rhost, sc->sc_args, 0);
426 if (sc->sc_type == NOTIFY)
427 notify(tempfile, NULL, sc->sc_args, lastmod);
520 * Notify the list of people the changes that were made.
525 notify(char *file, char *rhost, struct namelist *to, time_t lmod) function in typeref:typename:void
540 printf("notify ");
567 error("notify: \"%s\" failed\n", _PATH_SENDMAIL);

Completed in 14 milliseconds