| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| fcntl.h | 24 extern int open (const char *, int, int); 28 inline int open (const char *, int) __attribute__((__always_inline__)); 31 open (const char *name, int flags) function 33 return open (name, flags, 0); 38 extern int open (const char *name, int flags, int mode ); 42 inline int open (const char *, int) __attribute__((__always_inline__)); 45 open (const char *name, int flags) function 47 return open (name, flags, 0);
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| fcntl.h | 24 extern int open (const char *, int, int); 28 inline int open (const char *, int) __attribute__((__always_inline__)); 31 open (const char *name, int flags) function 33 return open (name, flags, 0); 38 extern int open (const char *name, int flags, int mode ); 42 inline int open (const char *, int) __attribute__((__always_inline__)); 45 open (const char *name, int flags) function 47 return open (name, flags, 0);
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_milter.in10a | 7 open test-queue-file10.tmp
|
| cleanup_milter.in10b | 7 open test-queue-file10.tmp
|
| cleanup_milter.in10c | 9 open test-queue-file10.tmp
|
| cleanup_milter.in11 | 5 open test-queue-file11.tmp
|
| cleanup_milter.in10d | 8 open test-queue-file10.tmp
|
| cleanup_milter.in10e | 6 open test-queue-file10.tmp
|
| /src/external/bsd/mdocml/dist/ |
| test-O_DIRECTORY.c | 6 return open(".", O_RDONLY | O_DIRECTORY) == -1;
|
| /src/sys/arch/atari/stand/ahdilabel/ |
| openraw.c | 39 * Open raw disk partition. 47 if ((f = open (name, flags)) != -1) 51 if ((f = open (buf, flags)) != -1) 55 if ((f = open (buf, flags)) != -1)
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/allow-retries/ |
| succeeds-within-limit.py | 12 with open(counter_file, 'w') as counter: 16 with open(counter_file, 'r') as counter: 22 with open(counter_file, 'w') as counter:
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test_retry_attempts/ |
| test.py | 10 with open(counter_file, 'w') as counter: 14 with open(counter_file, 'r') as counter: 20 with open(counter_file, 'w') as counter:
|
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| setup.py | 22 with open(f"ns1/{zn}.db", "w", encoding="utf-8") as f: 37 with open("ns1/zones.conf", "w", encoding="utf-8") as priconf, open(
|
| /src/lib/libc/stdlib/ |
| posix_openpt.c | 45 return open("/dev/ptmx", oflag);
|
| /src/external/cddl/osnet/include/ |
| fcntl.h | 37 #define open64(...) open(__VA_ARGS__)
|
| /src/external/bsd/file/dist/python/ |
| example.py | 5 ms = magic.open(magic.NONE) 10 f = open("/bin/ls", "rb")
|
| /src/external/bsd/pam-u2f/dist/fuzz/ |
| make_seed.py | 21 with open("./seed/{}".format(entry.name), "wb") as w: 23 with open("../tests/credentials/{}".format(entry.name), "rb") as r: 25 with open("./seed/{}.ssh".format(entry.name), "wb") as w: 27 with open("../tests/credentials/{}".format(entry.name), "rb") as r:
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| filebyproc.d | 10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
|
| /src/external/cddl/dtracetoolkit/dist/Proc/ |
| filebyproc.d | 10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cow-fstream-inst.cc | 41 basic_filebuf<char>::open(const std::string&, ios_base::openmode); 46 basic_ifstream<char>::open(const std::string&, ios_base::openmode); 51 basic_ofstream<char>::open(const std::string&, ios_base::openmode); 55 basic_fstream<char>::open(const std::string&, ios_base::openmode); 59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode); 64 basic_ifstream<wchar_t>::open(const std::string&, ios_base::openmode); 69 basic_ofstream<wchar_t>::open(const std::string&, ios_base::openmode); 74 basic_fstream<wchar_t>::open(const std::string&, ios_base::openmode);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cow-fstream-inst.cc | 41 basic_filebuf<char>::open(const std::string&, ios_base::openmode); 46 basic_ifstream<char>::open(const std::string&, ios_base::openmode); 51 basic_ofstream<char>::open(const std::string&, ios_base::openmode); 55 basic_fstream<char>::open(const std::string&, ios_base::openmode); 59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode); 64 basic_ifstream<wchar_t>::open(const std::string&, ios_base::openmode); 69 basic_ofstream<wchar_t>::open(const std::string&, ios_base::openmode); 74 basic_fstream<wchar_t>::open(const std::string&, ios_base::openmode);
|
| /src/common/dist/zlib/contrib/iostream3/ |
| test.cc | 17 outf.open("test1.txt.gz"); 26 inf.open("test1.txt.gz"); 33 outf.open("test2.txt.gz"); 42 inf.open("test2.txt.gz");
|
| /src/sys/lib/libsa/ |
| stat.c | 41 fd = open(str, 0);
|
| /src/external/bsd/am-utils/dist/m4/ |
| chop-aclocal.pl | 6 open(FILE, ">$file") || die "cannot open \"$file\": $!"; 13 open(FILE, ">$file") || die "cannot open \"$file\": $!";
|
| /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/ |
| test.cc | 17 outf.open("test1.txt.gz"); 26 inf.open("test1.txt.gz"); 33 outf.open("test2.txt.gz"); 42 inf.open("test2.txt.gz");
|