Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dexec_script.c129 struct pathbuf *shell_pathbuf; in exec_script_makecmds() local
291 &shell_pathbuf, NULL)) == 0) { in exec_script_makecmds()
292 error = check_exec(l, epp, shell_pathbuf, NULL); in exec_script_makecmds()
293 pathbuf_destroy(shell_pathbuf); in exec_script_makecmds()