*** 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: dwarf_find_macro_value_start | Section: 3 | Source: FreeBSD | File: dwarf_find_macro_value_start.3.gz
DWARF_FIND_MACRO_VALUE_START(3) FreeBSD Library Functions Manual NAME dwarf_find_macro_value_start - return the address of the first byte of a macro value LIBRARY DWARF Access Library (libdwarf, -ldwarf) SYNOPSIS #include <libdwarf.h> char * dwarf_find_macro_value_start(char *macro_string); DESCRIPTION Given a DWARF macro string, function dwarf_find_macro_value_start() returns a pointer to the first byte of the macro value part of the macro string. Argument macro_string should be a NUL-terminated string conforming to the macro format defined in the DWARF standard; see dwarf(4). RETURN VALUES On success, function dwarf_find_macro_value_start() returns a pointer to the first byte of the macro value. If the macro value part was not found, function dwarf_find_macro_value_start() returns a pointer to the NUL-byte terminating argument macro_string. Function dwarf_find_macro_value_start() returns NULL if argument macro_string was NULL. SEE ALSO dwarf(3), dwarf_get_macro_details(3) FreeBSD 14.1-RELEASE-p8 March 26, 2011 FreeBSD 14.1-RELEASE-p8

Navigation Options