Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/
H A DMakefile31 find_cmd = $(find_all_cmd) | \ macro
35 CHK_DT_EXAMPLES := $(patsubst $(srctree)/%.yaml,%.example.dtb, $(shell $(find_cmd)))
38 cmd_yamllint = ($(find_cmd) | \
44 cmd_chk_bindings = ($(find_cmd) | \
/freebsd/contrib/tcsh/
H A Dsh.decls.h123 extern int find_cmd (Char *, int);
H A Dsh.exec.c1074 found &= find_cmd(*v, 1); in dowhere()
1081 find_cmd(Char *cmd, int prt) in find_cmd() function
H A Ded.inputl.c874 if (find_cmd(InputBuf, 0) != 0) { in SpellLine()
H A Dsh.exp.c701 i = find_cmd(ep, 0); in filetest()
H A DFixes1161 105. Fix seg fault in find_cmd, when path is unset.