Searched refs:source_file (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/dtrace/
H A Dtest_raise.rb13 saw = saw.map(&:split).find_all { |_, source_file, _|
14 source_file == rbpath
/macosx-10.10/emacs-93/emacs/src/
H A Dunexapollo.c57 ios_$id_t target_file, source_file; local
60 if ((source_file = open (source_file_name, O_RDONLY)) < 0)
63 if (read (source_file, &file_header, sizeof (file_header)) != sizeof (file_header))
68 if (read (source_file, &domain_header, sizeof (domain_header))
77 if (read (source_file, sections, file_header.f_nscns*sizeof (struct scnhdr))
174 CopyData (target_file, source_file, LONG_ALIGN(section->s_size));
181 if (lseek (source_file, last_data_section->s_scnptr
186 CopyData (target_file, source_file, LONG_ALIGN(section->s_size));
188 if (lseek (source_file, source_file_offset_past_rwdi, L_SET) == -1)
190 while ((byte_count = read (source_file, buffe
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_message20 -v source_file=$source < $f
H A Ds_recover48 -v source_file=$source \
H A Dgen_msg.awk10 if (source_file == "" || header_file == "") {
16 CFILE=source_file;
H A Dgen_rec.awk25 # source_file -- the C source file being created
46 if (source_file == "" ||
56 CFILE=source_file
/macosx-10.10/man-16/man/misc/
H A Dman-preformat.c94 FILE *source_file; local
96 source_file = fopen(man_page_source_path, "r");
97 if (source_file != NULL) {
100 fgets(buffer, sizeof(buffer), source_file);
101 fclose(source_file);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dsource.c131 result = source_file (filename, (list && list->next));
H A Dcommon.h162 extern int source_file __P((const char *, int));
H A Ddeclare.c274 printf ("%s %d %s\n", var->name, shell_fn->line, shell_fn->source_file);
H A Devalfile.c304 source_file (filename, sflags) function
/macosx-10.10/libxml2-26/libxml2/vms/
H A Dbuild_libxml.com241 $ source_file = p1
242 $ name = f$parse(source_file,,,"NAME")
247 $ write sys$output "''cc_command'''p2'/object=''object_file' ''source_file'"
248 $ cc_command'p2' /object='object_file 'source_file'
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/vms/
H A Dbuild_libxml.com241 $ source_file = p1
242 $ name = f$parse(source_file,,,"NAME")
247 $ write sys$output "''cc_command'''p2'/object=''object_file' ''source_file'"
248 $ cc_command'p2' /object='object_file 'source_file'
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dloader.rb51 def source_file(path) method in class:IRB.LoadAbort.IrbLoader
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dcopy_cmd.c314 new_def->source_file = old->source_file ? savestring (old->source_file) : old->source_file;
H A Dcommand.h310 char *source_file; /* file in which function was defined, if any */ member in struct:function_def
H A Ddispose_cmd.c225 FREE (c->source_file);
H A Dexecute_cmd.c3295 sfile = shell_fn ? shell_fn->source_file : "";
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dtic.c488 const char *source_file = "terminfo"; local
641 source_file = argv[optind++];
653 source_file = "/etc/termcap";
658 source_file = termcap;
662 source_file = my_tmpname;
665 tmp_fp = open_input(source_file);
666 to_remove = source_file;
684 tmp_fp = open_input(source_file);
698 _nc_set_source(source_file);
/macosx-10.10/ruby-106/ruby/lib/rdoc/parser/
H A Dc.rb428 %xm) do |type, var_name, meth_name, function, param_count, source_file|
436 source_file)
444 %xm) do |meth_name, function, param_count, source_file|
446 source_file)
937 source_file = nil)
959 if source_file then
960 file_name = File.join @file_dir, source_file
965 @options.warn "unknown source #{source_file} for #{meth_name} in #{@file_name}"
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Derrors.c716 FILE *source_file,
727 if (source_file == NULL)
736 (void) fgets(source_line, MAX_LINE_LEN, source_file);
701 seek_for_line( FILE *source_file, int lineno, char *source_line ) argument
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dtc.c355 const char *source_file, const size_t source_line,
360 if (source_file != NULL) {
361 err = atf_dynstr_init_fmt(out_reason, "%s:%zd: ", source_file,
380 const char *source_file, const size_t source_line,
386 format_reason_ap(out_reason, source_file, source_line, reason, ap);
354 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument
379 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim2122 \ 'ibase_restore(': 'resource service_handle, string source_file, string dest_db [, int options [, bool verbose]] | mixed',

Completed in 395 milliseconds