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

  /external/ltrace/
options.h 71 extern struct opt_p_t *opt_p; /* attach to process with a given pid */
libltrace.c 52 for (it = opt_p; it != NULL; it = it->next) {
139 opt_p_tmp = opt_p;
options.c 69 struct opt_p_t *opt_p = NULL; /* attach to process with a given pid */ variable in typeref:struct:opt_p_t
653 tmp->next = opt_p;
654 opt_p = tmp;
717 if (!opt_p && argc < 1) {
output.c 71 if ((options.output != stderr) && (opt_p || options.follow)) {
  /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...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 425 for (it = opt_p; it != NULL; it = it->next) {
1174 for (it = opt_p; it != NULL; it = it->next) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c     [all...]
tc-arm.c     [all...]

Completed in 559 milliseconds