strlen 470 global/global.c char *p = cwd + strlen(root); strlen 847 global/global.c p = path + strlen(localprefix) - 1; strlen 737 gtags-parser/C.c int length = strlen(token); strlen 771 gtags-parser/Cpp.c int length = strlen(token); strlen 891 gtags-parser/asm_parse.c # define yystrlen strlen strlen 261 gtags-parser/gctags.c p += strlen(p) + 1; strlen 579 gtags/gtags.c for (p = start; p < end; p += strlen(p) + 1) strlen 586 gtags/gtags.c for (p = start; p < end; p += strlen(p) + 1) strlen 166 htags/anchor.c p += strlen(ptable.part[PART_TAG].start); strlen 44 htags/anchor.h (a)->length = strlen(tag); \ strlen 613 htags/common.c strlen 223 htags/fileindex.c int length = strlen(dir); strlen 375 htags/fileindex.c int baselen = strlen(basedir); strlen 819 htags/fileindex.c for (; count; filename += strlen(filename) + 1, count--) { strlen 864 htags/fileindex.c for (; count; line += strlen(line) + 1, count--) strlen 1173 htags/htags.c q = p + strlen(p) - 1; strlen 1416 htags/htags.c p += strlen(p) + 1; strlen 89 htags/path2url.c if (strlen(path) > MAXPATHLEN) strlen 188 htags/src2html.c strlen 192 htags/src2html.c strlen 417 libdb/bt_open.c if (envtmp && strlen(envtmp) + strlen("/bt.XXXXXX") >= sizeof(path)) strlen 503 libglibc/getopt.c if (nameend - nextchar == strlen (p->name)) strlen 527 libglibc/getopt.c nextchar += strlen (nextchar); strlen 556 libglibc/getopt.c nextchar += strlen (nextchar); strlen 570 libglibc/getopt.c nextchar += strlen (nextchar); strlen 574 libglibc/getopt.c nextchar += strlen (nextchar); strlen 5593 libglibc/regex.c ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf); strlen 5610 libglibc/regex.c const int len = strlen (s); strlen 5707 libglibc/regex.c ret = regex_compile (pattern, strlen (pattern), syntax, preg); strlen 5758 libglibc/regex.c int len = strlen (string); strlen 5835 libglibc/regex.c msg_size = strlen (msg) + 1; /* Includes the null. */ strlen 189 libutil/abs2rel.c if (strlen(result) > MAXPATHLEN) strlen 322 libutil/abs2rel.c if (strlen(path) >= size) strlen 370 libutil/abs2rel.c if (rp + strlen(branch + 1) > endp) strlen 403 libutil/abs2rel.c if (strlen(path) >= size) strlen 413 libutil/abs2rel.c length = strlen(base); strlen 473 libutil/abs2rel.c if (rp + strlen(pp) > endp) strlen 75 libutil/checkalloc.c char *p = check_malloc(strlen(string) + 1); strlen 111 libutil/compress.c ab->length = strlen(ab->name); strlen 168 libutil/compress.c int length = strlen(name); strlen 150 libutil/conf.c p += strlen(candidate); strlen 369 libutil/conf.c p += strlen(buf); strlen 401 libutil/conf.c for (p += strlen(buf); *p && *p != ':'; p++) { strlen 55 libutil/date.c buf[strlen(buf) - 1] = 0; strlen 141 libutil/dbop.c key.size = strlen(name)+1; strlen 171 libutil/dbop.c if (!(len = strlen(name))) strlen 176 libutil/dbop.c key.size = strlen(name)+1; strlen 178 libutil/dbop.c dat.size = strlen(data)+1; strlen 205 libutil/dbop.c if (!(len = strlen(name))) strlen 210 libutil/dbop.c key.size = strlen(name)+1; strlen 238 libutil/dbop.c key.size = strlen(path)+1; strlen 282 libutil/dbop.c if (strlen(name) > MAXKEYLEN) strlen 286 libutil/dbop.c key.size = strlen(name); strlen 369 libutil/dbop.c if (strlen((char *)key.data) > MAXKEYLEN) strlen 432 libutil/dbop.c int i = strlen(dat) + 1; strlen 449 libutil/dbop.c if (dbop->lastsize <= strlen(key)) strlen 451 libutil/dbop.c for (p += strlen(key); *p && isspace((unsigned char)*p); p++) strlen 88 libutil/env.c size += strlen(*e) + 1; strlen 283 libutil/find.c p += strlen(p) + 1; strlen 317 libutil/find.c last = first + strlen(first); strlen 400 libutil/find.c curp->dirp = dir + strlen(dir); strlen 495 libutil/find.c curp->p += strlen(curp->p) + 1; strlen 559 libutil/find.c curp->dirp = dirp + strlen(dirp); strlen 190 libutil/getdbpath.c p = root + strlen(root); strlen 96 libutil/langmap.c list = lang + strlen(lang) + 1; strlen 99 libutil/langmap.c lang = list + strlen(list) + 1; strlen 118 libutil/locatestring.c int plen = strlen(pattern); strlen 131 libutil/locatestring.c if (strlen(string) == plen && !(*cmpfunc)(string, pattern, plen)) strlen 136 libutil/locatestring.c if (flag == MATCH_AT_LAST && (slen = strlen(string)) > plen) strlen 155 libutil/locatestring.c const char *post = pp + strlen(pattern); strlen 64 libutil/makepath.c if ((length = strlen(dir)) > MAXPATHLEN) strlen 82 libutil/makepath.c if ((length = strlen(strbuf_value(sb))) > MAXPATHLEN) strlen 108 libutil/pathconvert.c if (strlen(cwd) > MAXPATHLEN) strlen 85 libutil/pool.c size = strlen(string); strlen 100 libutil/pool.c int size = p ? p - string : strlen(string); strlen 332 libutil/strbuf.c sb->curp += strlen(sb->curp); strlen 130 libutil/test.c if (strlen(path) < 5) strlen 143 libutil/xargs.c length = strlen(path);\ strlen 197 libutil/xargs.c limit = exec_line_limit(strlen(meta_p + 2));