Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

delphfig(3) [opendarwin man page]

DELPHFIG(3)						      MBK PHYSICAL FUNCTIONS						       DELPHFIG(3)

NAME
delphfig - delete and free a physical figure ORIGIN
This 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.fr SYNOPSYS
#include "mph.h" int delphfig(figname) char *figname; PARAMETER
figname Name of the figure to be deleted DESCRIPTION
delphfig deletes the figure called figname from the list of physical figure in memory. All the lists of elements belonging to the figure are also deleted and freed. RETURN VALUE
delphfig returns 1 if the figure was delete, and 0 if no figure called figname was present in memory. EXAMPLE
#include "mph.h" void delete_na2_y() { if (delphfig("na2_y")) (void)fputs("deleted na2_y successfully", stdout); else (void)fputs("na2_y not present in ram !", stdout); } SEE ALSO
mbk(1), phfig(3), addphfig(3), getphfig(3), loadphfig(3), savephfig(3), flattenphfig(3), rflattenphfig(3). BUG REPORT
This 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 DELPHFIG(3)

Check Out this Related Man Page

DELPHFIG(3)						      MBK PHYSICAL FUNCTIONS						       DELPHFIG(3)

NAME
delphfig - delete and free a physical figure ORIGIN
This 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.fr SYNOPSYS
#include "mph.h" int delphfig(figname) char *figname; PARAMETER
figname Name of the figure to be deleted DESCRIPTION
delphfig deletes the figure called figname from the list of physical figure in memory. All the lists of elements belonging to the figure are also deleted and freed. RETURN VALUE
delphfig returns 1 if the figure was delete, and 0 if no figure called figname was present in memory. EXAMPLE
#include "mph.h" void delete_na2_y() { if (delphfig("na2_y")) (void)fputs("deleted na2_y successfully", stdout); else (void)fputs("na2_y not present in ram !", stdout); } SEE ALSO
mbk(1), phfig(3), addphfig(3), getphfig(3), loadphfig(3), savephfig(3), flattenphfig(3), rflattenphfig(3). BUG REPORT
This 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 DELPHFIG(3)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what kind of UNIX

ok, so i want to figure out what type of UNIX i have and in this book im reading about it, it says that i can figure out what type i have by typing the command uname in the prompt. So i did this and it came up saying Darwin?? is that part of System V UNIX or BSD or do i have LINUX? if anyone can... (2 Replies)
Discussion started by: hiei
2 Replies

2. UNIX for Dummies Questions & Answers

Unix masters please help newbie on "find" command

please help me figure out how to do this I wont lie, this is for a homework problem and I have searched on google for a long time and still can't figure out what to do. here is the problem So there's a folder let's say called "bare" in it, there are 10 dirs with names from "part1" through... (2 Replies)
Discussion started by: white_raven0
2 Replies

3. Shell Programming and Scripting

Can't figure out else not matching

All, I appreciate any help you can provide on this. I get an "else unmatched" error with this code and can't figure out why. If I remove the 1st if statement through the 1st else the script runs through fine. Any thoughts? #decrypt file sudo -u gpg /usr/bin/gpg... (4 Replies)
Discussion started by: peteroc
4 Replies

4. Programming

[C] help with string handling memory leak

Ok, so I've been trying to figure out my fualt in this code for probably a week now. Hopefully somebody will see what I couldn't see. Anyways, any help would be greatly appreciated. Lets begin. void serverStatus( const char* data ) { char* s ; int i, l = 0 ; ... (3 Replies)
Discussion started by: VRoemer
3 Replies

5. UNIX and Linux Applications

Attachments in MUTT.

Can any body figure out how to attach the attachments mails while drafting them in MUTT form any location on my system. I am not able to figure it out. (0 Replies)
Discussion started by: nixhead
0 Replies

6. UNIX for Advanced & Expert Users

figure out how part of a logfile got deleted

I there a way to figure out how part of a logfile got deleted? I know unix does not have a date created date so that makes things very difficult to tell if the file got deleted or not. Several thousand lines of my .bash_history somehow got deleted. I still have this in my .bashrc so I don't... (0 Replies)
Discussion started by: cokedude
0 Replies

7. UNIX for Dummies Questions & Answers

Need help in basic conditional coding

Hi, I am very new to coding and I am trying to figure out how to do one thing and I just can't figure it out. Here is what I am trying to do. I can either get "yes/no" or "password" prompt. If I get yes/no, i like to send "yes" like I got it here but if I get "password" prompt, I... (2 Replies)
Discussion started by: kyj00
2 Replies

8. Shell Programming and Scripting

Search and Destroy Script Direction Help

Being a beginner in scripting I am not sure the direction to take to accomplish the below task and would love suggestions. GOAL input file: domains.list Read input file, search in named.conf and find domain and delete entry for the purpose of cleanup activity. named.conf entry example zone... (8 Replies)
Discussion started by: djzah
8 Replies