From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 10 May 2005 04:33:49 +0400 From: Alexey Tourbin To: ALT Devel discussion list Message-ID: <20050510003349.GC28372@solemn.turbinal.org> Mail-Followup-To: ALT Devel discussion list References: <20050509170818.GA1652@nomad.office.altlinux.org> <20050509233322.GA28372@solemn.turbinal.org> <20050509234227.GA26230@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="B4IIlcmfBL/1gGOG" Content-Disposition: inline In-Reply-To: <20050509234227.GA26230@basalt.office.altlinux.org> Subject: [devel] Re: IQ: glob(3) change in glibc-2.3.4+ X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 00:34:46 -0000 Archived-At: List-Archive: List-Post: --B4IIlcmfBL/1gGOG Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 10, 2005 at 03:42:27AM +0400, Dmitry V. Levin wrote: > > (=E1 =DE=D4=CF =C7=CF=D7=CF=D2=C9=D4 SUSv3?) >=20 > "The glob() function shall match all accessible pathnames against this > pattern and develop a list of all pathnames that match." Accessible *pathnames*, =C1 =CE=C5 =D3=C1=CD=C9 =CF=C2=DF=C5=CB=D4=D9 =C6= =C1=CA=CC=CF=D7=CF=CA =D3=C9=D3=D4=C5=CD=D9, =CB=CF=D4=CF=D2=D9=C5 =D3=CB=D2=D9=D7=C1=C0=D4=D3=D1 =DA=C1 pathnames. =F0=CF-=CD=CF=C5=CD=D5, a= ccessible =DA=C4=C5=D3=D8 =D3=D7=D1=DA=C1=CE=CF =D3 pattern, =D4.=C5. "=C4=CF=D3=D4=D5=D0=CE=D9=C5 =DE=C5=D2=C5=DA =C4=C1=CE=CE=D9=CA = =DB=C1=C2=CC=CF=CE", =C1 =CE=C5 =C4=CF=D3=D4=D5=D0=CE=D9=C5 =C9=CC=C9 =CE= =C5=C4=CF=D3=D4=D5=D0=CE=D9=C5 =D7=CF=CF=C2=DD=C5. > =F4=C5=D2=CD=C9=CE accessible Drepper =D4=D2=C1=CB=D4=D5=C5=D4 =C4=CF=D3= =D4=C1=D4=CF=DE=CE=CF =D7=CF=CC=D8=CE=CF. =F4=CF=C7=C4=C1 =CE=D5=D6=CE=CF =D4=C1=CB=D6=C5 =D0=D2=CF=D7=C5=D2=D1=D4=D8= , =DE=D4=CF =D0=D2=C1=D7=C1 =C4=CF=D3=D4=D5=D0=C1 =CF=D4=CC=C9=DE=CE=D9 =CF= =D4 =CE=D5=CC=D1 =C9 =D4.=D0. =EE=D5=D6=CE=CF =DA=C1=D0=C9=D3=C1=D4=D8 =D4=C5=D2=CD=C9=CE accessible =CE= =C1 =D0=D3=C5=D7=C4=CF=CB=CF=C4=C5. for f in *; do if [ -L "$f" -a ! -e "$f" ]; then contitune fi if [ -f "$f" -a ! -r "$f" ]; then continue fi if [ -d "$f" -a ! -x "$f" ]; then continue fi echo "$f" done --B4IIlcmfBL/1gGOG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCgAFtfBKgtDjnu0YRAnlyAKCfm1aT3mdvmlrj0DqH+4tpuSoEbACcDo/i LIzOjI3ISG0HrkwV+efLoOo= =l9yh -----END PGP SIGNATURE----- --B4IIlcmfBL/1gGOG--