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

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D005Config-Perl.t37 open LOG, "<$LOGFILE" or die "Cannot open $LOGFILE";
48 open FILE, File::Spec->catfile($EG_DIR, 'log4j-file-append-perl.conf') or
49 die "cannot open log4j-file-append-perl.conf";
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dpretty.build44 if (open(SRC, "<$tmp")) {
48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Ddaemon.c70 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/macosx-10.9.5/KerberosHelper-148/Source/
H A DconfigureLocalKDC54 open STDOUT, ">>/Library/Logs/LKDC-setup.log" || die "Failed to open STDOUT";
55 open STDERR, ">&STDOUT" || die "Failed to open STDERR";
/macosx-10.9.5/Libc-997.90.3/stdlib/
H A Dgrantpt.c33 * Just open /dev/ptmx
38 int fd = open("/dev/ptmx", flags);
/macosx-10.9.5/Libsystem-1197.1.1/
H A DCompatibilityHacks.c46 SYM(open); variable
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dlogging.h58 void open(const char *ident, int facility, int options = 0);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dlogging.h58 void open(const char *ident, int facility, int options = 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DAutofillBackingStore.h33 bool open(const String& dbPath);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DIconDatabaseClientBlackBerry.cpp47 m_initState = iconDatabase().open(BlackBerry::Platform::Settings::instance()->applicationDataDirectory().c_str(),
/macosx-10.9.5/cron-39/lib/
H A Dcompat.c113 if ((fd = open(_PATH_TTY, 2)) >= 0)
121 (void) close(STDIN); (void) open(_PATH_DEVNULL, 0);
122 (void) close(STDOUT); (void) open(_PATH_DEVNULL, 1);
123 (void) close(STDERR); (void) open(_PATH_DEVNULL, 2);
156 * which must already be open.
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dtest1284.c60 if ((fd = open(argv[i], O_RDWR)) < 0)
/macosx-10.9.5/diskdev_cmds-572.1.1/disklib/
H A Ddkopen.c36 return (open (path, flags, mode));
H A Ddksecsize.c58 if ((fd = open(cdev, O_RDONLY)) < 0) {
59 fprintf(stderr, "Can't open %s, %s\n", cdev, strerror(errno));
/macosx-10.9.5/disklabel-6/
H A Ddestroy.c50 fd = open(dev, O_WRONLY);
52 err(1, "doDestroy: cannot open device %s for writing", dev);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vec/
H A Dvecfile.c48 if ((fd = open(file, O_RDONLY)) >= 0)
/macosx-10.9.5/libauto-185.5/tests/
H A Dlookfor.c45 int fd = open(tmpfilename, 0);
47 printf("Whoops, can't open for reading %s\n", tmpfilename);
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dreader5.py17 f = open('../../test/valid/REC-xml-19980210.xml', 'rb')
/macosx-10.9.5/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c15 "","File exists","Cross-device link","","","","Invalid argument","","Too many open files",
32 int open(const char *filename,int oflag, ...) function
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmkmap.h21 * know its implementation. We try to open and lock a file before DB/DBM
26 struct DICT *(*open) (const char *, int, int); /* dict_xx_open() */ member in struct:MKMAP
/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dsecure-card31 spawn -noecho -open [open $modem "r+"]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Tools/
H A DgenHeaderTests.py33 fd = open(outfn, 'w')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dreader5.py18 f = open('../../test/valid/REC-xml-19980210.xml')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.c15 "","File exists","Cross-device link","","","","Invalid argument","","Too many open files",
32 int open(const char *filename,int oflag, ...) function
/macosx-10.9.5/rsync-42/rsync/packaging/
H A Dnightly-rsync46 open(CVS, '-|', 'cvs status 2>&1') or die $!;
67 open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g-w -czf $nightly/$name.tar.gz $name") or die $!;
83 open(IN, '<', "$unpacked/$fn") or die $!;
90 open(OUT, '>', $fn) or die $!;

Completed in 208 milliseconds

1234567891011>>