Searched refs:Strlen (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | dir.c | 222 (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 D | file.c | 314 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 D | lex.c | 643 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 D | csh.h | 489 #define Strlen(a) strlen(a) macro 509 #define Strlen(a) s_strlen(a) macro
|
| H A D | set.c | 699 if (Strlen(*val) + Strlen(exppath) + 2 > BUFSIZE) { in exportpath()
|
| H A D | func.c | 620 aword[Strlen(aword) - 1] = 0; in search() 682 aword[Strlen(aword) - 1] = 0; in search()
|
| H A D | dol.c | 714 (size_t)((Strlen(cp) + 1 - lhlen + rhlen) * in setDolp()
|
| H A D | glob.c | 117 b = &gstart[Strlen(gstart)]; in globtilde()
|
| H A D | proc.c | 584 i = Strlen(cp); in pads()
|
| /netbsd-src/lib/libedit/ |
| H A D | history.c | 67 #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 D | parsestreams.c | 125 Strlen( in Strlen() function 306 if (Strlen(t) >= (S - s)) in xxxinit()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1239 Strlen
|
| H A D | newsp.errs | 1813 Strlen
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 11846 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 D | ChangeLog-2001 | 5917 * language.c (longest_local_hex_string_custom): Strlen test is
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2001 | 5917 * language.c (longest_local_hex_string_custom): Strlen test is
|