Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/unit-tests/
H A Dsh-leading-hyphen.exp4 unknown-command 'needed for needshell in compat.c'
7 unknown-long-option 'needed for needshell in compat.c'
/netbsd/usr.bin/make/
H A Dmetachar.h45 needshell(const char *cmd) in needshell() function
H A Dcompat.c204 return needshell(cmd); in UseShell()
/netbsd/usr.bin/xinstall/
H A Dxinstall.c175 static int needshell(const char *, int);
1012 if (needshell(command, 1)) { in run()
1364 needshell(const char *cmd, int white) in needshell() function