Re: How to locate implementation of a specific function in glibc source code?
- From: loic-dev@xxxxxxx
- Date: 25 Nov 2006 12:56:21 -0800
Hi Ronald,
I tried to locate execv using:
(in the glib source dir)
grep "int execv" * -r
grep "int __execv" * -r
but failed.
Try at the top directory of the glibc source:
find . -name "*.c" | xargs fgrep -l "execv"
HTH,
Loic.
.
- Follow-Ups:
- References:
- Prev by Date: Re: Blocking read() from a USB->Serial adapter.
- Next by Date: Re: Blocking read() from a USB->Serial adapter.
- Previous by thread: How to locate implementation of a specific function in glibc source code?
- Next by thread: Re: How to locate implementation of a specific function in glibc source code?
- Index(es):