Home
last modified time | relevance | path

Searched refs:opt_p (Results 1 – 3 of 3) 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_k $opt_l $opt_m $opt_n $opt_p $opt_q $opt_s $op…
73 $opt_p = $default_mozilla_trust_purposes . ":" . $default_mozilla_trust_levels;
269 if ( $opt_p !~ m/:/ ) {
274 …ed_mozilla_trust_purposes_string, my $included_mozilla_trust_levels_string) = split( ':', $opt_p );
/external/mksh/src/
Dcheck.pl249 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
251 $test_prog = $opt_p;