Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dragonfly/contrib/dialog/
H A Dinputstr.c122 find_cache(int cache_num, const char *string) in find_cache()
150 make_cache(int cache_num, const char *string) in make_cache()
169 load_cache(int cache_num, const char *string) in load_cache()
181 #define load_cache(cache, string) &my_cache argument
258 dlg_count_wcbytes(const char *string, size_t len) in dlg_count_wcbytes()
294 dlg_count_wchars(const char *string) in dlg_count_wchars()
337 dlg_index_wchars(const char *string) in dlg_index_wchars()
391 dlg_index_columns(const char *string) in dlg_index_columns()
471 dlg_count_columns(const char *string) in dlg_count_columns()
629 compute_edit_offset(const char *string, in compute_edit_offset()
[all …]
/dragonfly/usr.bin/window/
H A Dwindow_string.h57 struct string { struct
58 struct string *s_forw; argument
59 struct string *s_back; argument
63 EXTERN struct string str_head; argument
/dragonfly/contrib/gdb-7/readline/
H A Dhistsearch.c62 history_search_internal (string, direction, anchored) in history_search_internal() argument
158 history_search (string, direction) in history_search() argument
167 history_search_prefix (string, direction) in history_search_prefix() argument
178 history_search_pos (string, dir, pos) in history_search_pos() argument
H A Dmbutil.c76 _rl_find_next_mbchar_internal (string, seed, count, find_non_zero) in _rl_find_next_mbchar_internal() argument
146 _rl_find_prev_mbchar_internal (string, seed, find_non_zero) in _rl_find_prev_mbchar_internal() argument
266 _rl_adjust_point(string, point, ps) in _rl_adjust_point() argument
305 _rl_is_mbchar_matched (string, seed, end, mbchar, length) in _rl_is_mbchar_matched() argument
350 _rl_find_next_mbchar (string, seed, count, flags) in _rl_find_next_mbchar() argument
366 _rl_find_prev_mbchar (string, seed, flags) in _rl_find_prev_mbchar() argument
H A Dhistexpand.c130 get_history_event (string, caller_index, delimiting_quote) in get_history_event() argument
311 hist_string_extract_single_quoted (string, sindex, flags) in hist_string_extract_single_quoted() argument
522 history_expand_internal (string, start, end_index_ptr, ret_string, current_line) in history_expand_internal() argument
932 char *string; local
1354 history_arg_extract (first, last, string) in history_arg_extract() argument
1415 history_tokenize_word (string, ind) in history_tokenize_word() argument
1543 history_substring (string, start, end) in history_substring() argument
1562 history_tokenize_internal (string, wind, indp) in history_tokenize_internal() argument
1617 history_tokenize (string) in history_tokenize() argument
/dragonfly/contrib/diffutils/lib/
H A Dsystem-quote.c60 windows_createprocess_quote (char *p, const char *string) in windows_createprocess_quote()
127 windows_cmd_quote (char *p, const char *string) in windows_cmd_quote()
187 const char *string) in system_quote_length()
215 const char *string) in system_quote_copy()
246 const char *string) in system_quote()
H A Dsh-quote.c41 shell_quote_length (const char *string) in shell_quote_length()
52 shell_quote_copy (char *p, const char *string) in shell_quote_copy()
62 shell_quote (const char *string) in shell_quote()
H A Dfnmatch.c110 # define IS_CHAR_CLASS(string) __wctype (string) argument
112 # define IS_CHAR_CLASS(string) wctype (string) argument
129 # define IS_CHAR_CLASS(string) \ argument
270 # define IS_CHAR_CLASS(string) is_char_class (string) argument
277 fnmatch (const char *pattern, const char *string, int flags) in fnmatch()
/dragonfly/usr.bin/look/
H A Dlook.c157 prepkey(const char *string, wchar_t termchar) in prepkey()
188 look(wchar_t *string, unsigned char *front, unsigned char *back) in look()
241 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) in binary_search()
275 linear_search(wchar_t *string, unsigned char *front, unsigned char *back) in linear_search()
295 print_from(wchar_t *string, unsigned char *front, unsigned char *back) in print_from()
/dragonfly/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c178 parse_af(const char *string, int *afp) in parse_af()
186 parse_protocol(const char *string, int *protop) in parse_protocol()
217 parse_socktype(const char *string, int *typep) in parse_socktype()
225 parse_numeric_tabular(const char *string, int *valuep, in parse_numeric_tabular()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c43 is_termcap(const char *string) in is_termcap()
70 tgoto_internal(const char *string, int x, int y) in tgoto_internal()
200 tgoto(const char *string, int x, int y) in tgoto()
H A Dlib_tparm.c344 _nc_tparm_analyze(const char *string, char *p_is_s[NUM_PARM], int *popcount) in _nc_tparm_analyze()
473 tparam_internal(int use_TPARM_ARG, const char *string, va_list ap) in tparam_internal()
844 tparm_varargs(const char *string, ...) in tparm_varargs()
861 tparm_proto(const char *string, in tparm_proto()
877 tiparm(const char *string, ...) in tiparm()
H A Dcomp_hash.c94 _nc_find_type_entry(const char *string, in _nc_find_type_entry()
123 _nc_find_user_entry(const char *string) in _nc_find_user_entry()
/dragonfly/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c167 user_match(const char *tok, const char *string) in user_match()
193 from_match(const char *tok, const char *string) in from_match()
228 string_match(const char *tok, const char *string) in string_match()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dprint-tree.c178 char string[60]; in print_node_brief() local
186 char string[60]; in print_node_brief() local
801 char string[64]; in print_node() local
811 char string[64]; in print_node() local
/dragonfly/contrib/binutils-2.34/bfd/
H A Dhash.c431 bfd_hash_hash (const char *string, unsigned int *lenp) in bfd_hash_hash()
459 const char *string, in bfd_hash_lookup()
504 const char *string, in bfd_hash_insert()
569 const char *string, in bfd_hash_rename()
727 const char *string) in strtab_hash_newfunc()
755 #define strtab_hash_lookup(t, string, create, copy) \ argument
/dragonfly/contrib/binutils-2.27/bfd/
H A Dhash.c431 bfd_hash_hash (const char *string, unsigned int *lenp) in bfd_hash_hash()
458 const char *string, in bfd_hash_lookup()
503 const char *string, in bfd_hash_insert()
568 const char *string, in bfd_hash_rename()
726 const char *string) in strtab_hash_newfunc()
754 #define strtab_hash_lookup(t, string, create, copy) \ argument
/dragonfly/contrib/gdb-7/bfd/
H A Dhash.c431 bfd_hash_hash (const char *string, unsigned int *lenp) in bfd_hash_hash()
458 const char *string, in bfd_hash_lookup()
503 const char *string, in bfd_hash_insert()
568 const char *string, in bfd_hash_rename()
726 const char *string) in strtab_hash_newfunc()
754 #define strtab_hash_lookup(t, string, create, copy) \ argument
/dragonfly/contrib/tcp_wrappers/
H A Dhosts_access.c320 static int string_match(tok, string) in string_match() argument
383 static int masked_match(net_tok, mask_tok, string) in masked_match() argument
392 static int masked_match4(net_tok, mask_tok, string) in masked_match4() argument
429 static int masked_match6(net_tok, mask_tok, string) in masked_match6() argument
/dragonfly/usr.bin/talk/
H A Dio.c138 p_error(const char *string) in p_error()
153 message(const char *string) in message()
/dragonfly/usr.sbin/mtree/
H A Dstat_flags.c62 char string[128]; in flags_to_string() local
120 char *string, *p; in string_to_flags() local
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcskeys.c89 trymatch(string) in trymatch() argument
160 setRCSLocalId(string) in setRCSLocalId() argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dprint-tree.c137 char string[60]; in print_node_brief() local
145 char string[60]; in print_node_brief() local
746 char string[64]; in print_node() local
756 char string[64]; in print_node() local
/dragonfly/usr.bin/m4/
H A Dgnum4.c258 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm) in add_sub()
272 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace()
305 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_subst()
345 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_regexp()
362 do_regexpindex(const char *string, regex_t *re, regmatch_t *pm) in do_regexpindex()
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch.c104 # define IS_CHAR_CLASS(string) __wctype (string) argument
106 # define IS_CHAR_CLASS(string) wctype (string) argument
123 # define IS_CHAR_CLASS(string) \ argument
264 # define IS_CHAR_CLASS(string) is_char_class (string) argument
271 fnmatch (const char *pattern, const char *string, int flags) in fnmatch()

12345678910>>...21