Lines Matching refs:cmd
58 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']
70 cmd += ['-export']
73 cmd += ['-internal']
76 cmd += ['-function', str(self.options.get('doc'))]
79 cmd += ['-function', f]
84 cmd += ['-export-file', f]
86 cmd += [filename]
89 env.app.verbose('calling kernel-doc \'%s\'' % (" ".join(cmd)))
91 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
99 … env.app.warn('kernel-doc \'%s\' failed with return code %d' % (" ".join(cmd), p.returncode))
132 (" ".join(cmd), str(e)))