Home
last modified time | relevance | path

Searched refs:cycle_check_state (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dcycle-check.h34 struct cycle_check_state struct
41 void cycle_check_init (struct cycle_check_state *state); argument
42 bool cycle_check (struct cycle_check_state *state, struct stat const *sb);
H A Dcycle-check.c54 cycle_check_init (struct cycle_check_state *state) in cycle_check_init()
69 cycle_check (struct cycle_check_state *state, struct stat const *sb) in cycle_check()
H A Dcanonicalize.c153 struct cycle_check_state cycle_state; in canonicalize_filename_mode()