Lines Matching refs:cut
76 char tmp, *cut; in path_spec_watch() local
79 cut = slash + (slash == s->path); in path_spec_watch()
80 tmp = *cut; in path_spec_watch()
81 *cut = '\0'; in path_spec_watch()
85 cut = NULL; in path_spec_watch()
110 if (cut) in path_spec_watch()
111 *cut = tmp; in path_spec_watch()
122 if (cut) in path_spec_watch()
123 *cut = tmp; in path_spec_watch()
142 if (cut) in path_spec_watch()
143 *cut = tmp; in path_spec_watch()