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/curl/lib/
Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $op…
72 $opt_p = $default_mozilla_trust_purposes . ":" . $default_mozilla_trust_levels;
256 if ( $opt_p !~ m/:/ ) {
261 …ed_mozilla_trust_purposes_string, my $included_mozilla_trust_levels_string) = split( ':', $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.pl249 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
251 $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()