HomeSort by relevance Sort by last modified time
    Searched refs:opt_p (Results 1 - 8 of 8) 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/lldb/scripts/
sed-sources 89 our $opt_p = 0; # Preview changes to STDOUT?
145 if ($opt_p)
165 if ($opt_p)
  /external/mksh/src/
check.pl 248 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
250 $test_prog = $opt_p;
259 $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...]

Completed in 1199 milliseconds