Home
last modified time | relevance | path

Searched refs:exithookfile (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/clsync/clsync-85e5475/
H A Dctx.h197 char *exithookfile; member
H A Dmain.c500 ctx_p->exithookfile = arg; in parse_parameter()
503 ctx_p->exithookfile = NULL; in parse_parameter()
1640 if(ctx_p->exithookfile == NULL) { in main()
1646 if(access(ctx_p->exithookfile, X_OK) == -1) { in main()
1647 error("\"%s\" is not executable.", ctx_p->exithookfile); in main()
H A Dsync.c3659 char *argv[] = { ctx_p->exithookfile, ctx_p->label, NULL};