Searched refs:open (Results 201 - 225 of 1169) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/freebsd-9.3-release/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h46 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/freebsd-9.3-release/contrib/nvi/clib/
H A Dmkstemp.c109 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_source.c47 if ((fd = open(name, O_RDONLY, 0)) < 0 || fstat(fd, &sb))
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dflopen.h66 if ((fd = open(path, flags, mode)) == -1)
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbuildvirtuser132 opendir(VIRTS, $virts) || die "Could not open directory $virts: $!\n";
139 open(DOMAIN, "$virts/$domain") || die "Could not open file $virts/$domain: $!\n";
191 open(MAKEMAP, ">$newvirt") || die "Could not open $newvirt: $!\n";
195 open(MAKEMAP, "|$makemap $dbtype $newvirt") || die "Could not start makemap: $!\n";
206 open(VIRTHOST, ">$newvirthosts") || die "Could not open file $newvirthosts: $!\n";
/freebsd-9.3-release/contrib/sendmail/test/
H A Dt_exclopen.c13 ** security-defeating semantics that an open with O_CREAT|O_EXCL
14 ** set will successfully open a file named by a symbolic link that
87 if (open(Attacker, O_WRONLY|O_CREAT|O_EXCL, 0644) < 0)
97 printf("Good show! Exclusive open works properly with symbolic links (errno = %d).\n",
107 printf("Bad news: you can do an exclusive open through a symbolic link\n");
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h90 unsigned int open : 1; member in struct:__anon4595
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c30 #define NO_BINARY_OPEN /* Avoid redefining open to binary_open for this file */
51 return (open(filename, flags | O_BINARY, mode));
H A Dxmmap.c58 open("/dev/zero", O_RDWR), (off_t)0);
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_mmap.c60 if ((fd = open(path, O_RDONLY)) == -1)
/freebsd-9.3-release/lib/libstand/
H A Dopen.c1 /* $NetBSD: open.c,v 1.16 1997/01/28 09:41:03 pk Exp $ */
34 * @(#)open.c 8.1 (Berkeley) 6/11/93
90 open(const char *fname, int mode) function
120 /* pass file name to the different filesystem open routines */
H A Dpager.c43 * 'open' the pager
138 if ((fd = open(fname, O_RDONLY)) == -1) {
139 printf("can't open '%s': %s\n", fname, strerror(errno));
/freebsd-9.3-release/lib/libutil/
H A Dflopen.c68 if ((fd = open(path, flags, mode)) == -1)
H A Dlogin_auth.c101 if ((fd = open(file, O_RDONLY)) < 0)
H A Dpty.c73 slave = open(slavename, O_RDWR);
/freebsd-9.3-release/sbin/comcontrol/
H A Dcomcontrol.c67 fd = open(argv[1], O_RDONLY|O_NONBLOCK, 0);
69 warn("couldn't open file %s", argv[1]);
/freebsd-9.3-release/share/examples/ses/srcs/
H A Dgetobjmap.c54 fd = open(*v, O_RDONLY);
H A Dsetobjstat.c60 fd = open(v[1], O_RDWR);
/freebsd-9.3-release/sys/boot/userboot/
H A Duserboot.h68 int (*open)(void *arg, const char *filename, void **h_return); member in struct:loader_callbacks
98 * Seek to a location within an open file
/freebsd-9.3-release/sys/sys/
H A Dttydisc.h52 void ttydisc_modem(struct tty *tp, int open);
/freebsd-9.3-release/tools/regression/fifo/fifo_open/
H A Dfifo_open.c45 * described for open(2):
50 * - If O_NONBLOCK is set, an open() for reading-only shall return without
51 * delay. An open() for writing-only shall return an error if no process
52 * currently has the file open for reading.
54 * - If O_NONBLOCK is clear, an open() for reading-only shall block the
55 * calling thread until a thread opens the file for writing. An open()
62 * - If O_NONBLOCK is set, the open() function shall return without blocking
66 * - If O_NONBLOCK is clear, the open() function shall block the calling
73 * process has the file open for reading.
81 * process is never used to open o
[all...]
/freebsd-9.3-release/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py52 for line in open('results.txt').readlines():
/freebsd-9.3-release/tools/regression/poll/
H A Dpipepoll.c97 fd = open(FIFONAME, O_RDONLY | O_NONBLOCK);
99 err(1, "open for read");
198 fd2 = open(FIFONAME, O_RDONLY | O_NONBLOCK);
200 err(1, "open for read");
227 fd = open(FIFONAME, O_WRONLY | O_NONBLOCK);
229 err(1, "open for write");
252 fd = open(FIFONAME, O_WRONLY | O_NONBLOCK);
254 err(1, "open for write");
H A Dpipeselect.c68 fd = open(FIFONAME, O_RDONLY | O_NONBLOCK);
70 err(1, "open for read");
191 fd2 = open(FIFONAME, O_RDONLY | O_NONBLOCK);
193 err(1, "open for read");
224 fd = open(FIFONAME, O_WRONLY | O_NONBLOCK);
226 err(1, "open for write");
249 fd = open(FIFONAME, O_WRONLY | O_NONBLOCK);
251 err(1, "open for write");

Completed in 306 milliseconds

1234567891011>>