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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dwatch.c257 int max_dirs; local
311 max_dirs = 4; /* Arbitrary choice. */
312 the_args.dirs = xmalloc( sizeof( const char * ) * max_dirs );
320 if ( the_args.num_dirs >= max_dirs )
322 max_dirs *= 2;
323 the_args.dirs = (const char ** )xrealloc( (void *)the_args.dirs, max_dirs );

Completed in 95 milliseconds