| /xnu-11215/libsyscall/xcodescripts/ |
| H A D | create-syscalls.pl | 46 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 D | compile-syscalls.pl | 34 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 D | debugging.md | 302 ### 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 D | add_attributes_to_mig.txt | 3 # File format is:
|
| H A D | err_us.sub | 32 * File: err_us.sub
|
| H A D | err_ipc.sub | 32 * File: err_ipc.sub
|
| H A D | err_mach_ipc.sub | 32 * File: err_mach_ipc.sub
|
| H A D | err_libkern.sub | 24 * File: err_libkern.sub
|
| H A D | err_kern.sub | 32 * File: err_kern.sub
|
| /xnu-11215/tests/sched/sched_test_harness/shadow_headers/kern/ |
| H A D | sched_prim.h | 73 #error File only for use with the Clutch runqueue test harness
|
| /xnu-11215/config/ |
| H A D | newvers.pl | 22 use File::Basename;
|
| /xnu-11215/osfmk/mach/ |
| H A D | clock_reply.defs | 32 * File: clock_reply.defs
|
| H A D | clock_priv.defs | 32 * File: mach/clock_priv.defs
|
| H A D | clock_types.defs | 32 * File: clock_types.defs
|
| H A D | semaphore.defs | 33 * File: mach/semaphore.defs
|
| H A D | clock.defs | 32 * File: mach/clock.defs
|
| H A D | upl.defs | 59 * File: mach/upl.defs
|
| H A D | host_security.defs | 60 * File: mach/host_security.defs
|
| H A D | processor.defs | 59 * File: mach/mach_port.defs
|
| H A D | processor_set.defs | 59 * File: mach/mach_port.defs
|
| H A D | vm32_map.defs | 59 * File: mach/vm_map.defs
|
| /xnu-11215/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | sched_prim.c | 74 #error File only for use with the Clutch runqueue test harness
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserialize.cpp | 747 # 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 D | OSUnserializeXMLSharedImplementation.h | 824 # 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 D | OSUnserializeXMLSharedImplementation.h | 824 # define YY_LOCATION_PRINT(File, Loc) \ argument 825 fprintf (File, "%d.%d-%d.%d", \ 829 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) argument
|