*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nlist | Section: 3 | Source: UNIX v7 | File: nlist.3
NLIST(3) Library Functions Manual NLIST(3) NAME nlist - get entries from name list SYNOPSIS #include <a.out.h> nlist(filename, nl) char *filename; struct nlist nl[ ]; DESCRIPTION Nlist examines the name list in the given executable output file and selectively extracts a list of values. The name list consists of an array of structures containing names, types and values. The list is terminated with a null name. Each name is looked up in the name list of the file. If the name is found, the type and value of the name are inserted in the next two fields. If the name is not found, both en- tries are set to 0. See a.out(5) for the structure declaration. This subroutine is useful for examining the system name list kept in the file /unix. In this way programs can obtain system addresses that are up to date. SEE ALSO a.out(5) DIAGNOSTICS All type entries are set to 0 if the file cannot be found or if it is not a valid namelist. NLIST(3)

Navigation Options