Lines Matching refs:strlen
296 int len = strlen(objfile); in is_static_library()
312 cmd = NOFAIL(malloc(strlen(objfile) + sizeof("..cmd"))); in parse_source_files()
366 if ( *(p + strlen(p)-1) != '\\') in parse_source_files()
378 if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) { in parse_source_files()
420 (int) strlen(basename) - 2, basename); in get_src_version()
473 if (write(fd, sum, strlen(sum)+1) != strlen(sum)+1) { in write_version()
486 if (strncmp(version, "$Revision", strlen("$Revision")) != 0) in strip_rcs_crap()
490 full_len = strlen(version) + strlen(version + strlen(version) + 1) + 2; in strip_rcs_crap()
494 len = strlen("$Revision"); in strip_rcs_crap()
506 memmove(version + len, version + strlen(version), in strip_rcs_crap()
507 full_len - strlen(version)); in strip_rcs_crap()