len               183 gtags-cscope/mouse.c 		int	len;
len               188 gtags-cscope/mouse.c 			len = strlen(menu[i].text);
len               189 gtags-cscope/mouse.c 			(void) printf("\033[%d;%dx%s%s", len,
len               190 gtags-cscope/mouse.c 				      (int) (len + strlen(menu[i].value)), 
len               322 htags/asm.c    YY_BUFFER_STATE asm__scan_bytes (yyconst char *bytes,int len  );
len               322 htags/c.c      YY_BUFFER_STATE c__scan_bytes (yyconst char *bytes,int len  );
len                85 htags/cache.c  cache_put(int db, const char *tag, const char *line, int len)
len                89 htags/cache.c  	assoc_put_withlen(assoc[db], tag, line, len);
len               322 htags/cpp.c    YY_BUFFER_STATE cpp__scan_bytes (yyconst char *bytes,int len  );
len               322 htags/java.c   YY_BUFFER_STATE java__scan_bytes (yyconst char *bytes,int len  );
len               322 htags/php.c    YY_BUFFER_STATE php__scan_bytes (yyconst char *bytes,int len  );
len               219 libdb/bt_utils.c 	register size_t len;
len               228 libdb/bt_utils.c 	len = MIN(a->size, b->size);
len               229 libdb/bt_utils.c 	for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2)
len               249 libdb/bt_utils.c 	register size_t cnt, len;
len               252 libdb/bt_utils.c 	len = MIN(a->size, b->size);
len               253 libdb/bt_utils.c 	for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
len               151 libdb/btree.h  #define NBINTERNAL(len)							\
len               152 libdb/btree.h  	LALIGN(sizeof(u_int32_t) + sizeof(pgno_t) + sizeof(u_char) + (len))
len               234 libglibc/getopt.c 	  int len = middle - bottom;
len               238 libglibc/getopt.c 	  for (i = 0; i < len; i++)
len               246 libglibc/getopt.c 	  top -= len;
len               251 libglibc/getopt.c 	  int len = top - middle;
len               255 libglibc/getopt.c 	  for (i = 0; i < len; i++)
len               263 libglibc/getopt.c 	  bottom += len;
len               318 libglibc/getopt.c 	      int len = d->__nonoption_flags_max_len = strlen (orig_str);
len               326 libglibc/getopt.c 		memset (__mempcpy (__getopt_nonoption_flags, orig_str, len),
len               327 libglibc/getopt.c 			'\0', d->__nonoption_flags_max_len - len);
len              3824 libglibc/regex.c 				     int len, char *translate));
len              5490 libglibc/regex.c bcmp_translate (s1, s2, len, translate)
len              5492 libglibc/regex.c      register int len;
len              5497 libglibc/regex.c   while (len)
len              5500 libglibc/regex.c       len--;
len              5610 libglibc/regex.c   const int len = strlen (s);
len              5612 libglibc/regex.c     0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
len              5758 libglibc/regex.c   int len = strlen (string);
len              5781 libglibc/regex.c   ret = re_search (&private_preg, string, len,
len              5782 libglibc/regex.c                    /* start: */ 0, /* range: */ len,
len               140 libltdl/loaders/loadlibrary.c   size_t	len;
len               151 libltdl/loaders/loadlibrary.c       len = LT_STRLEN (filename);
len               153 libltdl/loaders/loadlibrary.c       if (len >= MAX_PATH)
len               165 libltdl/loaders/loadlibrary.c       len = 0;
len               168 libltdl/loaders/loadlibrary.c       len = 0;
len               178 libltdl/loaders/loadlibrary.c 	  if (!len)
len               179 libltdl/loaders/loadlibrary.c 	    len = strlen (wpath);
len               181 libltdl/loaders/loadlibrary.c 	  if (len + 1 >= MAX_PATH)
len               187 libltdl/loaders/loadlibrary.c 	  wpath[len] = '.';
len               188 libltdl/loaders/loadlibrary.c 	  wpath[len+1] = '\0';
len               287 libltdl/loaders/loadlibrary.c   size_t len;
len               300 libltdl/loaders/loadlibrary.c   len = LT_STRLEN (error_message);
len               301 libltdl/loaders/loadlibrary.c   if (len && error_message[len - 1] == '\n')
len               302 libltdl/loaders/loadlibrary.c     error_message[--len] = LT_EOS_CHAR;
len               303 libltdl/loaders/loadlibrary.c   if (len && error_message[len - 1] == '\r')
len               304 libltdl/loaders/loadlibrary.c     error_message[--len] = LT_EOS_CHAR;
len               306 libltdl/loaders/loadlibrary.c   return len ? error_message : default_errmsg;
len              1002 libltdl/ltdl.c   size_t len	    = LT_STRLEN (str);
len              1010 libltdl/ltdl.c   if (len > 3 && str[0] == '\'')
len                80 libparser/asm_res.h asm_hash (register const char *str, register unsigned int len)
len               111 libparser/asm_res.h   register int hval = len;
len               135 libparser/asm_res.h asm_lookup (register const char *str, register unsigned int len)
len               167 libparser/asm_res.h   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
len               169 libparser/asm_res.h       register int key = asm_hash (str, len);
len               183 libparser/asm_res.h asm_reserved_sharp(const char *str, int len)
len               188 libparser/asm_res.h 	str = strtrim(str, TRIM_ALL, &len);
len               190 libparser/asm_res.h 	keyword = asm_lookup(str, len);
len               335 libparser/asm_scan.c YY_BUFFER_STATE asm__scan_bytes (yyconst char *bytes,int len  );
len               168 libparser/c_res.h c_hash (register const char *str, register unsigned int len)
len               199 libparser/c_res.h   register int hval = len;
len               246 libparser/c_res.h c_lookup (register const char *str, register unsigned int len)
len               465 libparser/c_res.h   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
len               467 libparser/c_res.h       register int key = c_hash (str, len);
len               481 libparser/c_res.h c_reserved_word(const char *str, int len)
len               485 libparser/c_res.h 	keyword = c_lookup(str, len);
len               489 libparser/c_res.h c_reserved_sharp(const char *str, int len)
len               494 libparser/c_res.h 	str = strtrim(str, TRIM_ALL, &len);
len               496 libparser/c_res.h 	keyword = c_lookup(str, len);
len               500 libparser/c_res.h c_reserved_yacc(const char *str, int len)
len               504 libparser/c_res.h 	keyword = c_lookup(str, len);
len               148 libparser/cpp_res.h cpp_hash (register const char *str, register unsigned int len)
len               179 libparser/cpp_res.h   register int hval = len;
len               203 libparser/cpp_res.h cpp_lookup (register const char *str, register unsigned int len)
len               351 libparser/cpp_res.h   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
len               353 libparser/cpp_res.h       register int key = cpp_hash (str, len);
len               367 libparser/cpp_res.h cpp_reserved_word(const char *str, int len)
len               371 libparser/cpp_res.h 	keyword = cpp_lookup(str, len);
len               375 libparser/cpp_res.h cpp_reserved_sharp(const char *str, int len)
len               380 libparser/cpp_res.h 	str = strtrim(str, TRIM_ALL, &len);
len               382 libparser/cpp_res.h 	keyword = cpp_lookup(str, len);
len               114 libparser/java_res.h java_hash (register const char *str, register unsigned int len)
len               145 libparser/java_res.h   return len + asso_values[(unsigned char)str[1]] + asso_values[(unsigned char)str[0]];
len               155 libparser/java_res.h java_lookup (register const char *str, register unsigned int len)
len               230 libparser/java_res.h   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
len               232 libparser/java_res.h       register int key = java_hash (str, len);
len               246 libparser/java_res.h java_reserved_word(const char *str, int len)
len               250 libparser/java_res.h 	keyword = java_lookup(str, len);
len               335 libparser/php.c YY_BUFFER_STATE php__scan_bytes (yyconst char *bytes,int len  );
len               137 libparser/php_res.h php_hash (register const char *str, register unsigned int len)
len               168 libparser/php_res.h   register int hval = len;
len               204 libparser/php_res.h php_lookup (register const char *str, register unsigned int len)
len               526 libparser/php_res.h   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
len               528 libparser/php_res.h       register int key = php_hash (str, len);
len               542 libparser/php_res.h php_reserved_word(const char *str, int len)
len               546 libparser/php_res.h 	keyword = php_lookup(str, len);
len               550 libparser/php_res.h php_reserved_variable(const char *str, int len)
len               554 libparser/php_res.h 	keyword = php_lookup(str, len);
len                87 libutil/assoc.c assoc_put_withlen(ASSOC *assoc, const char *name, const char *value, int len)
len                91 libutil/assoc.c 	dbop_put_withlen(assoc->dbop, name, value, len);
len               363 libutil/dbop.c 	int len;
len               365 libutil/dbop.c 	if (!(len = strlen(name)))
len               367 libutil/dbop.c 	if (len > MAXKEYLEN)
len               407 libutil/dbop.c 	int len;
len               409 libutil/dbop.c 	if (!(len = strlen(name)))
len               411 libutil/dbop.c 	if (len > MAXKEYLEN)
len                79 libutil/locatestring.c strincmp(const char *string, const char *pattern, size_t len)
len                83 libutil/locatestring.c 	while (len--) {
len               173 libutil/strbuf.c strbuf_nputs(STRBUF *sb, const char *s, int len)
len               175 libutil/strbuf.c 	if (!sb->alloc_failed && len > 0) {
len               176 libutil/strbuf.c 		if (sb->curp + len > sb->endp)
len               177 libutil/strbuf.c 			__strbuf_expandbuf(sb, len);
len               178 libutil/strbuf.c 		while (len-- > 0)
len               192 libutil/strbuf.c strbuf_nputc(STRBUF *sb, int c, int len)
len               194 libutil/strbuf.c 	if (!sb->alloc_failed && len > 0) {
len               195 libutil/strbuf.c 		if (sb->curp + len > sb->endp)
len               196 libutil/strbuf.c 			__strbuf_expandbuf(sb, len);
len               197 libutil/strbuf.c 		while (len-- > 0)
len               114 libutil/strbuf.h #define strbuf_setlen(sb, len) do {\
len               115 libutil/strbuf.h 	unsigned int _length = len;\
len                87 libutil/strmake.c strtrim(const char *p, int flag, int *len)
len               118 libutil/strmake.c 	if (len)
len               119 libutil/strmake.c 		*len = strbuf_getlen(sb);