How to locate implementation of a specific function in glibc source code?
- From: "Ronald" <followait@xxxxxxx>
- Date: Sat, 25 Nov 2006 18:48:48 +0800
I tried to locate execv using:
(in the glib source dir)
grep "int execv" * -r
grep "int __execv" * -r
but failed.
.
- Follow-Ups:
- Prev by Date: bind() vs netstat
- Next by Date: Re: bind() vs netstat
- Previous by thread: bind() vs netstat
- Next by thread: Re: How to locate implementation of a specific function in glibc source code?
- Index(es):