Searched refs:pathcomp_put (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dpathcomp.h39 int pathcomp_put(struct pathcomp *, int, char *);
H A Dpathcomp.c62 pathcomp_put(struct pathcomp *pc, int type, char *path) function
H A Dstatus.c274 pathcomp_put(pc, PC_DIRDOWN, sr->sr_file);
276 pathcomp_put(pc, PC_DIRUP, sr->sr_file);
279 pathcomp_put(pc, PC_FILE, sr->sr_file);
346 pathcomp_put(st->pc, PC_DIRDOWN, sr->sr_file);
348 pathcomp_put(st->pc, PC_DIRUP, sr->sr_file);
350 pathcomp_put(st->pc, PC_FILE, sr->sr_file);

Completed in 105 milliseconds