Searched refs:check_output (Results 26 - 31 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmklog.py312 username = subprocess.check_output('git config user.name', shell=True,
314 email = subprocess.check_output('git config user.email', shell=True,
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c213 static void check_output PARAMS((FILE *));
335 check_output (stdout);
507 check_output (outfile);
527 check_output (stream)
525 check_output (stream) function
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py67 stdout = subprocess.check_output('{} {}'.format(self.bin, args),
H A Dupdate_cc_test_checks.py162 builtin_include_dir = subprocess.check_output(
/netbsd-current/external/apache2/llvm/dist/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py449 output = subprocess.check_output(
/netbsd-current/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py163 stdout = subprocess.check_output([exe] + cmd_args, stdin=ir_file)
165 stdout = subprocess.check_output(exe + ' ' + cmd_args,

Completed in 104 milliseconds

12