File: UTuserName.html

package info (click to toggle)
libtsp 3r0-1
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 5,096 kB
  • ctags: 1,798
  • sloc: ansic: 14,464; sh: 1,217; makefile: 182
file content (37 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<HTML>
<HEAD>
<TITLE>TSP (libtsp/UT) - UTuserName</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFACD">
<H2>UTuserName</H2>
<HR>
<H4>Routine</H4>
<DL>
<DT>
char *UTuserName (void)
</DL>
<H4>Purpose</H4>
<DL>
<DT>
Get the user name and host name
</DL>
<H4>Description</H4>
This routine returns the user name and host name.  The returned string is of
the form user@host, with the host or @user parts omitted if unavailable.
<H4>Parameters</H4>
<DL>
<DT>
&lt;-  char UTuserName[]
<DD>
Pointer to a character string containing the user name.  This string is
null terminated.  This is a pointer to an internal static storage area;
each call to this routine overlays this storage.
</DL>
<H4>Author / revision</H4>
P. Kabal  Copyright (C) 1997
/ Revision 1.28  1997/05/22
<P>
<HR>
Main Index <A HREF="../libtsp.html">libtsp</A>
</BODY>
</HTML>