*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 login_getcapstr(3) -- query login.conf database about a user class
    The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi...
 login_getcaptime(3) -- query login.conf database about a user class
    The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi...
 login_getclass(3) -- query login.conf database about a user class
    The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi...
 login_tty(3) -- tty utility functions
    The openpty(), login_tty(), and forkpty() functions perform manipulations on ttys and pseudo-ttys. The openpty() function finds an available pseudo-tty and returns file descriptors for the master and ...
 logout(3) -- login utility functions
    The login(), logout(), and logwtmp() functions operate on the database of current users in /var/run/utmp and on the logfile /var/log/wtmp of logins and logouts. The login() function updates the /var/r...
 logwtmp(3) -- login utility functions
    The login(), logout(), and logwtmp() functions operate on the database of current users in /var/run/utmp and on the logfile /var/log/wtmp of logins and logouts. The login() function updates the /var/r...
 longjmp(3) -- non-local jumps
    The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei...
 longjmperror(3) -- non-local jumps
    The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei...
 lrand48(3) -- pseudo random number generators and initialization routines
    The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m...
 lsearch(3) -- linear searching routines
    These interfaces were obsolete before they were written. They are avail- able from the compatibility library, libcompat. The functions lsearch(), and lfind() provide basic linear searching functionali...
 malloc(3) -- general purpose memory allocation functions
    The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt...
 math(3) -- introduction to mathematical library functions
    These functions constitute the C math library, libm. The link editor searches this library under the "-lm" option. Declarations for these functions may be obtained from the include file math.h.
 mblen(3) -- get number of bytes consisting a multibyte character
    The mblen() function usually determines the number of bytes consisting in a multibyte character pointed by s and return it. This function shall only examine max n bytes of the array beginning from s. ...
 mbrlen(3) -- get number of bytes consisting a multibyte character (restartable)
    The mbrlen() function usually determines the number of bytes consisting in a multibyte character pointed by s and return it. This function shall only examine max n bytes of the array beginning from s....
 mbrtowc(3) -- converts a multibyte character to a wide character (restartable)
    The mbrtowc() usually converts the multibyte character pointed by s to the wide character, and store the wide character to the wchar_t object pointed by pwc if pwc is non-null and s points a valid cha...
<<  [Prev]  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  
74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service