Home
last modified time | relevance | path

Searched refs:opt_p (Results 1 – 8 of 8) sorted by relevance

/external/iputils/ninfod/
Dninfod.c141 static char *opt_p = NINFOD_PIDFILE; /* pidfile */ variable
432 if (daemonized && opt_p) { in cleanup_pidfile()
433 err = unlink(opt_p); in cleanup_pidfile()
435 opt_p, strerror(errno)); in cleanup_pidfile()
461 if (opt_p) { in do_daemonize()
462 if (!access(opt_p, R_OK)) { in do_daemonize()
463 if ((fp = fopen(opt_p, "r"))) { in do_daemonize()
466 opt_p); in do_daemonize()
469 opt_p, pid); in do_daemonize()
476 fp = fopen_excl(opt_p); in do_daemonize()
[all …]
/external/lldb/scripts/
Dsed-sources89 our $opt_p = 0; # Preview changes to STDOUT?
145 if ($opt_p)
165 if ($opt_p)
/external/ltrace/
Dlibltrace.c52 for (it = opt_p; it != NULL; it = it->next) { in stop_non_p_processes()
139 opt_p_tmp = opt_p; in ltrace_init()
Doptions.c69 struct opt_p_t *opt_p = NULL; /* attach to process with a given pid */ variable
653 tmp->next = opt_p; in process_options()
654 opt_p = tmp; in process_options()
717 if (!opt_p && argc < 1) { in process_options()
Doptions.h71 extern struct opt_p_t *opt_p; /* attach to process with a given pid */
Doutput.c71 if ((options.output != stderr) && (opt_p || options.follow)) { in begin_of_line()
/external/mksh/src/
Dcheck.pl248 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
250 $test_prog = $opt_p;
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c425 for (it = opt_p; it != NULL; it = it->next) { in detach_process()
1174 for (it = opt_p; it != NULL; it = it->next) { in os_ltrace_exiting()