Home | History | Annotate | Download | only in intl

Lines Matching refs:strlen

59           size_t sl = strlen (root);
60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
73 size_t sl = strlen (root);
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
87 size_t sl = strlen (root);
88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
96 if (strlen (_nlos2_localedir) <= MAXPATHLEN)