HomeSort by relevance Sort by last modified time
    Searched refs:opt_p (Results 1 - 5 of 5) sorted by null

  /external/iputils/ninfod/
ninfod.c 141 static char *opt_p = NINFOD_PIDFILE; /* pidfile */ variable
432 if (daemonized && opt_p) {
433 err = unlink(opt_p);
435 opt_p, strerror(errno));
461 if (opt_p) {
462 if (!access(opt_p, R_OK)) {
463 if ((fp = fopen(opt_p, "r"))) {
466 opt_p);
469 opt_p, pid);
476 fp = fopen_excl(opt_p);
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 37 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 $opt_v $opt_w);
72 $opt_p = $default_mozilla_trust_purposes . ":" . $default_mozilla_trust_levels;
256 if ( $opt_p !~ m/:/ ) {
261 (my $included_mozilla_trust_purposes_string, my $included_mozilla_trust_levels_string) = split( ':', $opt_p );
  /external/mksh/src/
check.pl 249 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
251 $test_prog = $opt_p;
260 $program_kludge = defined $opt_P ? $opt_P : 0;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c     [all...]
tc-arm.c     [all...]

Completed in 178 milliseconds