Lines Matching refs:hijack
1 /* $NetBSD: hijack.c,v 1.141 2024/11/12 03:06:58 kre Exp $ */
37 __RCSID("$NetBSD: hijack.c,v 1.141 2024/11/12 03:06:58 kre Exp $");
82 #include "hijack.h"
723 "hijack path specifier must begin with ``/''");
726 errx(EXIT_FAILURE, "invalid hijack prefix: %s", buf);
728 errx(EXIT_FAILURE, "hijack prefix may end in slash only if "
913 parsehijack(char *hijack)
920 if ((hijackcopy = strdup(hijack)) == NULL)
927 for (p = strtok_r(hijack, ",", &l); p; p = strtok_r(NULL, ",", &l)) {
939 errx(EXIT_FAILURE, "invalid hijack specifier: %s",
948 "invalid hijack specifier name in %s", p);
1002 /* check which syscalls we're supposed to hijack */