Searched defs:text (Results 1 – 14 of 14) sorted by relevance
/busybox-1.35.0/mailutils/ |
D | mail.c | 128 static void encode_n_base64(const char *fname, const char *text, size_t len) in encode_n_base64() 172 void FAST_FUNC printstr_base64(const char *text) in printstr_base64() 177 void FAST_FUNC printbuf_base64(const char *text, unsigned len) in printbuf_base64()
|
/busybox-1.35.0/scripts/kconfig/ |
D | lkc.h | 37 #define _(text) gettext(text) argument 38 #define N_(text) (text) argument
|
D | zconf.l | 26 static char *text; variable
|
D | qconf.h | 183 void setText(colIdx idx, const QString& text) in setText() 187 QString text(colIdx idx) const in text() function
|
D | mconf.c | 847 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 860 static void show_helptext(const char *title, const char *text) in show_helptext()
|
D | kxgettext.c | 13 static char *escape(const char* text, char *bf, int len) in escape()
|
D | expr.h | 110 const char *text; member
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | textbox.c | 41 WINDOW *dialog, *text; in dialog_textbox() local
|
/busybox-1.35.0/miscutils/ |
D | hexedit.c | 77 char *text; in format_line() local
|
D | bc.c | 3694 static BC_STATUS zxc_parse_text_init(const char *text) in zxc_parse_text_init() 6944 static BC_STATUS zxc_vm_process(const char *text) in zxc_vm_process()
|
/busybox-1.35.0/networking/ |
D | inetd.c | 1635 char text[LINESIZ + 2]; in chargen_stream() local 1662 char text[LINESIZ + 2]; in chargen_dg() local
|
D | tls.c | 464 uint8_t *text; in hmac_sha_precomputed_v() local
|
/busybox-1.35.0/editors/ |
D | vi.c | 294 char *text, *end; // pointers to the user data in memory member 464 #define text (G.text ) macro
|
/busybox-1.35.0/shell/ |
D | ash.c | 563 char *text; member 945 char *text; member 952 char *text; member 2073 const char *text; /* saved text */ member 11904 fixredir(union node *n, const char *text, int err) in fixredir()
|