Searched refs:filename (Results 1 - 25 of 1899) sorted by relevance

1234567891011>>

/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dxreadlink.h21 extern char *xreadlink (char const *filename);
/macosx-10.10/procmail-14/procmail/src/
H A Dlastdirsep.c16 char*lastdirsep(filename)const char*filename; /* finds the next character */
18 while(p=strpbrk(filename,dirsep))
19 filename=p+1;
20 return (char*)filename;
H A Dlastdirsep.h4 *lastdirsep P((const char*filename));
/macosx-10.10/OpenSSH-189/openssh/
H A Dkeychain.h41 void store_in_keychain(const char *filename, const char *passphrase);
42 void remove_from_keychain(const char *filename);
45 char *keychain_read_passphrase(const char *filename, int oAskPassGUI);
/macosx-10.10/ruby-106/ruby/nacl/
H A Dutime.h9 int utime(const char *filename, const struct utimbuf *times);
10 int utimes(const char *filename, const struct timeval times[2]);
/macosx-10.10/xar-254/xar/test/
H A Dcompression.py18 def _check_compression(filename, *args, **kwargs):
19 with util.archive_created(filename, "/bin", *args, **kwargs) as path:
29 def no_compression(filename):
30 _check_compression(filename, "--compression=none")
32 def default_compression(filename):
33 _check_compression(filename)
35 def gzip_compression_long(filename):
37 _check_compression(filename, "--compression=gzip")
39 def gzip_compression_short(filename):
41 _check_compression(filename, "
[all...]
H A Dintegrity.py15 def _test_truncation(filename, path_to_be_archived, bytes_to_chop, *args):
16 with util.archive_created(filename, path_to_be_archived) as path:
33 def large_uncompressed(filename):
34 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024, "--compression=none")
36 def large_default_compression(filename):
37 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024)
39 def large_gzip_compressed(filename):
41 _test_truncation(filename, "/usr/share/man/man1", 1024 * 1024, "--compression=gzip")
43 def large_bzip2_compressed(filename):
45 _test_truncation(filename, "/us
[all...]
H A Ddata.py17 def _data_test(filename, *args, **kwargs):
35 def _zero_length(filename, *args, **kwargs):
36 with _data_test(filename, *args, **kwargs) as directory:
44 def zero_length_default_compression(filename):
45 _zero_length(filename)
47 def zero_length_no_compression(filename):
48 _zero_length(filename, "--compression=none")
50 def zero_length_gzip_compression(filename):
52 _zero_length(filename, "--compression=gzip")
54 def zero_length_bzip2_compression(filename)
[all...]
H A Dattr.py39 def _test_xattr_on_file_with_contents(filename, file_contents, xattrs=[], xar_create_flags=[], xar_extract_flags=[]):
42 with open(filename, "w") as f:
48 archive_name = "{f}.xar".format(f=filename)
49 with util.archive_created(archive_name, filename, *xar_create_flags) as path:
56 assert xattr.getxattr(os.path.join(directory, filename), key) == value, "extended attribute \"{n}\" has incorrect contents after extraction".format(n=key)
61 with open(os.path.join(directory, filename), "r") as f:
63 raise MissingExtendedAttributeError("archived file \"{f}\" has has incorrect contents after extraction".format(f=filename))
65 os.unlink(filename)
75 # def empty_xattr_empty_file(filename):
76 # _test_xattr_on_file_with_contents(filename, "", xattr
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestutil.h60 * `filename'. Note that the arguments must be terminated with `NULL'.
69 create_conf_file(const char *filename, unsigned int flags, ...);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dnetrc.h29 char *filename);
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_parsecfg.h26 int parseconfig(const char *filename, struct GlobalConfig *config);
H A Dtool_operhlp.h34 char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
36 CURLcode get_url_file_name(char **filename, const char *url);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcdl.el31 (defun cdl-get-file (filename)
36 (call-process "ncdump" nil t nil (expand-file-name filename))
40 (defun cdl-put-region (filename start end)
45 nil nil nil "-o" (expand-file-name filename))
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlfile.h35 const XML_Char *filename,
/macosx-10.10/tcsh-65/tcsh/win32/msg/
H A Dmakercrc.pl18 $filename = $ARGV[0];
20 open(RCFILE,$filename);
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Ddbiff.rb12 def initialize(filename, interval)
14 @filename = filename
23 current = File::mtime(@filename)
27 notify_observers(@filename, current)
40 filename = "/var/mail/#{ENV['USER']}"
44 biff = Biff.new(filename, interval)
/macosx-10.10/WebCore-7600.1.25/loader/mac/
H A DLoaderNSURLExtras.mm54 // Get the filename from the URL. Try the lastPathComponent first.
56 NSString *filename = filenameByFixingIllegalCharacters(lastPathComponent);
59 if ([filename length] == 0 || [lastPathComponent isEqualToString:@"/"]) {
62 filename = filenameByFixingIllegalCharacters(host);
63 if ([filename length] == 0) {
64 // Can't make a filename using this URL, use "unknown".
65 filename = copyImageUnknownFileLabel();
69 // For example, if the filename ends up being the host, we wouldn't want to correct ".com" in "www.apple.com".
70 extension = [filename pathExtension];
74 // have a filename whic
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dfile.c41 char filename[1024]; /* Filename */ local
60 if (pattern && fnmatch(pattern, dent->filename, 0))
63 snprintf(filename, sizeof(filename), "%s/%s", path, dent->filename);
67 cupsdCleanFiles(filename, pattern);
69 status = rmdir(filename);
72 status = cupsdUnlinkOrRemoveFile(filename);
75 cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to remove \"%s\" - %s", filename,
91 const char *filename) /*
89 cupsdCloseCreatedConfFile( cups_file_t *fp, const char *filename) argument
178 cupsdCreateConfFile( const char *filename, mode_t mode) argument
216 cupsdOpenConfFile(const char *filename) argument
301 cupsdRemoveFile(const char *filename) argument
392 cupsdUnlinkOrRemoveFile( const char *filename) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dgen.pl9 foreach my $filename (glob "bn*.c") {
10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
11 print OUT "/* Start: $filename */\n";
13 print OUT "\n/* End: $filename */\n\n";
14 close SRC or die "Error closing $filename after reading: $!";
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Drbutil.h23 void get_dirname(char *dirname, const char *filename);
24 void get_basename(char *basename, const char *filename);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dassert.cpp26 void assertion_failed(int lineno, const char *filename) argument
31 lineno, filename);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DPlatformCommon.h18 extern void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_framework.py15 def infoForFramework(filename):
21 is_framework = FRAMEWORK_RE.findall(filename)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_framework.py15 def infoForFramework(filename):
21 is_framework = FRAMEWORK_RE.findall(filename)

Completed in 1606 milliseconds

1234567891011>>