"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
[snip]
> However, just *use* the function like you would any other function.
> There is no need to locate the source code to use it. You don't need
> open.c to use open.
>
[snip]
I need the glob.c source to do its
"Eric Blake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Thanks.
> > Also
> > http://www.devdaily.com/scw/c/cygwin/src/newlib/libc/sys/linux/include/glob.h.sh
> > tml
> >
> > But I didn't fint out glob.c on Cygwin.
>
> Then you didn't look hard enough. Cygwin sources are kept
> Thanks.
> Also
> http://www.devdaily.com/scw/c/cygwin/src/newlib/libc/sys/linux/include/glob.h.sh
> tml
>
> But I didn't fint out glob.c on Cygwin.
Then you didn't look hard enough. Cygwin sources are kept in CVS,
and you can browse CVS online.
http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/c
On Sat, May 27, 2006 at 08:38:57PM +0300, Alex Vinokur wrote:
>"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL
>PROTECTED]
>> On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote:
>[snip]
>> >Is there any free source C-code on Cygwin that implements "wildcard
>> >pro
On Sat, May 27, 2006 at 08:34:53PM +0300, Alex Vinokur wrote:
>"Eric Blake" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>> > Is there any free source C-code on Cygwin that implements "wildcard
>> > processing"?
>>
>> Yes - POSIX requires, and cygwin1.dll provides, glob().
>> http:
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote:
[snip]
> >Is there any free source C-code on Cygwin that implements "wildcard
> >processing"?
>
> Just the same function that exist on linux: glob().
"Eric Blake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Is there any free source C-code on Cygwin that implements "wildcard
> > processing"?
>
> Yes - POSIX requires, and cygwin1.dll provides, glob().
> http://www.opengroup.org/onlinepubs/009695399/functions/glob.html
>
> --
On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote:
>"Igor Peshansky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>> On Thu, 25 May 2006, Alex Vinokur wrote:
>>
>> > We have mini-shell that doesn't process an asterisk '*' as a special
>> > symbol. Is there any free source
> Is there any free source C-code on Cygwin that implements "wildcard
> processing"?
Yes - POSIX requires, and cygwin1.dll provides, glob().
http://www.opengroup.org/onlinepubs/009695399/functions/glob.html
--
Eric Blake
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Proble
"Igor Peshansky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> On Thu, 25 May 2006, Alex Vinokur wrote:
>
> > We have mini-shell that doesn't process an asterisk '*' as a special
> > symbol. Is there any free source C-code on Cygwin that implements that
> > processing?
>
> If I und
On Thu, 25 May 2006, Alex Vinokur wrote:
> We have mini-shell that doesn't process an asterisk '*' as a special
> symbol. Is there any free source C-code on Cygwin that implements that
> processing?
If I understand your question correctly, there are at least 4 different
sources for shells, plus v
We have mini-shell that doesn't process an asterisk '*' as a special symbol.
Is there any free source C-code on Cygwin that implements that processing?
--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/user
12 matches
Mail list logo