From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE24F385801D; Mon, 11 Oct 2021 14:54:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE24F385801D From: "vries at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug linuxthreads/28442] New: Use more unique DYNARRAY_STRUCT name in nss/nss_files/files-hosts.c Date: Mon, 11 Oct 2021 14:54:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: linuxthreads X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2021 14:54:35 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28442 Bug ID: 28442 Summary: Use more unique DYNARRAY_STRUCT name in nss/nss_files/files-hosts.c Product: glibc Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: linuxthreads Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org CC: drow at false dot org Target Milestone: --- I wonder, is this not a bit too non-specific: ... ./nss/nss_files/files-hosts.c:#define DYNARRAY_STRUCT array ... ? Other entries seem to try harder: ... $ find -type f -name "*.c" | egrep -v "tst|dynarray-skeleton.c" | xargs grep DYNARRAY_STRUCT ./nss/getent.c:#define DYNARRAY_STRUCT gid_list ./nss/nss_action_parse.c:#define DYNARRAY_STRUCT action_list ./nss/nss_files/files-hosts.c:#define DYNARRAY_STRUCT array ./posix/regexec.c:#define DYNARRAY_STRUCT regmatch_list ./posix/register-atfork.c:#define DYNARRAY_STRUCT fork_handler_l= ist ./posix/wordexp.c:#define DYNARRAY_STRUCT strlist ./resolv/res_init.c:#define DYNARRAY_STRUCT nameserver_list ./resolv/res_init.c:#define DYNARRAY_STRUCT search_list ./resolv/res_init.c:#define DYNARRAY_STRUCT sort_list ./resolv/resolv_conf.c:#define DYNARRAY_STRUCT resolv_conf_array ./support/support_descriptors.c:#define DYNARRAY_STRUCT descriptor_list ... --=20 You are receiving this mail because: You are on the CC list for the bug.=