limit             454 gtags/gtags.c  	unsigned int id, limit;
limit             523 gtags/gtags.c  	limit = gpath_nextkey();
limit             524 gtags/gtags.c  	for (id = 1; id < limit; id++) {
limit             201 htags/fileindex.c 	const char *q = path, *limit = strrchr(path, '/');
limit             203 htags/fileindex.c 	while (q < limit)
limit             175 htags/src2html.c  */
limit             182 htags/src2html.c 	strbuf_clear(sb);
limit             188 htags/src2html.c 
limit             193 htags/src2html.c 		for (p = buf; p < limit; p += strlen(p) + 1) {
limit             177 libglibc/obstack.c   h->chunk_limit = chunk->limit
limit             224 libglibc/obstack.c   h->chunk_limit = chunk->limit
limit             261 libglibc/obstack.c   new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
limit             324 libglibc/obstack.c   while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
limit             347 libglibc/obstack.c   while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
limit             359 libglibc/obstack.c       h->chunk_limit = lp->limit;
limit             381 libglibc/obstack.c       nbytes += lp->limit - (char *) lp;
limit             141 libglibc/obstack.h   char  *limit;			/* 1 past end of this chunk */
limit              85 libutil/compress.c 	int i, limit;
limit              97 libutil/compress.c 	limit = sizeof(ab2name) / sizeof(struct abbrmap);
limit              98 libutil/compress.c 	for (i = 0; i < limit; i++) {
limit             137 libutil/compress.c 	int i, limit = sizeof(ab2name) / sizeof(struct abbrmap);
limit             139 libutil/compress.c 	fprintf(stderr, "ab2name: %d entries\n", limit);
limit             140 libutil/compress.c 	for (i = 0; i < limit; i++) {
limit             147 libutil/compress.c 	limit = name2ab->length;
limit             148 libutil/compress.c 	fprintf(stderr, "name2ab: %d entries\n", limit);
limit             149 libutil/compress.c 	for (i = 0; i < limit; i++) {
limit             199 libutil/compress.c 			int i, limit = name2ab->length;
limit             202 libutil/compress.c 			for (i = 0; i < limit; i++) {
limit             210 libutil/compress.c 			if (i >= limit) {
limit             180 libutil/idset.c 	unsigned int i, limit;
limit             187 libutil/idset.c 	limit = idset->max / LONG_BIT + 1;
limit             194 libutil/idset.c 	for (i = index0; i < limit && idset->set[i] == 0; i++)
limit             196 libutil/idset.c 	if (i >= limit)
limit              37 libutil/strlimcpy.c strlimcpy(char *dest, const char *const source, const int limit)
limit              39 libutil/strlimcpy.c 	int n = (int)limit;
limit              45 libutil/strlimcpy.c 	die("buffer overflow. strlimcpy(dest, '%s', %d).", source, limit);
limit              73 libutil/xargs.c 	int limit = 0;
limit              79 libutil/xargs.c 	limit = ARG_MAX - 2048;
limit              84 libutil/xargs.c 	if (limit > 20 * 1024)
limit              85 libutil/xargs.c 		limit = 20 * 1024;
limit              95 libutil/xargs.c 	limit -= length + 80;
limit              97 libutil/xargs.c 	limit -= env_size();
limit             105 libutil/xargs.c 	limit = 2047 - length - 80;
limit             107 libutil/xargs.c 	if (limit < 0)
limit             108 libutil/xargs.c 		limit = 0;
limit             109 libutil/xargs.c 	return limit;
limit             149 libutil/xargs.c 	if (strbuf_getlen(comline) + length + 2 > limit)\
limit             183 libutil/xargs.c 	int limit;
limit             197 libutil/xargs.c 		limit = exec_line_limit(strlen(meta_p + 2));
limit             200 libutil/xargs.c 		limit = exec_line_limit(0);