limit 334 gtags-cscope/global-cscope.h void shellpath(char *out, int limit, char *in); limit 268 gtags-cscope/input.c shellpath(char *out, int limit, char *in) limit 277 gtags-cscope/input.c lastchar = out + limit - 1; limit 545 gtags/gtags.c unsigned int id, limit; limit 642 gtags/gtags.c limit = gpath_nextkey(); limit 643 gtags/gtags.c for (id = 1; id < limit; id++) { limit 207 htags/fileindex.c const char *q = path, *limit = strrchr(path, '/'); limit 209 htags/fileindex.c while (q < limit) limit 201 htags/src2html.c char buf[MAXBUFLEN], *limit, *p; limit 208 htags/src2html.c limit = p; limit 212 htags/src2html.c for (p = buf; p < limit; p += strlen(p) + 1) { limit 217 htags/src2html.c if (next > limit) { 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 97 libutil/compress.c int i, limit; limit 109 libutil/compress.c limit = sizeof(ab2name) / sizeof(struct abbrmap); limit 110 libutil/compress.c for (i = 0; i < limit; i++) { limit 149 libutil/compress.c int i, limit = sizeof(ab2name) / sizeof(struct abbrmap); limit 155 libutil/compress.c fprintf(stderr, "ab2name: %d entries\n", limit); limit 156 libutil/compress.c for (i = 0; i < limit; i++) { limit 163 libutil/compress.c limit = name2ab->length; limit 164 libutil/compress.c fprintf(stderr, "name2ab: %d entries\n", limit); limit 165 libutil/compress.c for (i = 0; i < limit; i++) { limit 215 libutil/compress.c int i, limit = name2ab->length; limit 218 libutil/compress.c for (i = 0; i < limit; i++) { limit 226 libutil/compress.c if (i >= limit) { limit 187 libutil/idset.c unsigned int i, limit; limit 194 libutil/idset.c limit = idset->max / LONG_BIT + 1; limit 201 libutil/idset.c for (i = index0; i < limit && idset->set[i] == 0; i++) limit 203 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 81 libutil/xargs.c long limit = 0; limit 87 libutil/xargs.c limit = ARG_MAX - 2048; limit 92 libutil/xargs.c if (limit > 20 * 1024) limit 93 libutil/xargs.c limit = 20 * 1024; limit 103 libutil/xargs.c limit -= length + 80; limit 105 libutil/xargs.c limit -= env_size(); limit 113 libutil/xargs.c limit = 2047 - length - 80; limit 115 libutil/xargs.c if (limit < 0) limit 116 libutil/xargs.c die("Negative exec line limit = %ld", limit); limit 118 libutil/xargs.c return limit; limit 160 libutil/xargs.c if (strbuf_getlen(comline) + length + 2 > limit)\ limit 194 libutil/xargs.c int limit; limit 216 libutil/xargs.c limit = exec_line_limit(strlen(meta_p + 2)); limit 219 libutil/xargs.c limit = exec_line_limit(0);