Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Most linuxes use a libc version named <code>glibc</code>.</p> <p>The LXR (online cross-reference system) for glibc is e.g. <s>here <a href="http://koala.cs.pub.ro/lxr/glibc/" rel="nofollow noreferrer">http://koala.cs.pub.ro/lxr/glibc/</a> for 2.9 version</s> (link is broken). I must say that something may be not lxr'ed because some sources are generated in the build process, for example - as i can remember - wrappers around a system calls.</p> <p>Pthreads are in <code>nptl/</code> folder. Right link to libc sources is <a href="http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.bz2" rel="nofollow noreferrer">http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.bz2</a> (or change 2.14 to your version)</p> <p>Update: After closing of koala's lxr, there are:</p> <ol> <li><p><s>Metager with glibc: <a href="http://code.metager.de/source/xref/gnu/glibc/" rel="nofollow noreferrer">http://code.metager.de/source/xref/gnu/glibc/</a></s> (Served with Sun's OpenGrok, which was originally used to generate online x-ref for Solaris/OpenSolaris)</p></li> <li><p>Google code search (I know that it was closed; but I also know it's other version which is up): <s><a href="http://code.google.com/codesearch" rel="nofollow noreferrer">http://code.google.com/codesearch</a> and try to search something glibc-specific</s></p></li> </ol> <p>UPD (march 2013) They killed codesearch again:</p> <blockquote> <pre><code>404. That’s an error. </code></pre> <p>The requested URL /codesearch was not found on this server. That’s all we know.</p> </blockquote> <p>UPD 2017</p> <ol> <li><p><s>Metager with glibc: <a href="http://code.metager.de/source/xref/gnu/glibc/" rel="nofollow noreferrer">http://code.metager.de/source/xref/gnu/glibc/</a></s> </p></li> <li><p>There is online git by glibc authors: <a href="https://sourceware.org/git/?p=glibc.git" rel="nofollow noreferrer">https://sourceware.org/git/?p=glibc.git</a> (tree is browserable at <a href="https://sourceware.org/git/?p=glibc.git;a=tree" rel="nofollow noreferrer">https://sourceware.org/git/?p=glibc.git;a=tree</a>)</p></li> <li><p>Glibc git is mirrored to github (which has some searching functions) <a href="https://github.com/bminor/glibc" rel="nofollow noreferrer">https://github.com/bminor/glibc</a></p></li> <li><p>There is search like google's codesearch in all debian packages: <a href="https://codesearch.debian.net/" rel="nofollow noreferrer">https://codesearch.debian.net/</a>. It can search in glibc sources by "package:glibc request" request and also have file browser: <a href="http://sources.debian.net/src/glibc/" rel="nofollow noreferrer">http://sources.debian.net/src/glibc/</a></p></li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload