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

12

/netbsd-current/tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh32 check_output() function
81 check_output basics hosts
96 check_output spec_fam hosts
119 check_output no_host ifconfig
136 check_output no_serv hosts
154 check_output sock_raw hosts
168 check_output unsup_fam none
186 check_output scoped none
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnstap/
H A Dtests_dnstap.py34 subprocess.check_output(cmdline, stderr=subprocess.STDOUT, timeout=10)
54 output = subprocess.check_output(
/netbsd-current/external/bsd/pam-u2f/dist/tests/
H A Dregenerate_credentials.py72 line = subprocess.check_output([PUC, "-u@USERNAME@", r, p, v, n])
94 line = subprocess.check_output([PUC, "-u@USERNAME@", r, p, v, n])
104 line = subprocess.check_output([PUC, "-n", r, p, v, n])
124 line = subprocess.check_output([PUC, "-u@USERNAME@", p1])
134 line = subprocess.check_output([PUC, "-n", p2])
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py45 git_dir = subprocess.check_output(
52 rev = subprocess.check_output(
55 url = subprocess.check_output(
H A Dsync_source_lists_from_cmake.py57 return subprocess.check_output(['git'] + args, shell=os.name == 'nt',
/netbsd-current/external/mit/libcbor/dist/doc/source/
H A Dconf.py45 print subprocess.check_output('cd ../..; mkdir doc/build; doxygen', shell=True)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/addzone/
H A Dtests_rndc_deadlock.py28 subprocess.check_output(cmdline, stderr=subprocess.STDOUT, timeout=10)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcheck_ninja_deps.py137 g = pygraphviz.AGraph(subprocess.check_output(
156 for line in (subprocess.check_output(ninja_prefix + ["-t", "deps"])
H A Dsysroot.py13 return subprocess.check_output(cmd).decode(sys.stdout.encoding).strip()
H A Dremote-exec.py73 tmp = subprocess.check_output(
H A Dextract_symbols.py28 # of using subprocess.check_output and returning a list as, especially on
107 output = subprocess.check_output(['objdump','-f',lib],
116 output = subprocess.check_output(['llvm-readobj','-file-headers',lib],
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-fix-changelog.py62 commit_message = subprocess.check_output(cmd, shell=True,
87 subprocess.check_output(f'git commit --amend -F {w.name}',
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-fix-changelog.py62 commit_message = subprocess.check_output(cmd, shell=True,
87 subprocess.check_output(f'git commit --amend -F {w.name}',
H A Dmklog.py282 username = subprocess.check_output('git config user.name', shell=True,
284 email = subprocess.check_output('git config user.email', shell=True,
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc133 check_output (void) function
185 check_output ();
/netbsd-current/external/mit/libuv/dist/tools/
H A Dmake_dist_html.py115 tags = subprocess.check_output(['git', 'tag'], text=True)
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dclangdiag.py109 name = subprocess.check_output([diagtool, "find-diagnostic-id", id]).rstrip();
135 list = subprocess.check_output([diagtool, "list-warnings"]).rstrip();
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dset-xcode-analyzer96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff.c56 static void check_output PARAMS((FILE *));
589 check_output (stdout);
720 check_output (outfile);
762 check_output (file)
759 check_output (file) function
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py67 """ check_output returns bytes or string depend on python version """
73 output = subprocess.check_output(command,
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py41 output = subprocess.check_output(list_test_cmd,
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py61 tmp = subprocess.check_output(ssh(args, 'mktemp -d {}/libcxx.XXXXXXXXXX'.format(args.tempdir)), universal_newlines=True).strip()
/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Dgenerate_formatted_state.py12 return subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py40 output = subprocess.check_output(list_test_cmd,
/netbsd-current/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py116 cc_output = subprocess.check_output(cmd, stderr=subprocess.STDOUT, env=env, universal_newlines=True).strip()
343 output = subprocess.check_output(['nm', '-P', opts.binary_path], universal_newlines=True)

Completed in 184 milliseconds

12