Searched refs:text (Results 1 - 25 of 117) sorted by relevance

12345

/fuchsia/zircon/third_party/ulib/musl/src/math/aarch64/
H A Dfabsf.S1 .text
H A Dsqrt.S1 .text
H A Dfabs.S1 .text
H A Dsqrtf.S1 .text
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dvar.h47 #define VTEXTFIXED 0x08 /* text is statically allocated */
48 #define VSTACK 0x10 /* text is allocated on the stack */
52 #define VNOSAVE 0x100 /* when text is on the heap before setvareq */
58 const char *text; /* name=value */ member in struct:var
69 const char *text; /* saved text */ member in struct:localvar
111 #define ifsval() (vifs.text + 4)
113 #define mailval() (vmail.text + 5)
114 #define mpathval() (vmpath.text + 9)
115 #define pathval() (vpath.text
[all...]
H A Dmkinit.c64 * A text structure is basicly just a string that grows as more characters
67 * or a single character, respectively, to a text structure. Writetext
68 * writes the contents of a text structure to a file.
73 struct text { struct
82 char text[BLOCKSIZE]; member in struct:block
94 struct text code; /* code for handling event */
126 struct text defines; /* #define statements */
127 struct text decls; /* declarations */
138 void addstr(char *, struct text *);
139 void addchar(int, struct text *);
392 addstr(char *s, struct text *text) argument
404 addchar(int c, struct text *text) argument
425 writetext(struct text *text, FILE *fp) argument
[all...]
H A Dvar.c170 vpp = hashvar(vp->text);
178 vps1.text = "PS1=# ";
257 n = vp->text;
269 ckfree(vp->text);
295 vp->text = s;
318 setvareq(lp->text, flags);
335 if (v == &vlineno && v->text == linenovar) {
339 return strchrnul(v->text, '=') + 1;
371 *ep++ = (char *) vp->text;
492 lvp->text
[all...]
H A Dexpand.h41 char *text; member in struct:strlist
/fuchsia/zircon/third_party/ulib/musl/arch/x86_64/
H A DScrt1.S1 .text
/fuchsia/zircon/bootloader/src/
H A Dframebuffer.h41 // Draws provided text at coordinate x and y of the framebuffer.
42 void draw_text(const char* text, size_t length, fb_font* font, int x, int y);
46 void draw_nodename(const char* text);
/fuchsia/zircon/system/ulib/zircon/
H A Dsyscalls-arm64.S10 .text
H A Dzx_futex_wake_handle_close_thread_exit-x86-64.S9 .text
H A Dzx_futex_wake_handle_close_thread_exit-arm64.S9 .text
H A Dzx_vmar_unmap_handle_close_thread_exit-arm64.S9 .text
H A Dzx_vmar_unmap_handle_close_thread_exit-x86-64.S9 .text
/fuchsia/zircon/third_party/ulib/musl/arch/aarch64/
H A DScrt1.S1 .text
/fuchsia/zircon/system/private/efi/
H A Dsystem-table.h12 #include <efi/protocol/simple-text-input.h>
13 #include <efi/protocol/simple-text-output.h>
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink-sancov.S9 .section .text._dynlink_sancov_trace_pc_guard,"ax",%progbits
/fuchsia/zircon/bootloader/lib/efi/
H A Dguids.c7 #include <efi/protocol/device-path-to-text.h>
17 #include <efi/protocol/simple-text-input.h>
18 #include <efi/protocol/simple-text-output.h>
/fuchsia/zircon/kernel/arch/arm64/
H A Duser_copy.S24 .section .text._arm64_user_copy,"ax"
54 .section .text.cold._arm64_user_copy,"ax"
/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dmemcpy.S10 .text
/fuchsia/zircon/system/uapp/waitfor/
H A Dwaitfor.c132 char text[GPT_GUID_STRLEN]; local
133 uint8_to_guid_string(text, guid);
135 fprintf(stderr, "waitfor: part.guid='%s'\n", text);
137 if (strcasecmp(text, arg)) {
150 char text[GPT_GUID_STRLEN]; local
151 uint8_to_guid_string(text, guid);
153 fprintf(stderr, "waitfor: part.type.guid='%s'\n", text);
155 if (strcasecmp(text, arg)) {
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/asm/
H A Drdrand-x86_64.pl29 .text
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Drdrand-x86_64.S2 .text
/fuchsia/zircon/kernel/arch/x86/
H A Dacpi.S18 .section .text

Completed in 144 milliseconds

12345