Searched refs:fullname (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/posix/ |
D | glob.c | 206 glob_lstat (glob_t *pglob, int flags, const char *fullname) in glob_lstat() argument 216 ? pglob->GLOB_LSTAT (fullname, &ust.st) in glob_lstat() 217 : GLOB_FSTATAT64 (AT_FDCWD, fullname, &ust.st64, in glob_lstat() 1324 char *fullname; in glob_in_dir() local 1326 fullname = alloca_account (fullsize, alloca_used); in glob_in_dir() 1329 fullname = malloc (fullsize); in glob_in_dir() 1330 if (fullname == NULL) in glob_in_dir() 1334 mempcpy (mempcpy (mempcpy (fullname, directory, dirlen), in glob_in_dir() 1337 if (glob_lstat (pglob, flags, fullname) == 0 in glob_in_dir() 1344 free (fullname); in glob_in_dir()
|
/glibc-2.36/iconv/ |
D | gconv_cache.c | 186 char fullname[dirlen + fnamelen]; in find_module() local 189 memcpy (__mempcpy (fullname, directory, dirlen), filename, fnamelen); in find_module() 191 result->__shlib_handle = __gconv_find_shlib (fullname); in find_module()
|
/glibc-2.36/elf/ |
D | sotruss-lib.c | 88 char fullname[out_filename_len]; in init() local 89 char *endp = stpcpy (fullname, out_filename); in init() 93 out_fd = open64 (fullname, O_RDWR | O_CREAT | O_TRUNC, 0666); in init()
|
/glibc-2.36/locale/programs/ |
D | locarchive.c | 1398 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()
|