Lines Matching defs:npath
129 unsigned npath;
130 char *path[/*npath*/];
458 if (S->i >= S->npath)
480 if (S->i == S->npath && S->syscode == ret->ktr_code)
587 unsigned npath,
594 S = calloc(1, offsetof(struct filemon_state, path[npath]));
601 S->npath = npath;
602 for (i = 0; i < npath; i++)
615 assert(S->i == S->npath);
631 for (i = 0; i < S->npath; i++) {
632 const char *q = S->npath > 1 ? "'" : "";