Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Ddir.c222 (len = Strlen(hp), Strncmp(hp, dp->di_name, len) == 0) && in printdirs()
224 len = Strlen(s = (dp->di_name + len)) + 2; in printdirs()
226 len = Strlen(s = dp->di_name) + 1; in printdirs()
244 (void)fprintf(cshout, "~%s", vis_str(dir + Strlen(home))); in dtildepr()
282 cwd = xreallocarray(NULL, (size_t)(Strlen(dcwd->di_name) + 3), in dnormalize()
314 cwd[dotdot = Strlen(cwd)] = '/'; in dnormalize()
633 if (Strlen(p1) + Strlen(cp) + 1 >= MAXPATHLEN) in dcanon()
845 len = Strlen(p1); in dcanon()
885 newcp = Strspl(p1, cp + Strlen(p2)); in dcanon()
H A Dfile.c314 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r; in print_by_column()
329 w = Strlen(items[i]) + 1; in print_by_column()
401 switch (Strlen(recognized_part)) { in print_recognized_stuff()
511 name_length = Strlen(name); in tsearch()
525 (size_t) (Strlen(entry) + 1), sizeof(Char)); in tsearch()
H A Dlex.c643 if (Strlen(cp) + (lap ? Strlen(lap) : 0) >= in addla()
830 if (&cp[Strlen(orhsb)] > &rhsb[sizeof(rhsb) / in getsub()
960 i -= (ssize_t)Strlen(lhsb); in subword()
970 mp += Strlen(lhsb); in subword()
971 i -= (ssize_t)Strlen(mp); in subword()
H A Dcsh.h489 #define Strlen(a) strlen(a) macro
509 #define Strlen(a) s_strlen(a) macro
H A Dset.c699 if (Strlen(*val) + Strlen(exppath) + 2 > BUFSIZE) { in exportpath()
H A Dfunc.c620 aword[Strlen(aword) - 1] = 0; in search()
682 aword[Strlen(aword) - 1] = 0; in search()
H A Ddol.c714 (size_t)((Strlen(cp) + 1 - lhlen + rhlen) * in setDolp()
H A Dglob.c117 b = &gstart[Strlen(gstart)]; in globtilde()
H A Dproc.c584 i = Strlen(cp); in pads()
/netbsd-src/lib/libedit/
H A Dhistory.c67 #define Strlen(s) strlen(s) macro
85 #define Strlen(s) wcslen(s) macro
421 elen = Strlen(evp->str); in history_def_add()
422 slen = Strlen(str); in history_def_add()
964 size_t len = Strlen(str); in history_prev_string()
982 size_t len = Strlen(str); in history_next_string()
/netbsd-src/external/bsd/ntp/dist/libparse/
H A Dparsestreams.c125 Strlen( in Strlen() function
306 if (Strlen(t) >= (S - s)) in xxxinit()
/netbsd-src/share/man/tools/
H A Dsp.ignore1239 Strlen
H A Dnewsp.errs1813 Strlen
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp11846 for (uint64_t Strlen = 0; /**/; ++Strlen) { in VisitBuiltinCallExpr() local
11852 return Success(Strlen, E); in VisitBuiltinCallExpr()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20015917 * language.c (longest_local_hex_string_custom): Strlen test is
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20015917 * language.c (longest_local_hex_string_custom): Strlen test is