Search

ParaSoft

HOME
PRODUCTS
SUPPORT
ABOUT
WHAT'S NEW
EVENTS


Insure++

Quick facts

Add-on Modules:
   -INUSE
   -TCA

Comparisons

Technical Papers

Support & Manuals

FAQs

Recent Reviews

User Testimonials

Press Releases


Insure tool to debug c++





Insure++ Manpages - iiwhich


Table of Contents


NAME

iiwhich - Search for and display an Insure++ interface description.

SYNOPSIS


	iiwhich [-compiler <compiler_name>] [-l]
	      [-v] [library_files] funcname 

DESCRIPTION

This command searches a set of Insure++ interface files for definitions of the named routines. For each routine, the corresponding definition is displayed. If the interface is a linkable one, iiwhich will not be able to display the actions taken by the interface, but it will indicate the prototype for the function.

If any of the names on the command line have the suffix ".tqs" or ".tqi", they are taken to be Insure++ interface modules and added to the list from which to search.

OPTIONS

-compiler <compiler_name>
Use compiler <compiler_name> for interface lookup.
-l
Displays the list of .tqs/.tqi files in the order that they will be processed. Useful for resolving conflicts between multiple interface specifications.
-v
Displays each .psrc file as it is traversed, preceded by a "#" character.
library_files
Any files whose names end in the suffix ".tqs" or ".tqi" are taken to be Insure++ interface files and are added to the default list of interface modules in which names will be searched.
funcname
All other arguments are treated as function names and are searched for in the standard interface modules (and any others given as command line arguments or in .psrc files). If a matching definition is found, its source file and definition are displayed.

EXAMPLES


	iiwhich malloc

Searches for the definition of the C library function malloc.


	iiwhich mylib.tqs myfunc1 myfunc2

Searches for definitions of functions myfunc1 and myfunc2 in both the standard library interface modules and also the interface file mylib.tqs.

SEE ALSO

iic, insure, psrcdump
< iiusers > imangle
Tools to debug c++ and java
(888) 305-0041 info@parasoft.com Copyright © 1996-2001 ParaSoft