Query: getsigname
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETSIGNAME(3) MBK LOGICAL FUNCTIONS GETSIGNAME(3)NAMEgetsigname - choose a signal name in alias listORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mlo.h" char *getsigname(ptsig) losig_list *ptsig;PARAMETERptsig Pointer to losig_listDESCRIPTIONThe getsigname function choose the higher hierachical level name of the alias list of a signal. The alias list is pointer to by the NAMECHAIN pointer of the losig structure, and contains zero or more names corresponding to the signal. Since the signal may result from a flatten, instance names may be concatenated to the actual signal name.RETURN VALUEgetsigname returns the higher hierachy level name, if ptsig->NAMECHAIN is not NULL, else a name constructed with the signal INDEX is returned.EXAMPLE#include "mlo.h" void print_signame(p) losig_list *p; { fprintf(stdout, "signal name : %s ", getsigname(p)); }SEE ALSOmbk(1), losig(3), chain(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 GETSIGNAME(3)
Related Man Pages |
---|
delht(3) - debian |
givelosig(3) - debian |
viewlosig(3) - debian |
getlosig(3) - opendarwin |
getlosig(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
One instance of comparing grep and awk |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |