Searched refs:file (Results 101 - 125 of 5404) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvc-svn.el8 ;; This file is part of GNU Emacs.
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
57 "*Extra switches for registering a file into SVN.
111 ;;;###autoload (when (file-readable-p (expand-file-name
113 ;;;###autoload (file-name-directory f)))
120 (defun vc-svn-registered (file)
122 (when (file-readable-p (expand-file-name (concat vc-svn-admin-directory
124 (file
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_autoload.rb60 file = Tempfile.open(['autoload', '.rb'])
61 file.puts 'class Object; AutoloadTest = 1; end'
62 file.close
63 add_autoload(file.path)
66 assert(require file.path)
73 file.unlink
77 file = Tempfile.open(['autoload', '.rb'])
78 file.puts 'sleep 0.5; class AutoloadTest; X = 1; end'
79 file.close
80 add_autoload(file
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DIO.pm41 my $file = shift;
42 $self->{_in} = (defined $file && !ref $file && !defined fileno($file))
43 ? IO::File->new($file, 'r')
44 : $file;
54 my $file = shift;
55 $self->{_out} = (defined $file && !ref $file && !defined fileno($file))
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dapp_rand.c122 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
124 int consider_randfile = (file == NULL);
134 if (file == NULL)
135 file = RAND_file_name(buffer, sizeof buffer);
136 else if (RAND_egd(file) > 0)
139 if it is, we don't write anything back to the file. */
143 if (file == NULL || !RAND_load_file(file, -1))
152 if (consider_randfile) /* explanation does not apply when a file is explicitly named */
154 BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file tha
194 app_RAND_write_file(const char *file, BIO *bio_e) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dtrace.c5 This file is part of GNU Bash, the Bourne Again SHell.
18 with Bash; see the file COPYING. If not, write to the Free Software
43 mtrace_alloc (tag, mem, size, file, line)
47 const char *file;
55 tag, mem, size, file ? file : "unknown", line);
58 mem, size, file ? file : "unknown", line);
62 mtrace_free (mem, size, file, line)
65 const char *file;
[all...]
/macosx-10.10.1/bc-21/bc/
H A Dmissing40 aclocal touch file \`aclocal.m4'
41 autoconf touch file \`configure'
42 autoheader touch file \`config.h.in'
44 bison touch file \`y.tab.c'
45 makeinfo touch the output file
46 yacc touch file \`y.tab.c'"
100 your modified any \`.y' file. For being effective, your
109 you modified a \`.texi' or \`.texinfo' file, or any other file
114 file
[all...]
/macosx-10.10.1/cups-408/cups/data/
H A DMakefile11 # law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 # which should have been included with this file. If this file is
13 # file is missing or damaged, see the license at "http://www.cups.org/".
90 for file in $(BANNERS); do \
91 $(INSTALL_DATA) $$file $(DATADIR)/banners; \
94 for file in $(DATAFILES); do \
95 $(INSTALL_DATA) $$file $(DATADIR)/data; \
99 for file in $(PPDCFILES); do \
100 $(INSTALL_DATA) $$file
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dlchown.c34 lchown (const char *file, uid_t uid, gid_t gid) argument
39 if (lstat (file, &stats) == 0 && S_ISLNK (stats.st_mode))
46 return chown (file, uid, gid);
H A Dfstatat.c35 rpl_fstatat (int fd, char const *file, struct stat *st, int flag) argument
37 int result = fstatat (fd, file, st, flag);
40 && file[strlen (file) - 1] == '/')
44 result = fstatat (fd, file, st, flag & ~AT_SYMLINK_NOFOLLOW);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcosync.c25 * sync all outstanding file operations for file opened on fd
26 * if file==0 then fd used
27 * if fd<0 then file used
40 cosync(Coshell_t* co, const char* file, int fd, int mode) argument
47 if (file && *file)
59 s = file;
75 if ((td = open(file, mode|O_cloexec)) < 0)
90 if (!file || mod
[all...]
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dmake_fasta_output.rb6 file = "#{filebase}.#{n}"
8 unless FileTest.exist?(file)
9 STDERR.puts "preparing #{file}"
11 open(file, 'w'){|f|
/macosx-10.10.1/swig-12/Lib/guile/
H A Dcommon.scm4 ;;;* This file contains generic SWIG GOOPS classes for generated
5 ;;;* GOOPS file support
10 ;;;* This file may be freely redistributed without license or fee provided
46 (define (display-address o file)
47 (display (number->string (object-address o) 16) file))
49 (define (display-pointer-address o file)
54 (display " @ " file)
55 (display (number->string address 16) file)))))
57 (define-method (write (o <swig>) file)
66 (display "#<" file)
[all...]
/macosx-10.10.1/xar-254/xar/lib/
H A Ddarwinattr.h40 xar_file_t xar_underbar_check(xar_t x, xar_file_t f, const char* file);
41 int32_t xar_darwinattr_archive(xar_t x, xar_file_t f, const char* file, const char *buffer, size_t len);
42 int32_t xar_darwinattr_extract(xar_t x, xar_file_t f, const char* file, char *buffer, size_t len);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dufile.c147 return result; /* not a file leak */
198 u_fflush(UFILE *file) argument
200 ufile_flush_translit(file);
201 ufile_flush_io(file);
202 if (file->fFile) {
203 fflush(file->fFile);
205 else if (file->str.fPos < file->str.fLimit) {
206 *(file->str.fPos++) = 0;
212 u_frewind(UFILE *file) argument
227 u_fclose(UFILE *file) argument
254 u_fgetlocale( UFILE *file) argument
260 u_fsetlocale(UFILE *file, const char *locale) argument
271 u_fgetcodepage(UFILE *file) argument
285 u_fsetcodepage( const char *codepage, UFILE *file) argument
304 u_fgetConverter(UFILE *file) argument
309 u_fgetNumberFormat(UFILE *file) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dreturn.sh39 file=$tmp/test
43 trap "foo=EXIT;rm -f $file" EXIT
44 > $file
67 if [[ -f $file ]]
68 then rm -r $file
69 err_exit "foo $@: doesn't remove $file"
114 cat > $file <<!
118 ( . $file )
123 chmod 755 $file
124 ( $file )
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFilePrintStream.cpp31 FilePrintStream::FilePrintStream(FILE* file, AdoptionMode adoptionMode) argument
32 : m_file(file)
46 FILE* file = fopen(filename, mode); local
47 if (!file)
50 return std::make_unique<FilePrintStream>(file);
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dsyntax_error.rb6 attr_reader :file, :line, :column, :offset, :problem, :context
8 def initialize file, line, col, offset, problem, context
10 filename = file || '<unknown>'
13 @file = file
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dshprof26 /*|./*) file="$1" ;;
27 *) file=$(type -path "$1") ;;
30 echo "*** line profile for $file ***"
38 done <$file
59 /*|./*) file=$1 ;;
60 *) file=$((type -path "$1")) ;;
63 cat "${file-$1}" >> $TMPFILE || errexit "${1}: cannot open"
66 exec -a "$file" $TMPFILE "$@"
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbrowse126 # The procedure below is invoked to open a browser on a given file; if the
27 # file is a directory then another instance of this program is invoked; if
28 # the file is a regular file then the Mx editor is invoked to display
29 # the file.
31 def browse (dir, file)
32 file = dir + File::Separator + file if dir != '.'
33 type = File.ftype(file)
35 system($0 + ' ' + file
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dbrowse126 # The procedure below is invoked to open a browser on a given file; if the
27 # file is a directory then another instance of this program is invoked; if
28 # the file is a regular file then the Mx editor is invoked to display
29 # the file.
31 def browse (dir, file)
32 file = dir + File::Separator + file if dir != '.'
33 type = File.ftype(file)
35 system($0 + ' ' + file
[all...]
/macosx-10.10.1/swig-12/xcodescripts/
H A Dinstall_library.sh16 for file in ${SRCROOT}/Lib/*.i ${SRCROOT}/Lib/*.swg; do
17 i=`basename $file`
19 install -m 644 $file ${DSTROOT}${SWIG_LIB}/$i
32 for file in $doti $dotswg $extra; do
33 echo "Installing ${DSTROOT}${SWIG_LIB}/$lang/$file"
34 install -m 644 ${SRCROOT}/Lib/$lang/$file ${DSTROOT}${SWIG_LIB}/$lang/$file
/macosx-10.10.1/cups-408/cups/man/
H A DMakefile11 # law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 # which should have been included with this file. If this file is
13 # file is missing or damaged, see the license at "http://www.cups.org/".
122 for file in $(MAN1); do \
123 echo Installing $$file in $(MANDIR)/man1...; \
124 $(INSTALL_MAN) $$file $(MANDIR)/man1; \
127 for file in $(MAN5); do \
128 echo Installing $$file in $(MANDIR)/man5...; \
129 $(INSTALL_MAN) $$file
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dico.rb36 def self.list(file, keys=nil)
37 tk_split_list(tk_call_without_enc('::ico::getIconList', file,
41 def self.icons(file, keys=nil)
42 tk_split_simplelist(tk_call_without_enc('::ico::icons', file,
48 def self.get_members(file, name, keys=nil)
49 tk_split_simplelist(tk_call_without_enc('::ico::getMembers', file, name,
56 def self.get(file, index, keys=nil)
57 tk_call_without_enc('::ico::getIcon', file, index, *hash_kv(keys, true))
63 def self.get_by_name(file, name, keys=nil)
64 tk_call_without_enc('::ico::getIconByName', file, nam
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D096_characters.t42 for my $file (sort @filelist) {
43 check_file($file);
47 my $file = shift;
48 my $fh = IO::File->new($file, O_RDONLY) or die "Cannot open $file";
60 print "# trailing whitespace in $file line $line_nr at end of line\n"
72 print "# tab found in $file line $line_nr cols ${ \join(', ', @tab_pos_from) }\n";
77 print "# CR (\\r) found in $file line $line_nr. Convert to LF only.\n";
81 is $error_count, 0 , "$file characters";

Completed in 219 milliseconds

1234567891011>>