mkfifo.c revision 1
1N/A/*********************************************************************** 1N/A* This software is part of the ast package * 1N/A* Copyright (c) 1992-2011 AT&T Intellectual Property * 1N/A* and is licensed under the * 1N/A* Common Public License, Version 1.0 * 1N/A* by AT&T Intellectual Property * 1N/A* A copy of the License is available at * 1N/A* (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9) * 1N/A* Information and Software Systems Research * 1N/A* Glenn Fowler <gsf@research.att.com> * 1N/A* David Korn <dgk@research.att.com> * 1N/A***********************************************************************/ 1N/A * AT&T Bell Laboratories 1N/A"[-?\n@(#)$Id: mkfifo (AT&T Research) 2009-01-02 $\n]" 1N/A"[+NAME?mkfifo - make FIFOs (named pipes)]" 1N/A"[+DESCRIPTION?\bmkfifo\b creates one or more FIFO's. By " 1N/A "default, the mode of created FIFO is \ba=rw\b minus the " 1N/A "bits set in the \bumask\b(1).]" 1N/A"[m:mode]:[mode?Set the mode of created FIFO to \amode\a. " 1N/A "\amode\a is symbolic or octal mode as in \bchmod\b(1). Relative " 1N/A "modes assume an initial mode of \ba=rw\b.]" 1N/A "[+0?All FIFO's created successfully.]" 1N/A "[+>0?One or more FIFO's could not be created.]" 1N/A"[+SEE ALSO?\bchmod\b(1), \bumask\b(1)]"