GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GETLOMODEL(3) MBK LOGICAL FUNCTIONS GETLOMODEL(3)

getlomodel - retrieve a model from a lofig_list

See the file man1/alc_origin.1.

#include "mut.h"
lofig_list ∗getlomodel(model, name)
lofig_list ∗model;
char ∗name;

Pointer to a lofig list
String indicating the model to be looked for

getlomodel seeks a lofig element in the list pointed to by model.

getlomodel returns a pointer to the lofig that match the name. If no lofig has the given name, then NULL is returned.

#include "mlo.h"
locon_list *get_model_cons(model, name)
lofig_list ∗model;
char ∗name;
{
lofig_list ∗p = getlomodel(model, name);
	return p ? p->LOCON : NULL;
}	

mbk(1), lofig(3), addlomodel(3), freelomodel(3), dellomodel(3).

See the file man1/alc_bug_report.1.

October 1, 1997 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.