OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dry_run
(Results
1 - 5
of
5
) sorted by relevancy
/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 in typeref:typename:int
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 in typeref:typename:int
82
dry_run
= 1;
171
if (
dry_run
) {
/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)
Completed in 16 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025