Searched refs:max_dirs (Results 1 – 1 of 1) sorted by relevance
257 int max_dirs; in watch_addremove() local311 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()