Searched refs:Strlen (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.nls.h43 # define NLSStringWidth(s) Strlen(s)
H A Dtw.spell.c146 path = xmalloc((Strlen(tilded_dir) + Strlen(name) + 1) * sizeof (*path));
H A Dsh.dir.c282 len = (int) (Strlen(user) + Strlen(s) + 2);
284 len = (int) (Strlen(s) + 1);
380 cwd = xmalloc((Strlen(dcwd->di_name) + 3) * sizeof(Char));
452 i = Strlen(cwd);
460 i = Strlen(cwd) - 1;
549 cwdlen = Strlen(dcwd->di_name);
552 dp = xmalloc((cwdlen + Strlen(cp) + 2) * sizeof(Char));
886 clen = Strlen(cp);
909 len = Strlen(p
[all...]
H A Dtw.help.c101 curdir = xmalloc((Strlen(thpath) + 1) * sizeof (*curdir));
H A Dsh.file.c321 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r;
336 w = Strlen(items[i]) + 1;
437 switch (Strlen(recognized_part)) {
534 name_length = Strlen(name);
705 num_read = Strlen(inputline);
H A Dtc.str.c386 size = (Strlen(s) + 1) * sizeof(*n);
634 DO_STRBUF(Strbuf, Char, Strlen);
H A Dtc.printf.c260 f_width = f_width - Strlen(Bp);
H A Dtw.color.c194 len = Strlen(value);
H A Dtw.parse.c910 size_t name_length = Strlen(target); /* Length of prefix (file name) */
972 size_t exti = Strlen(item.s);
2089 maxwidth = max(maxwidth, (unsigned int) Strlen(items[i]));
2138 w = Strlen(items[i]);
2262 len = Strlen(str);
2265 if (Strlen(*var) >= len && (*var)[len] == '=') {
H A Dtw.init.c185 len = Strlen(name) + 2;
248 len = Strlen(name);
H A Dsh.h1078 #define Strlen(a) strlen(a) macro
1101 #define Strlen(a) wcslen(a) macro
1111 #define Strlen(a) s_strlen(a) macro
H A Dsh.lex.c827 lhsb.len = Strlen(lhsb.s); /* lhsb.s wasn't changed */
1203 lhsb.len = Strlen(lhsb.s); /* lhsb.s wasn't changed */
1241 lhsb.len = Strlen(lhsb.s); /* lhsb.s wasn't changed */
H A Dsh.hist.c358 buf = xmalloc(Strlen(istr) * MB_LEN_MAX + 1);
H A Dtc.bind.c132 in.len = Strlen(in.buf);
H A Dtc.prompt.c607 var = xmalloc((Strlen(src) + 1) * sizeof (*var));
H A Dtw.comp.c467 wl = xmalloc(((Strlen(line) + 1) / 2 + 2) * sizeof (*wl));
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h97 #define Strlen(x) wcslen(x) macro
147 #define Strlen(x) strlen(x) macro
H A Dhistory.c385 len = Strlen(evp->str) + Strlen(str) + 1;
393 (void) Strncat(s, str, len - Strlen(s) - 1);
814 len = Strlen(ev.str) * 4;
893 size_t len = Strlen(str);
911 size_t len = Strlen(str);
H A Dhist.c134 el->el_line.lastchar = el->el_line.buffer + Strlen(el->el_line.buffer);
H A Dchared.c671 if ((len = Strlen(s)) == 0)
714 len = Strlen(prompt);
/macosx-10.10/libedit-40/src/
H A Dchartype.h97 #define Strlen(x) wcslen(x) macro
152 #define Strlen(x) strlen(x) macro
H A Dhistory.c385 len = Strlen(evp->str) + Strlen(str) + 1;
393 (void) Strncat(s, str, len - Strlen(s) - 1);
941 size_t len = Strlen(str);
959 size_t len = Strlen(str);
H A Dhist.c134 el->el_line.lastchar = el->el_line.buffer + Strlen(el->el_line.buffer);
H A Dchared.c615 if (s == NULL || (len = Strlen(s)) == 0)
658 len = (ssize_t)Strlen(prompt);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dclip.c177 len = Strlen(KillRing[YankPos].buf);

Completed in 433 milliseconds

12