Home
last modified time | relevance | path

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

/dports/sysutils/direvent/direvent-5.2/src/
H A Dconfig.c153 struct prog_handler prog_handler; member
169 prog_handler_free(&eventconf.prog_handler); in eventconf_free()
179 &eventconf.prog_handler); in eventconf_flush()
215 if (!eventconf.prog_handler.command) { in cb_watcher()
466 eventconf.prog_handler.uid = pw->pw_uid; in cb_user()
468 &eventconf.prog_handler.gidc, &eventconf.prog_handler.gidv); in cb_user()
491 eventconf.prog_handler.flags |= HF_NOWAIT; in cb_option()
499 eventconf.prog_handler.flags |= HF_SHELL; in cb_option()
523 eventconf.prog_handler.env[i+1] = NULL; in cb_environ()
535 eventconf.prog_handler.env[j] = NULL; in cb_environ()
[all …]
H A Ddirevent.h129 struct prog_handler { struct
140 struct prog_handler *p); argument
141 void prog_handler_free(struct prog_handler *);
142 size_t prog_handler_envrealloc(struct prog_handler *hp, size_t count);
H A Dprogman.c249 switchpriv(struct prog_handler *hp) in switchpriv()
450 struct prog_handler *hp = data; in prog_handler_run()
558 prog_handler_free(struct prog_handler *hp) in prog_handler_free()
568 prog_handler_free((struct prog_handler *)ptr); in prog_handler_free_data()
573 struct prog_handler *p) in prog_handler_alloc()
576 struct prog_handler *mem; in prog_handler_alloc()
594 prog_handler_envrealloc(struct prog_handler *hp, size_t count) in prog_handler_envrealloc()
/dports/sysutils/direvent/direvent-5.2/
H A DChangeLog83 * src/config.c (eventconf)<ev_mask,fpat,prog_handler>: New members
91 (prog_handler): New struct.