Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDwatch.c257 int max_dirs; in watch_addremove() local
311 max_dirs = 4; /* Arbitrary choice. */ in watch_addremove()
312 the_args.dirs = xmalloc( sizeof( const char * ) * max_dirs ); in watch_addremove()
320 if ( the_args.num_dirs >= max_dirs ) in watch_addremove()
322 max_dirs *= 2; in watch_addremove()
323 the_args.dirs = (const char ** )xrealloc( (void *)the_args.dirs, max_dirs ); in watch_addremove()