Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.h499 extern int strlen_(tchar *);
516 bname = xrealloc(bname, (strlen_(a)+1) * sizeof (tchar)); \
518 bname[strlen_(a)] = '\0'; \
H A Dsh.misc.c62 p = (tchar *) xalloc((strlen_(s) + 1)*sizeof (tchar)); in savestr()
179 int len1 = strlen_(cp); in strspl()
180 int len2 = strlen_(dp); in strspl()
H A Dsh.lex.c489 len = strlen_(lap); in addla()
493 len += strlen_(cp); in addla()
685 if (&cp[strlen_(orhsb)] in getsub()
796 i -= strlen_(lhsb); in subword()
804 mp += strlen_(lhsb); in subword()
805 i -= strlen_(mp); in subword()
H A Dsh.dir.c117 printf("~%t", dir + strlen_(home)); in dtildepr()
313 if ((cwdlen = (strlen_(dcwd->di_name))) == 1) { in dfollow()
344 len = strlen_(cp); in dfollow()
H A Dsh.tchar.c189 strlen_(tchar *s) in strlen_() function
318 return (strlen_(ts)); in tswidth()
336 assert(strlen_(name_) < LONGEST_ENVVARNAME); in getenv_()
H A Dsh.func.c512 if (*cp || strlen_(*v) >= MAX_VAR_LEN || !letter(**v)) { in doforeach()
811 aword[strlen_(aword) - 1] = 0;
824 aword[strlen_(aword) - 1] = 0;
1026 if (sep == ' ' && *v && strlen_(*v) == 2 && in echo()
H A Dsh.file.c556 name_length = strlen_(name); in search2()
574 items[numitems] = (tchar *)xalloc((unsigned)(strlen_(entry) + 1) * sizeof (tchar)); in search2()
H A Dsh.set.c643 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()
H A Dsh.c199 if (strlen_(cp) >= BUFSIZ - 10) { in main()
H A Dsh.proc.c537 int i = strlen_(cp); in pads()