|
nftw(3) -- traverse (walk) a file tree
|
These functions are provided for compatibility with legacy code. New code should use the fts(3) functions. The ftw() and nftw() functions traverse (walk) the directory hierarchy rooted in path. For ea... |
nice(3) -- change process scheduling priority
|
This interface is obsoleted by setpriority(2). The nice() function adds the value specified in incr to the scheduling priority of the invoking process. incr is an integer such that the resulting sched... |
|
nl(3) -- curses output options
|
These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin.... |
nlist(3) -- retrieve symbol table name list from an executable file
|
The nlist() function retrieves name list entries from the symbol table of an executable file. (See a.out(5).) The argument nl is set to reference the beginning of the list. The list is preened of bina... |
nl_langinfo(3) -- get locale information
|
The nl_langinfo() function returns a pointer to a string containing information set by the program's locale. The names and values of item are defined in . |
nocbreak(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
nodelay(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
noecho(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
nonl(3) -- curses output options
|
These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin.... |
noqiflush(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
noraw(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
notimeout(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
nrand48(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... |
ns(3) -- Xerox NS(tm) address conversion routines
|
The routine ns_addr() interprets character strings representing XNS addresses, returning binary information suitable for use in system calls. The routine ns_ntoa() takes XNS addresses and returns ASCI... |
ns_addr(3) -- Xerox NS(tm) address conversion routines
|
The routine ns_addr() interprets character strings representing XNS addresses, returning binary information suitable for use in system calls. The routine ns_ntoa() takes XNS addresses and returns ASCI... |