OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_p
(Results
1 - 2
of
2
) 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/ltrace/
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) {
Completed in 69 milliseconds