Searched refs:file (Results 126 - 150 of 5404) sorted by relevance

1234567891011>>

/macosx-10.10.1/zsh-61/zsh/Util/
H A Dcheck_exports4 # a zsh build to see if all necessary symbols appear in the .export file
5 # (and hence with `mod_export' in the source file). This keeps AIX happy.
10 die "Can't file zsh, are we in the Src directory of the build?\n";
15 foreach my $file ("zsh", glob("*.so */*.so")) {
16 next unless -f $file;
18 my $exports = $file;
23 my $href = $exported{$file} = { };
31 warn "Hmmm... no .exports file for $file\n";
34 open PIPE, "nm $file |" o
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgen-bidi.py54 bidi_h.file.write(
71 bidi_c.file.write(
78 def printTable(file, table, variable):
79 """print table to file named as variable"""
80 file.write("const struct range_entry %s[] = {\n" % variable)
87 file.write(" {0x%x, 0x%x},\n" % (start, end - start + 1))
93 file.write(" {0x%x, 1},\n" % v)
95 file.write("};\n\n")
96 file.write("const size_t %s_size = %u;\n\n" % (variable, count))
98 printTable(bidi_c.file, '
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Derror.c20 /*! \file */
61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
74 (fatal_callback)(file, line, format, args);
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument
81 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression,
87 default_unexpected_callback(const char *file, int line, const char *format, argument
90 fprintf(stderr, "%s:%d: ", file, line);
97 default_fatal_callback(const char *file, in argument
[all...]
/macosx-10.10.1/file-46/xcodescripts/
H A Dman-pages.sh3 COMMAND="sed -e s@__CSECTION__@1@g -e s@__FSECTION__@5@g -e s@__VERSION__@5.04@g -e s@__MAGIC__@/usr/share/file/magic@g"
9 ${COMMAND} "$SRCROOT"/file/doc/file.man > "$DSTROOT"/usr/share/man/man1/file.1
10 ${COMMAND} "$SRCROOT"/file/doc/magic.man > "$DSTROOT"/usr/share/man/man5/magic.5
11 ${COMMAND} "$SRCROOT"/file/doc/libmagic.man > "$DSTROOT"/usr/local/share/man/man3/libmagic.3
/macosx-10.10.1/ntp-92/lib/isc/
H A Derror.c20 /*! \file */
61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
74 (fatal_callback)(file, line, format, args);
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument
81 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression,
87 default_unexpected_callback(const char *file, int line, const char *format, argument
90 fprintf(stderr, "%s:%d: ", file, line);
97 default_fatal_callback(const char *file, in argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvc-arch.el8 ;; This file is part of GNU Emacs.
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
37 ;; - Open a file.
39 ;; - C-x v v to commit a change to a single file.
71 ;; new functions when we reload this file.
74 ;;;###autoload (defun vc-arch-registered (file)
75 ;;;###autoload (if (vc-find-root file "{arch}/=tagging-method")
78 ;;;###autoload (vc-arch-registered file))))
81 "Add an `arch-tag' to the end of the current file."
88 (idfile (and buffer-file
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlv/ns3/
H A Dnamed.conf26 pid-file "named.pid";
34 zone "." { type hint; file "hints"; };
35 zone "dlv.utld" { type master; file "dlv.signed"; };
36 zone "child1.utld" { type master; file "child1.signed"; }; // dlv
37 zone "child3.utld" { type master; file "child3.signed"; }; // dlv
38 zone "child4.utld" { type master; file "child4.signed"; }; // dlv
39 zone "child5.utld" { type master; file "child5.signed"; }; // dlv
40 zone "child7.utld" { type master; file "child7.signed"; }; // no dlv
41 zone "child8.utld" { type master; file "child8.signed"; }; // no dlv
42 zone "child9.utld" { type master; file "child
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dcopy-llvm-ir-to-derived-sources.sh35 for file in "$OBJ_DIR/$arch"/*.o;
37 file_name=${file##*/}
38 gzip -9 -c "$file" > "$RUNTIME_DERIVED_SOURCES_DIR/$arch/${file_name%.o}.bc.gz"
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dnewext50 for file
52 case "$file" in
54 newname="${file%$oldext}$newext"
55 $echo mv "$file" "$newname"
/macosx-10.10.1/bind9-45.101/bind9/win32utils/
H A Dupdateopenssl.pl45 foreach $file (@filelist) {
46 print "Updating file $file\n";
47 updatefile($file, $substr);
55 my($file, $name);
65 # Now see if we have a directory or just a file.
67 foreach $file (sort {uc($a) cmp uc($b)} @namelist) {
68 if (-d $path.$file) {
69 $name = $file;
93 open (RFILE, $filename) || die "Can't open file
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread-test.c36 * To anyone who acknowledges that this file is provided "AS IS"
38 * permission to use, copy, modify, and distribute this file for any
85 debug_callback(const char* file, unsigned int line, int level, const char* message, void* data) argument
92 Mu_Interface_Result(file, line, MU_STATUS_FAILURE, "%s", message);
108 Mu_Interface_Event(file, line, mu_level, "%s", message);
112 uncaught_callback(dcethread_exc* exc, const char* file, unsigned int line, void* data) argument
120 Mu_Interface_Result(file, line, MU_STATUS_EXCEPTION, "exception %s thrown but not caught", name);
124 Mu_Interface_Result(file, line, MU_STATUS_EXCEPTION, "exception %i thrown but not caught", dcethread__exc_getstatus(exc));
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Ddirname.h1 /* Take file names apart into directory and base names.
62 char *base_name (char const *file);
63 char *dir_name (char const *file);
64 size_t base_len (char const *file);
65 size_t dir_len (char const *file);
66 char *last_component (char const *file);
68 bool strip_trailing_slashes (char *file);
/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Dcheck-translit5 file="$2"
9 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" > tmp
10 cmp "${srcdir}"/"$file"."$tocode" tmp && echo '[PASS]' $(basename $0) $fromcode $tocode 1 || echo '[FAIL]' $(basename $0) $fromcode $tocode 1
/macosx-10.10.1/rsync-45/rsync/support/
H A Dmnt-excl5 # useful if you have "bind" mounts since the --one-file-system
30 my $file = '/proc/mounts';
38 open(IN, $file) or die "Unable to open $file: $!\n";
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Dtracer.rb19 |event, file, line, id, binding, *rests|
20 /^#{Regexp.quote(@CONF[:IRB_LIB_PATH])}/ !~ file and
21 File::basename(file) != "irb.rb"
55 def evaluate(context, statements, file = nil, line = nil)
56 if context.use_tracer? && file != nil && line != nil
59 __evaluate__(context, statements, file, line)
64 __evaluate__(context, statements, file || __FILE__, line || __LINE__)
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/unix/
H A DpkgIndex.tcl.dll7 package ifneeded snack 2.2 "[list load [file join $dir libsnack.dll]];[list source [file join $dir snack.tcl]]"
9 package ifneeded sound 2.2 [list load [file join $dir libsound.dll]]
11 package ifneeded snacksphere 1.2 [list load [file join $dir libsnacksphere.dll]]
13 package ifneeded snackogg 1.3 [list load [file join $dir libsnackogg.dll]]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dchangelog.vim1 " Vim indent file
2 " Language: generic Changelog file
6 " Only load this indent file when no other was loaded.
/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_bydir_detect7 local basedir="." realbasedir file
14 for file in ${(s: :)${vcs_comm[detect_need_file]}}; do
15 [[ -e ${basedir}/${dirname}/${file} ]] && break 2
/macosx-10.10.1/Heimdal-398.1.2/
H A Dmissing24 # 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'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file"
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/
H A Dmissing24 # 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'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file"
[all...]
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtryread.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
29 apr_file_t *file; local
36 if (apr_file_open(&file, TESTFILE, APR_FOPEN_WRITE, APR_OS_DEFAULT, p)
41 status = apr_file_lock(file, APR_FLOCK_EXCLUSIVE | APR_FLOCK_NONBLOCK);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dmissing24 # 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'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file"
[all...]
/macosx-10.10.1/file-46/file/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]

Completed in 534 milliseconds

1234567891011>>