Home
last modified time | relevance | path

Searched refs:Strlen (Results 1 – 15 of 15) sorted by relevance

/openbsd/bin/csh/
H A Ddir.c206 (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 Dfile.c319 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 Dstr.c185 return(dlen + Strlen((Char *)s)); in Strlcat()
224 Strlen(Char *str) in Strlen() function
H A Dlex.c603 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 Dset.c571 if (Strlen(*val) + Strlen(exppath) + 2 > BUFSIZ) { in exportpath()
H A Dextern.h295 size_t Strlen(Char *);
H A Dfunc.c631 aword[Strlen(aword) - 1] = 0; in search()
642 aword[Strlen(aword) - 1] = 0; in search()
H A Dsem.c81 (Strlen(t->t_dcom[0] + 1) + 1) * sizeof(Char)); in execute()
H A Ddol.c712 size_t len = Strlen(cp) + 1 - lhlen + rhlen; in setDolp()
H A Dglob.c108 b = &gstart[Strlen(gstart)]; in globtilde()
H A Dproc.c580 i = Strlen(cp); in pads()
/openbsd/lib/libedit/
H A Dhistory.c64 #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 DInstrProfilingFile.c685 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 DExprConstant.cpp16279 for (uint64_t Strlen = 0; /**/; ++Strlen) { in EvaluateBuiltinStrLen() local
16285 Result = Strlen; in EvaluateBuiltinStrLen()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20015917 * language.c (longest_local_hex_string_custom): Strlen test is