Searched refs:new_name (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/io/ |
D | tst-open-tmpfile.c | 199 char *new_name = get_random_name (); in check_wrapper_flags_mode() local 204 if (linkat (AT_FDCWD, proc_fd_path, path_fd, new_name, in check_wrapper_flags_mode() 207 if (unlinkat (path_fd, new_name, 0) != 0 && errno != ENOENT) in check_wrapper_flags_mode() 209 printf ("error: unlinkat (\"%s/%s\"): %m\n", path, new_name); in check_wrapper_flags_mode() 225 free (new_name); in check_wrapper_flags_mode()
|
/glibc-2.36/nss/nss_files/ |
D | files-hosts.c | 236 char *new_name = tmp_result_buf.h_name; in gethostbyname3_multi() local 237 if (strcmp (old_result->h_name, new_name) != 0) in gethostbyname3_multi() 239 alloc_buffer_copy_string (&outbuf, new_name)); in gethostbyname3_multi()
|
/glibc-2.36/iconv/ |
D | iconvconfig.c | 761 new_name (const char *str, struct Strent *strent) in new_name() function 782 tsearch (new_name ("INTERNAL", strtabadd (strtab, "INTERNAL", in generate_name_list() 791 tsearch (new_name (module_list[i]->fromname, in generate_name_list() 797 tsearch (new_name (runp->toname, runp->toname_strent), in generate_name_list() 900 struct name *newp = new_name (alias_list[i]->fromname, in generate_name_info()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 7659 * iconv/iconvconfig.c (new_name): Likewise.
|