NSAPI Functions (in Alphabetical Order)
190
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Syntax
char *system_unix2local(char *path, char *lp);
Returns
A pointer to the local file system path string
Parameters
char *path
is the UNIX-style pathname to be converted.
char *lp
is the local pathname.
You must allocate the parameter
lp
, and it must contain enough space to hold the
local pathname.
See also
system_fclose, system_flock, system_fopenRO, system_fopenRW,
system_fopenWA, system_fwrite
systhread_attach
The
systhread_attach
function makes an existing thread into a
platform-independent thread.
Syntax
SYS_THREAD systhread_attach(void);
Returns
A
SYS_THREAD
pointer to the platform-independent thread.
Parameters
none.
See also
systhread_current, systhread_getdata, systhread_init,
systhread_newkey, systhread_setdata, systhread_sleep,
systhread_start, systhread_timerset
systhread_current
The
systhread_current
function returns a pointer to the current thread.
Syntax
SYS_THREAD systhread_current(void);
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...