/l4re-core-master/moe/server/src/ |
A D | early.h | 16 inline void vcon_print(char const *text) in vcon_print() argument 18 L4::Cap<L4::Vcon>(L4_BASE_LOG_CAP)->write(text, strlen(text)); in vcon_print() 21 inline long early_chksys(l4_msgtag_t const &t, char const *text) in early_chksys() argument 25 vcon_print(text); in early_chksys() 34 T early_chkcap(T cap, char const *text) in early_chkcap() argument 38 vcon_print(text); in early_chkcap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | zconf.l | 26 static char *text; variable 43 text = xmalloc(START_STRSIZE); in new_string() 46 *text = 0; in new_string() 55 text = realloc(text, new_size); in append_string() 58 memcpy(text + text_size, str, size); in append_string() 60 text[text_size] = 0; in append_string() 65 text = xmalloc(size + 1); in alloc_string() 66 memcpy(text, str, size); in alloc_string() 67 text[size] = 0; in alloc_string() 107 zconflval.string = text; [all …]
|
A D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() argument 15 int multiline = strchr(text, '\n') != NULL; in escape() 17 int textlen = strlen(text); in escape() 19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape() 32 while (*text != '\0' && len > 1) { in escape() 33 if (*text == '"') in escape() 35 else if (*text == '\n') { in escape() 42 ++text; in escape() 45 else if (*text == '\\') { in escape() 49 *bfp++ = *text++; in escape()
|
A D | nconf.gui.c | 175 int get_line_no(const char *text) in get_line_no() argument 180 if (!text) in get_line_no() 183 for (i = 0; text[i] != '\0'; i++) in get_line_no() 184 if (text[i] == '\n') in get_line_no() 194 if (!text) in get_line() 198 if (text[i] == '\n') in get_line() 200 return text+i; in get_line() 217 int total_lines = get_line_no(text); in fill_window() 544 const char *text) in show_scroll_win() argument 562 total_lines = get_line_no(text); in show_scroll_win() [all …]
|
/l4re-core-master/l4sys/include/ |
A D | kdebug.h | 30 enter_kdebug(char const *text) L4_NOTHROW; 76 __builtin_memcpy(&mr->mr[2], text, len); in __kdebug_text() 86 __kdebug_3_text(unsigned op, char const *text, unsigned len, in __kdebug_3_text() argument 103 __builtin_memcpy(&mr->mr[5], text, len); in __kdebug_3_text() 132 L4_INLINE void enter_kdebug(char const *text) L4_NOTHROW in enter_kdebug() argument 135 if (!text) in enter_kdebug() 143 __kdebug_text(L4_KDEBUG_ENTER, text, __builtin_strlen(text)); in enter_kdebug() 146 L4_INLINE void outnstring(char const *text, unsigned len) in outnstring() argument 147 { __kdebug_text(L4_KDEBUG_OUTNSTRING, text, len); } in outnstring() 149 L4_INLINE void outstring(char const *text) in outstring() argument [all …]
|
A D | assert.h | 53 void l4_assert_fn(bool expr, const char *text) L4_NOTHROW; 59 void l4_assert_abort(const char *text) L4_NOTHROW; 65 void l4_assert_abort(const char *text) L4_NOTHROW in l4_assert_abort() argument 67 l4_vcon_write(L4_BASE_LOG_CAP, text, __builtin_strlen(text)); in l4_assert_abort() 74 void l4_assert_fn(bool expr, const char *text) L4_NOTHROW in l4_assert_fn() argument 79 l4_assert_abort(text); in l4_assert_fn()
|
A D | __ktrace-impl.h | 35 fiasco_tbuf_log(const char *text) in fiasco_tbuf_log() argument 38 return l4_error(__kdebug_text(TBUF_LOG, text, __builtin_strlen(text))); in fiasco_tbuf_log() 42 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, in fiasco_tbuf_log_3val() argument 46 return l4_error(__kdebug_3_text(TBUF_LOG_3VAL, text, in fiasco_tbuf_log_3val() 47 __builtin_strlen(text), v1, v2, v3)); in fiasco_tbuf_log_3val()
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | spin.h | 34 #define l4_spin_text(x, y, text) \ argument 35 l4_spin_n_text((x), (y), sizeof(text)-1, "" text) 36 #define l4_spin_text_vga(x, y, text) \ argument 37 l4_spin_n_text_vga((x), (y), sizeof(text)-1, "" text)
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | spin.h | 34 #define l4_spin_text(x, y, text) \ argument 35 l4_spin_n_text((x), (y), sizeof(text)-1, "" text) 36 #define l4_spin_text_vga(x, y, text) \ argument 37 l4_spin_n_text_vga((x), (y), sizeof(text)-1, "" text)
|
/l4re-core-master/ldscripts/ARCH-arm/ |
A D | main_rel.ld | 9 /* Read-only sections, merged into text segment: */ 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS; 21 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 22 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 65 .text : 67 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 68 *(.text.exit .text.exit.*) 69 *(.text.startup .text.startup.*) 70 *(.text.hot .text.hot.*) 71 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_stat.ld | 24 /* Read-only sections, merged into text segment: */ 25 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00010000)); . = SEGMENT_START("text-… 37 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 87 .text : 89 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 90 *(.text.exit .text.exit.*) 91 *(.text.startup .text.startup.*) 92 *(.text.hot .text.hot.*) 93 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_dyn.ld | 26 /* Read-only sections, merged into text segment: */ 27 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00010000)); . = SEGMENT_START("text-… 39 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 40 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 87 .text : 89 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 90 *(.text.exit .text.exit.*) 91 *(.text.startup .text.startup.*) 92 *(.text.hot .text.hot.*) 93 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/l4re-core-master/ldscripts/ARCH-arm64/ |
A D | main_stat.ld | 26 /* Read-only sections, merged into text segment: */ 27 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-… 38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 62 .text : 64 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 65 *(.text.exit .text.exit.*) 66 *(.text.startup .text.startup.*) 67 *(.text.hot .text.hot.*) 68 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_rel.ld | 12 /* Read-only sections, merged into text segment: */ 13 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS; 23 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 45 .text : 47 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 48 *(.text.exit .text.exit.*) 49 *(.text.startup .text.startup.*) 50 *(.text.hot .text.hot.*) 51 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_dyn.ld | 26 /* Read-only sections, merged into text segment: */ 27 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-… 38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 62 .text : 64 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 65 *(.text.exit .text.exit.*) 66 *(.text.startup .text.startup.*) 67 *(.text.hot .text.hot.*) 68 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/l4re-core-master/ldscripts/ARCH-x86/ |
A D | main_stat.ld | 23 /* Read-only sections, merged into text segment: */ 24 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x08048000)); . = SEGMENT_START("text-… 35 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 61 .text : 65 *(.text.unlikely .text.*_unlikely .text.unlikely.*) argument 66 *(.text.exit .text.exit.*) 67 *(.text.startup .text.startup.*) 68 *(.text.hot .text.hot.*) 69 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_rel.ld | 12 /* Read-only sections, merged into text segment: */ 13 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS; 23 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 47 .text : 49 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 50 *(.text.exit .text.exit.*) 51 *(.text.startup .text.startup.*) 52 *(.text.hot .text.hot.*) 53 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_dyn.ld | 26 /* Read-only sections, merged into text segment: */ 27 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x08048000)); . = SEGMENT_START("text-… 38 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 64 .text : 68 *(.text.unlikely .text.*_unlikely .text.unlikely.*) argument 69 *(.text.exit .text.exit.*) 70 *(.text.startup .text.startup.*) 71 *(.text.hot .text.hot.*) 72 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/l4re-core-master/ldscripts/ARCH-amd64/ |
A D | main_rel.ld | 12 /* Read-only sections, merged into text segment: */ 13 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS; 25 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 53 .text : 55 *(.text.unlikely .text.*_unlikely) 56 *(.text.exit .text.exit.*) 57 *(.text.startup .text.startup.*) 58 *(.text.hot .text.hot.*) 59 *(.text .stub .text.* .gnu.linkonce.t.*) 60 KEEP (*(.text.*personality*))
|
A D | main_stat.ld | 25 /* Read-only sections, merged into text segment: */ 26 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se… 37 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 66 .text : 70 *(.text.unlikely .text.*_unlikely .text.unlikely.*) argument 71 *(.text.exit .text.exit.*) 72 *(.text.startup .text.startup.*) 73 *(.text.hot .text.hot.*) 74 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/l4re-core-master/ldso/ldso/ |
A D | arm64.ld | 25 /* Read-only sections, merged into text segment: */ 26 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS; 36 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 58 .text : 60 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 61 *(.text.exit .text.exit.*) 62 *(.text.startup .text.startup.*) 63 *(.text.hot .text.hot.*) 64 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/l4re-core-master/lua/lib/contrib/doc/ |
A D | lua.css | 9 text-align: justify ; 24 text-align: left ; 32 vertical-align: text-bottom ; 41 text-decoration: none ; 95 text-transform: lowercase ; 98 input[type=text] { 132 text-align: justify ; 150 text-align: left ;
|
/l4re-core-master/ldscripts/ARCH-mips/ |
A D | main_rel.ld | 21 /* Read-only sections, merged into text segment: */ 22 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS; 37 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 90 .text : 93 *(.text.unlikely .text.*_unlikely .text.unlikely.*) argument 94 *(.text.exit .text.exit.*) 95 *(.text.startup .text.startup.*) 96 *(.text.hot .text.hot.*) 97 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_dyn.ld | 34 /* Read-only sections, merged into text segment: */ 35 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x0400000)); . = SEGMENT_START("text-s… 51 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 52 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 106 .text : 109 *(.text.unlikely .text.*_unlikely .text.unlikely.*) argument 110 *(.text.exit .text.exit.*) 111 *(.text.startup .text.startup.*) 112 *(.text.hot .text.hot.*) 113 *(.text .stub .text.* .gnu.linkonce.t.*)
|
A D | main_stat.ld | 31 /* Read-only sections, merged into text segment: */ 32 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x0400000)); . = SEGMENT_START("text-s… 48 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 49 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 105 .text : 108 *(.text.unlikely .text.*_unlikely .text.unlikely.*) argument 109 *(.text.exit .text.exit.*) 110 *(.text.startup .text.startup.*) 111 *(.text.hot .text.hot.*) 112 *(.text .stub .text.* .gnu.linkonce.t.*)
|