Home
last modified time | relevance | path

Searched defs:line (Results 1 – 20 of 20) sorted by relevance

/xnu-8019.80.24/libkern/kxld/tests/
H A Dloadtest.py37 line = pipe.readline() variable
40 line = pipe.readline() variable
/xnu-8019.80.24/SETUP/config/
H A Dmain.c152 static char line[80]; in get_word() local
195 static char line[80]; in get_rest() local
H A Dmkmakefile.c176 char line[BUFSIZ]; in makefile() local
658 char line[BUFSIZ]; in do_machdep() local
/xnu-8019.80.24/osfmk/ipc/
H A Dmig_log.c104 unsigned int line) in MigEventTracer()
120 unsigned int line) in MigEventErrors()
/xnu-8019.80.24/san/tools/
H A Dgenerate_dynamic_blacklist.py18 line = re_comments.sub("", line).strip() variable
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h42 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c1385 int line; in vc_render_char() local
1702 int line, col; in vc_reverse_cursor() local
1735 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local
1769 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_up() local
1950 int line, col; in vc_blit_rect_8() local
2028 int line, col; in vc_blit_rect_16() local
2104 int line, col; in vc_blit_rect_32() local
2178 int line, col; in vc_blit_rect_30() local
/xnu-8019.80.24/tests/
H A Dtrial_experiments.c127 char **line = NULL; in get_apple_array() local
H A Dtask_create_suid_cred.c43 char *line = NULL; in test_id_cred() local
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c157 char *line = read_buffer; in evaluate_rules() local
/xnu-8019.80.24/tools/lldbmacros/
H A Dmacho.py198 def center_text_in_line(self, line, text): argument
H A Dutils.py192 def write(self, line): argument
/xnu-8019.80.24/EXTERNAL_HEADERS/
H A DAssertMacros.h215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument
219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-8019.80.24/san/memory/
H A Dubsan.h51 uint32_t line; member
H A Dubsan.c287 uint32_t line = loc->line; in ubsan_loc_acquire() local
/xnu-8019.80.24/SETUP/kextsymboltool/
H A Dkextsymboltool.c288 char * line; in store_symbols() local
/xnu-8019.80.24/tools/trace/
H A Dparse_ipc_trace.py764 def parse_tracefile_line(line, exclude, include, exflags, incflags, active_proc, graph, base=16): argument
/xnu-8019.80.24/iokit/Kernel/
H A DIOHibernateRestoreKernel.c284 __hib_assert(const char *file, int line, const char *expression) in __hib_assert()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c664 int line, in Assert()
/xnu-8019.80.24/bsd/kern/
H A Duipc_mbuf.c8837 _mbwdog_logger(const char *func, const int line, const char *fmt, ...)