Searched refs:opt_p (Results 1 – 8 of 8) sorted by relevance
141 static char *opt_p = NINFOD_PIDFILE; /* pidfile */ variable432 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 …]
89 our $opt_p = 0; # Preview changes to STDOUT?145 if ($opt_p)165 if ($opt_p)
52 for (it = opt_p; it != NULL; it = it->next) { in stop_non_p_processes()139 opt_p_tmp = opt_p; in ltrace_init()
69 struct opt_p_t *opt_p = NULL; /* attach to process with a given pid */ variable653 tmp->next = opt_p; in process_options()654 opt_p = tmp; in process_options()717 if (!opt_p && argc < 1) { in process_options()
71 extern struct opt_p_t *opt_p; /* attach to process with a given pid */
71 if ((options.output != stderr) && (opt_p || options.follow)) { in begin_of_line()
248 die "$prog: no program specified (use -p)\n" if !defined $opt_p;250 $test_prog = $opt_p;
425 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()