Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwatch.c259 int max_dirs; in watch_addremove() local
313 max_dirs = 4; /* Arbitrary choice. */ in watch_addremove()
314 the_args.dirs = xmalloc( sizeof( const char * ) * max_dirs ); in watch_addremove()
322 if ( the_args.num_dirs >= max_dirs ) in watch_addremove()
324 max_dirs *= 2; in watch_addremove()
325 the_args.dirs = (const char ** )xrealloc( (void *)the_args.dirs, max_dirs ); in watch_addremove()