Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/hotplugd/
H A Dhotplugd.c52 void exec_script(const char *, int, char *);
124 exec_script(_PATH_ETC_HOTPLUG_ATTACH, he.he_devclass, in main()
130 exec_script(_PATH_ETC_HOTPLUG_DETACH, he.he_devclass, in main()
147 exec_script(const char *file, int class, char *name) in exec_script() function
/openbsd-src/gnu/llvm/llvm/utils/gn/
H A DREADME.rst105 - compiler checks. In GN, these could use exec_script to identify the host
108 host compiler). It's possible we'll use exec_script() for this going forward,
109 but we'd have one exec_script call to identify compiler id and version,
111 doing one exec_script per feature check.
H A D.gn7 # Disallow all calls to exec_script. We should be very conservative about
/openbsd-src/sys/conf/
H A Dfiles710 file kern/exec_script.c