Searched defs:opt_p (Results 1 - 2 of 2) sorted by relevance

/external/iputils/ninfod/
H A Dninfod.c141 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/ltrace/
H A Doptions.c69 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) {

Completed in 136 milliseconds