Lines Matching +full:open +full:- +full:source
7 .\" Redistribution and use in source and binary forms, with or without
10 .\" 1. Redistributions of source code must retain the above copyright
29 .\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
30 .\" Portable Operating System Interface (POSIX), The Open Group Base
31 .\" Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of
32 .\" Electrical and Electronics Engineers, Inc and The Open Group. In the
34 .\" The Open Group Standard, the original IEEE and The Open Group Standard is
43 .Nd "open a pseudo-terminal device"
54 function allocates a new pseudo-terminal and establishes a connection
58 After the pseudo-terminal has been allocated, the slave device should
64 The file status flags and file access modes of the open file description
69 are constructed by a bitwise-inclusive OR of flags from the following
72 .Bl -tag -width ".Dv O_CLOEXEC"
74 Open for reading and writing.
81 Set the close-on-exec flag for the new file descriptor.
92 function shall allocate a new pseudo-terminal device and return a
93 non-negative integer representing a file descriptor, which is connected
95 Otherwise, -1 shall be returned and errno set to indicate the error.
100 .Bl -tag -width Er
108 Out of pseudo-terminal resources.
118 .St -p1003.1-2001 .