Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A DMakefile31 find_cmd = $(find_all_cmd) | grep -F -e "$(subst :," -e ",$(DT_SCHEMA_FILES))" macro
32 CHK_DT_DOCS := $(shell $(find_cmd))
35 cmd_yamllint = ($(find_cmd) | \
40 cmd_chk_bindings = ($(find_cmd) | \
/freebsd-14.2/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.