Home
last modified time | relevance | path

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

12345678

/dragonfly/sbin/vinum/
H A Dvinumutil.c129 DriveState(char *text) in DriveState()
139 SdState(char *text) in SdState()
149 PlexState(char *text) in PlexState()
159 VolState(char *text) in VolState()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumutil.c134 DriveState(char *text) in DriveState()
144 SdState(char *text) in SdState()
154 PlexState(char *text) in PlexState()
164 VolState(char *text) in VolState()
/dragonfly/games/adventure/
H A Dhdr.h87 struct text { struct
93 extern struct text rtext[RTXSIZE]; /* random text messages */ argument
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvm.c37 static char *_list_cmds(const char *text, int state) in _list_cmds()
56 static char *_list_args(const char *text, int state) in _list_args()
126 static char **_completion(const char *text, int start_pos, in _completion()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpretty-print.c97 const char *text = pp_formatted_text (pp); in pp_write_text_to_stream() local
204 pp_base_format (pretty_printer *pp, text_info *text) in pp_base_format()
559 pp_base_format_verbatim (pretty_printer *pp, text_info *text) in pp_base_format_verbatim()
705 struct obstack *text = pp->buffer->obstack; in pp_base_last_position_in_text() local
725 text_info text; in pp_printf() local
743 text_info text; in pp_verbatim() local
H A Dstringpool.c108 get_identifier (const char *text) in get_identifier()
122 get_identifier_with_length (const char *text, size_t length) in get_identifier_with_length()
137 maybe_get_identifier (const char *text) in maybe_get_identifier()
H A Dtoplev.c758 print_to_asm_out_file (print_switch_type type, const char * text) in print_to_asm_out_file()
791 print_to_stderr (print_switch_type type, const char * text) in print_to_stderr()
826 const char * text) in print_single_switch()
967 default_tree_printer (pretty_printer *pp, text_info *text, const char *spec, in default_tree_printer()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstringpool.c93 get_identifier (const char *text) in get_identifier()
107 get_identifier_with_length (const char *text, size_t length) in get_identifier_with_length()
122 maybe_get_identifier (const char *text) in maybe_get_identifier()
H A Dpretty-print.c835 const char *text = pp_formatted_text (pp); in pp_write_text_to_stream() local
856 const char *text = pp_formatted_text (pp); in pp_write_text_as_dot_label_to_stream() local
1012 pp_format (pretty_printer *pp, text_info *text) in pp_format()
1440 pp_format_verbatim (pretty_printer *pp, text_info *text) in pp_format_verbatim()
1641 text_info text; in pp_printf() local
1658 text_info text; in pp_verbatim() local
/dragonfly/contrib/cvs-1.12/diff/
H A Dutil.c55 perror_with_name (text) in perror_with_name() argument
73 pfatal_with_name (text) in pfatal_with_name() argument
329 write_output (text, len) in write_output() argument
596 char const *text = line[0], *limit = line[1]; /* Help the compiler. */ local
621 output_1_line (text, limit, flag_format, line_flag) in output_1_line() argument
/dragonfly/contrib/grep/src/
H A Dkwset.c173 kwsincr (kwset_t kwset, char const *text, ptrdiff_t len) in kwsincr()
668 bmexec_trans (kwset_t kwset, char const *text, ptrdiff_t size) in bmexec_trans()
754 bmexec (kwset_t kwset, char const *text, ptrdiff_t size, in bmexec()
776 acexec_trans (kwset_t kwset, char const *text, ptrdiff_t len, in acexec_trans()
902 acexec (kwset_t kwset, char const *text, ptrdiff_t size, in acexec()
921 kwsexec (kwset_t kwset, char const *text, ptrdiff_t size, in kwsexec()
/dragonfly/games/monop/
H A Dcards.c50 const char *text; member
334 printmes(const char *text) in printmes()
/dragonfly/lib/libc/gen/
H A Dfmtmsg.c52 fmtmsg(long class, const char *label, int sev, const char *text, in fmtmsg()
117 const char *text, const char *act, const char *tag) in printfmt()
/dragonfly/usr.bin/evtranalyze/
H A Dsvg.c78 struct svg_text text; member
184 svg_text_init(struct svg_text *text, const char *cl) in svg_text_init()
208 svg_text_t text; in svg_text_new() local
217 svg_text_draw(svg_document_t doc, svg_text_t text, svg_transform_t tf, in svg_text_draw()
/dragonfly/bin/sh/
H A Dvar.h58 char *text; /* name=value */ member
69 char *text; /* saved text */ member
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) in readline_completion_func()
63 static char ** readline_completion(const char *text, int start, int end) in readline_completion()
/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dcurses_form.c174 const char *text, unsigned int size, in curses_form_widget_add()
201 const char *text, unsigned int size, in curses_form_widget_insert_after()
242 curses_form_descriptive_labels_add(struct curses_form *cf, const char *text, in curses_form_descriptive_labels_add()
764 curses_form_show_help(const char *text) in curses_form_show_help()
/dragonfly/contrib/gdb-7/readline/
H A Dundo.c72 alloc_undo_entry (what, start, end, text) in alloc_undo_entry() argument
92 rl_add_undo (what, start, end, text) in rl_add_undo() argument
H A Dkill.c92 _rl_copy_to_kill_ring (text, append) in _rl_copy_to_kill_ring() argument
169 char *text; local
414 char *text; local
H A Dcomplete.c1050 gen_completion_matches (text, start, end, our_func, found_quote, quote_char) in gen_completion_matches() argument
1148 compute_lcd_of_matches (match_list, matches, text) in compute_lcd_of_matches() argument
1676 append_to_match (text, delimiter, quote_char, nontrivial_match) in append_to_match() argument
1807 char *text, *saved_line_buffer; local
1975 rl_completion_matches (text, entry_function) in rl_completion_matches() argument
2025 rl_username_completion_function (text, state) in rl_username_completion_function() argument
2142 rl_filename_completion_function (text, state) in rl_filename_completion_function() argument
/dragonfly/contrib/file/src/
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
107 int text) in file_ascmagic_with_encoding()
/dragonfly/contrib/diffutils/lib/
H A Dfile-type.c26 #define _(text) gettext (text) argument
/dragonfly/contrib/gdb-7/gdb/common/
H A Dxml-utils.c34 xml_escape_text (const char *text) in xml_escape_text()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_inchstr.c59 NCURSES_CH_T *text = win->_line[row].text; in NCURSES_EXPORT() local
/dragonfly/tools/regression/p1003_1b/
H A Dprutil.c14 void quit(const char *text) in quit()

12345678