Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ c++filt(1C++) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

CC(1)

ld(1)

nm(1)

c++filt(1C++)  —  

NAME

c++filt − C++ name demangler

SYNOPSIS

c++filt [file1 file2 ...]

DESCRIPTION

c++filt demangles names encoded by cfront.  It reads from standard input if no file names are specified, otherwise it reads lines from the files in turn.  Demangling is done in place and the resulting lines are written to standard output. 

Whitespace is used to delimit names that are demangled.  This means, for example, that a name delimited by ’.’ or ’,’ will not be demangled. 

c++filt returns non-0 if any file specified on the command line could not be opened, otherwise it returns 0. 

DEPENDENCIES

Series 300/400

−x Strip off leading ’_’ from encoded C++ object symbol names before performing name decoding. 

SEE ALSO

CC(1), ld(1), nm(1). 

  —  May 04, 1993

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026