Searched refs:Strlen (Results 1 – 15 of 15) sorted by relevance
/openbsd/bin/csh/ |
H A D | dir.c | 206 (len = Strlen(hp), Strncmp(hp, dp->di_name, len) == 0) && in printdirs() 208 len = Strlen(s = (dp->di_name + len)) + 2; in printdirs() 210 len = Strlen(s = dp->di_name) + 1; in printdirs() 229 (void) fprintf(cshout, "~%s", vis_str(dir + Strlen(home))); in dtildepr() 269 len = (size_t) (Strlen(dcwd->di_name) + 3); in dnormalize() 299 cwd[dotdot = Strlen(cwd)] = '/'; in dnormalize() 625 if (Strlen(p1) + Strlen(cp) + 1 >= PATH_MAX) in dcanon() 837 cc = Strlen(p1); in dcanon() 878 newcp = Strspl(p1, cp + Strlen(p2)); in dcanon()
|
H A D | file.c | 319 len = Strlen(word); in cl_list() 351 len = Strlen(word); in cl_recognize() 481 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r; in print_by_column() 496 w = Strlen(items[i]) + 1; in print_by_column() 627 name_length = Strlen(name); in tsearch() 640 items[numitems] = xreallocarray(NULL, (Strlen(entry) + 1), sizeof(Char)); in tsearch()
|
H A D | str.c | 185 return(dlen + Strlen((Char *)s)); in Strlcat() 224 Strlen(Char *str) in Strlen() function
|
H A D | lex.c | 603 if (Strlen(cp) + (lap ? Strlen(lap) : 0) >= in addla() 915 i -= Strlen(lhsb); in subword() 926 mp += Strlen(lhsb); in subword() 927 i -= Strlen(mp); in subword()
|
H A D | set.c | 571 if (Strlen(*val) + Strlen(exppath) + 2 > BUFSIZ) { in exportpath()
|
H A D | extern.h | 295 size_t Strlen(Char *);
|
H A D | func.c | 631 aword[Strlen(aword) - 1] = 0; in search() 642 aword[Strlen(aword) - 1] = 0; in search()
|
H A D | sem.c | 81 (Strlen(t->t_dcom[0] + 1) + 1) * sizeof(Char)); in execute()
|
H A D | dol.c | 712 size_t len = Strlen(cp) + 1 - lhlen + rhlen; in setDolp()
|
H A D | glob.c | 108 b = &gstart[Strlen(gstart)]; in globtilde()
|
H A D | proc.c | 586 i = Strlen(cp); in pads()
|
/openbsd/lib/libedit/ |
H A D | history.c | 64 #define Strlen(s) strlen(s) macro 82 #define Strlen(s) wcslen(s) macro 415 len = Strlen(evp->str) + Strlen(str) + 1; in history_def_add() 423 (void) Strncat(s, str, len - Strlen(s) - 1); in history_def_add() 836 len = Strlen(ev.str) * 4 + 1; in history_save_fp() 934 size_t len = Strlen(str); in history_prev_string() 952 size_t len = Strlen(str); in history_next_string()
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 685 static int checkBounds(int Idx, int Strlen) { in checkBounds() argument 686 assert(Idx <= Strlen && "Indexing past string null terminator"); in checkBounds() 687 return Idx <= Strlen; in checkBounds()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 16279 for (uint64_t Strlen = 0; /**/; ++Strlen) { in EvaluateBuiltinStrLen() local 16285 Result = Strlen; in EvaluateBuiltinStrLen()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-2001 | 5917 * language.c (longest_local_hex_string_custom): Strlen test is
|