Home
last modified time | relevance | path

Searched defs:text (Results 1 – 14 of 14) sorted by relevance

/busybox-1.35.0/mailutils/
Dmail.c128 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/
Dlkc.h37 #define _(text) gettext(text) argument
38 #define N_(text) (text) argument
Dzconf.l26 static char *text; variable
Dqconf.h183 void setText(colIdx idx, const QString& text) in setText()
187 QString text(colIdx idx) const in text() function
Dmconf.c847 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()
Dkxgettext.c13 static char *escape(const char* text, char *bf, int len) in escape()
Dexpr.h110 const char *text; member
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dtextbox.c41 WINDOW *dialog, *text; in dialog_textbox() local
/busybox-1.35.0/miscutils/
Dhexedit.c77 char *text; in format_line() local
Dbc.c3694 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/
Dinetd.c1635 char text[LINESIZ + 2]; in chargen_stream() local
1662 char text[LINESIZ + 2]; in chargen_dg() local
Dtls.c464 uint8_t *text; in hmac_sha_precomputed_v() local
/busybox-1.35.0/editors/
Dvi.c294 char *text, *end; // pointers to the user data in memory member
464 #define text (G.text ) macro
/busybox-1.35.0/shell/
Dash.c563 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()