Home
last modified time | relevance | path

Searched refs:File (Results 1 – 25 of 37) sorted by relevance

12

/xnu-11215/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl46 use File::Basename ();
47 use File::Copy ();
48 use File::Spec;
49 use IO::File;
51 my $MyName = File::Basename::basename($0);
170 my $f = IO::File->new($file, 'r');
455 my $path = File::Spec->join($OutDir, $_);
472 File::Copy::copy($custom, $outpath);
476 my $f = IO::File->new($outpath, 'a');
481 my $f = IO::File->new($outpath, 'w');
[all …]
H A Dcompile-syscalls.pl34 use File::Spec;
35 use IO::File;
36 use File::Basename ();
38 my $basename = File::Basename::basename($0);
50 my $f = IO::File->new($sourceList, 'r');
/xnu-11215/doc/debugging/
H A Ddebugging.md302 ### File a radar
344 File "<console>", line 1, in <module>
345 File ".../lldbmacros/macho.py", line 91, in __init__
347 File ".../site-packages/macholib/MachO.py", line 133, in load
349 File ".../site-packages/macholib/MachO.py", line 168, in load_header
351 File ".../site-packages/macholib/MachO.py", line 209, in __init__
353 File ".../lldbmacros/macho.py", line 23, in new_load
355 File ".../site-packages/macholib/MachO.py", line 287, in load
357 File ".../site-packages/macholib/util.py", line 91, in seek
359 File ".../site-packages/macholib/util.py", line 76, in _checkwindow
/xnu-11215/libsyscall/mach/
H A Dadd_attributes_to_mig.txt3 # File format is:
H A Derr_us.sub32 * File: err_us.sub
H A Derr_ipc.sub32 * File: err_ipc.sub
H A Derr_mach_ipc.sub32 * File: err_mach_ipc.sub
H A Derr_libkern.sub24 * File: err_libkern.sub
H A Derr_kern.sub32 * File: err_kern.sub
/xnu-11215/tests/sched/sched_test_harness/shadow_headers/kern/
H A Dsched_prim.h73 #error File only for use with the Clutch runqueue test harness
/xnu-11215/config/
H A Dnewvers.pl22 use File::Basename;
/xnu-11215/osfmk/mach/
H A Dclock_reply.defs32 * File: clock_reply.defs
H A Dclock_priv.defs32 * File: mach/clock_priv.defs
H A Dclock_types.defs32 * File: clock_types.defs
H A Dsemaphore.defs33 * File: mach/semaphore.defs
H A Dclock.defs32 * File: mach/clock.defs
H A Dupl.defs59 * File: mach/upl.defs
H A Dhost_security.defs60 * File: mach/host_security.defs
H A Dprocessor.defs59 * File: mach/mach_port.defs
H A Dprocessor_set.defs59 * File: mach/mach_port.defs
H A Dvm32_map.defs59 * File: mach/vm_map.defs
/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c74 #error File only for use with the Clutch runqueue test harness
/xnu-11215/libkern/c++/
H A DOSUnserialize.cpp747 # define YY_LOCATION_PRINT(File, Loc) \ argument
748 fprintf (File, "%d.%d-%d.%d", \
752 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) argument
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h824 # define YY_LOCATION_PRINT(File, Loc) \ argument
825 fprintf (File, "%d.%d-%d.%d", \
829 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) argument
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h824 # define YY_LOCATION_PRINT(File, Loc) \ argument
825 fprintf (File, "%d.%d-%d.%d", \
829 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) argument

12