HomeSort by: relevance | last modified time | path
    Searched refs:dry_run (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/diag-build/
diag-build.sh 76 dry_run='-dry-run'
79 dry_run='-n'
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 129 dry_run):
134 self.dry_run = dry_run
161 # with dry_run.
170 if self.dry_run:
223 if env.dry_run or os.path.exists(path):
239 if not env.dry_run:
263 if env.dry_run:
296 if not env.dry_run and not os.path.exists(profdata_file):
394 dry_run=args.dry_run
    [all...]
  /src/lib/libwrap/
options.c 24 * "dry_run" flag is set. In this mode, an option function should just "say"
28 * control to another program). In verification mode (dry_run flag is set)
29 * such options should clear the "dry_run" flag to inform the caller of this
66 int dry_run = 0; /* flag set in verification mode */ variable
279 if (dry_run == 0 && setgid(grp->gr_gid))
300 if (dry_run == 0 && setuid(pwd->pw_uid))
326 if (dry_run == 0)
343 if (dry_run == 0) {
360 if (dry_run == 0 && setsockopt(request->fd, SOL_SOCKET, SO_KEEPALIVE,
377 if (dry_run == 0 && nice(niceval) < 0
    [all...]
tcpd.h 199 * should clear the dry_run flag to inform the caller of this unusual
206 extern int dry_run; /* verification flag */
  /src/sys/arch/x68k/stand/newdisk/
newdisk.c 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0; variable
82 dry_run = 1;
171 if (dry_run) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/
make-check-all.sh 188 if $dry_run; then
232 dry_run=false
253 dry_run=true
  /src/external/gpl3/gdb/dist/gdb/testsuite/
make-check-all.sh 189 if $dry_run; then
233 dry_run=false
254 dry_run=true
  /src/external/gpl3/autoconf/dist/build-aux/
gnupload 30 dry_run=false
162 dry_run=:
194 if $dry_run; then
277 if $dry_run; then
  /src/external/bsd/am-utils/dist/
commit 51 dry_run=false
  /src/usr.sbin/tcpdmatch/
tcpdmatch.c 307 * us of their plan, by clearing the dry_run flag. This is a bit clumsy
314 dry_run = 1;
332 dry_run == 0 ? "delegated" :
  /src/usr.sbin/tcpdchk/
tcpdchk.c 256 dry_run = 1;
258 if (dry_run == 1 && real_verdict && allow_check)
  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 206 if not args.dry_run:
217 if not args.dry_run:
272 parser.add_argument('--dry-run', dest='dry_run', action='store_true', help='not build', default=False)
319 print("dry_run=%s" % args.dry_run)
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 97 static int dry_run = 0; variable
358 if (verbose || dry_run)
390 if (dry_run)
727 dry_run = 1;
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 97 static int dry_run = 0; variable
358 if (verbose || dry_run)
390 if (dry_run)
727 dry_run = 1;
  /src/external/gpl3/gcc/dist/gcc/
predict.cc 1211 If DRY_RUN is set, only produce dumps and do not modify profile. */
1214 combine_predictions_for_bb (basic_block bb, bool dry_run)
1292 if (!dry_run)
1438 else if (!dry_run)
3203 If DRY_RUN is set, do not modify CFG and only produce dump files. */
3206 tree_estimate_probability (bool dry_run)
3230 combine_predictions_for_bb (bb, dry_run);
3238 if (!dry_run
  /src/external/gpl3/gcc.old/dist/gcc/
predict.cc 1199 If DRY_RUN is set, only produce dumps and do not modify profile. */
1202 combine_predictions_for_bb (basic_block bb, bool dry_run)
1280 if (!dry_run)
1426 else if (!dry_run)
3105 If DRY_RUN is set, do not modify CFG and only produce dump files. */
3108 tree_estimate_probability (bool dry_run)
3132 combine_predictions_for_bb (bb, dry_run);
3140 if (!dry_run)

Completed in 32 milliseconds