Home
last modified time | relevance | path

Searched refs:strlen_ (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h476 extern int strlen_(tchar *);
493 bname = xrealloc(bname, (strlen_(a)+1) * sizeof (tchar)); \
495 bname[strlen_(a)] = '\0'; \
H A Dsh.misc.c60 p = (tchar *) xalloc((strlen_(s) + 1)*sizeof (tchar)); in savestr()
177 int len1 = strlen_(cp); in strspl()
178 int len2 = strlen_(dp); in strspl()
H A Dsh.lex.c496 len = strlen_(lap); in addla()
500 len += strlen_(cp); in addla()
692 if (&cp[strlen_(orhsb)] in getsub()
803 i -= strlen_(lhsb); in subword()
811 mp += strlen_(lhsb); in subword()
812 i -= strlen_(mp); in subword()
H A Dsh.tchar.c188 strlen_(tchar *s) in strlen_() function
317 return (strlen_(ts)); in tswidth()
335 assert(strlen_(name_) < LONGEST_ENVVARNAME); in getenv_()
H A Dsh.dir.c122 printf("~%t", dir + strlen_(home)); in dtildepr()
318 if ((cwdlen = (strlen_(dcwd->di_name))) == 1) { in dfollow()
349 len = strlen_(cp); in dfollow()
H A Dsh.func.c523 if (*cp || strlen_(*v) >= MAX_VAR_LEN || !letter(**v)) { in doforeach()
822 aword[strlen_(aword) - 1] = 0;
835 aword[strlen_(aword) - 1] = 0;
1037 if (sep == ' ' && *v && strlen_(*v) == 2 && in echo()
H A Dsh.file.c554 name_length = strlen_(name); in search2()
572 items[numitems] = (tchar *)xalloc((unsigned)(strlen_(entry) + 1) * sizeof (tchar)); in search2()
H A Dsh.set.c640 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()
H A Dsh.c203 if (strlen_(cp) >= BUFSIZ - 10) { in main()
H A Dsh.proc.c543 int i = strlen_(cp); in pads()