Home
last modified time | relevance | path

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

/locale/programs/
A Dlocarchive.c1398 char fullname[fnamelen + 2 * strlen (d->d_name) + 7]; in add_locales_to_archive() local
1402 strcpy (stpcpy (stpcpy (fullname, fname), "/"), in add_locales_to_archive()
1405 if (stat64 (fullname, &st) == -1) in add_locales_to_archive()
1418 char *t = stpcpy (stpcpy (fullname, fname), "/"); in add_locales_to_archive()
1422 if (stat64 (fullname, &st) == -1) in add_locales_to_archive()
1454 char fullname[fnamelen + 2 * strlen (locnames[cnt]) + 7]; in add_locales_to_archive() local
1457 strcpy (stpcpy (stpcpy (fullname, fname), "/"), locnames[cnt]); in add_locales_to_archive()
1458 fd = open64 (fullname, O_RDONLY); in add_locales_to_archive()
1471 t = stpcpy (stpcpy (fullname, fname), "/"); in add_locales_to_archive()
1475 fd = open64 (fullname, O_RDONLY); in add_locales_to_archive()

Completed in 5 milliseconds