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
DUP(3) FreeBSD Library Functions Manual DUP(3)

dup - duplicate an open file descriptor

#include <u.h>
#include <libc.h>

int dup(int oldfd, int newfd)

Given a file descriptor, oldfd, referring to an open file, dup returns a new file descriptor referring to the same file.

If newfd is -1 the system chooses the lowest available file descriptor. Otherwise, dup will use newfd for the new file descriptor (closing any old file associated with newfd).

/src/lib9/dup.c

Sets errstr.

To avoid name conflicts with the underlying system, dup is a preprocessor macro defined as p9dup; see

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.