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
NAMEINDEX(3) MBK UTILITY FUNCTIONS NAMEINDEX(3)

nameindex - concatenate a name and index with user separator

See the file man1/alc_origin.1.

#include "mut.h"
char ∗nameindex(s, i)
char ∗s;
long i;

Pointer to a string
Long integer

The nameindex function adds the separator defined by MBK_SEPAR(1), and then the string version of i at the end of string s. This is not like a strcat(3) of the standard library, because s is not being modified.
The string returned has already been put in the names dictionary by a call to namealloc(3).

nameindex returns a pointer to a string in the name hash table.

#include "mut.h"
#include "mlo.h"
void a_sig_name(ptsig)
losig_list ∗ptsig;
{
	return pt->NAMECHAIN ? (char ∗)(pt->NAMECHAIN->DATA)
				: nameindex("mbk_sig", pt->INDEX);
}

mbk(1), namealloc(3), MBK_SEPAR(1).

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.