Home
last modified time | relevance | path

Searched +defs:i +defs:string (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsearch.c75 search (char *string, SEARCH_BINDING *binding) in search()
90 search_forward (char *string, SEARCH_BINDING *binding) in search_forward()
92 register int c, i, len; in search_forward() local
151 register int c, i, len; in search_backward() local
153 char *string; in search_backward() local
221 string_in_line (char *string, char *line) in string_in_line()
240 looking_at (char *string, SEARCH_BINDING *binding) in looking_at()
266 skip_whitespace (char *string) in skip_whitespace()
268 register int i; in skip_whitespace() local
277 skip_whitespace_and_newlines (char *string) in skip_whitespace_and_newlines()
[all …]
H A Dtilde.c65 tilde_find_prefix (char *string, int *len) in tilde_find_prefix()
67 register int i, j, string_len; in tilde_find_prefix() local
96 tilde_find_suffix (char *string) in tilde_find_suffix()
98 register int i, j, string_len; in tilde_find_suffix() local
119 tilde_expand (char *string) in tilde_expand()
219 int i, c; in tilde_expand_word() local
H A Dinfo-utils.c62 info_parse_node (char *string, int newlines_okay) in info_parse_node()
64 register int i = 0; in info_parse_node() local
146 register int i; in info_parse_label() local
338 register int i; in info_get_labeled_reference() local
355 register int i, j; in info_concatenate_references() local
411 register int i; in info_free_references() local
433 canonicalize_whitespace (char *string) in canonicalize_whitespace()
435 register int i, j; in canonicalize_whitespace() local
489 register int i = 0; in printed_representation() local
591 save_string (char *string, char **string_p, int *string_size_p) in save_string()
[all …]
/netbsd-src/usr.bin/error/
H A Dsubr.c101 position(const char *string, char ch) in position()
104 for (int i = 1; *string != '\0'; string++, i++) in position() local
114 substitute(char *string, char chold, char chnew) in substitute()
130 lastchar(const char *string) in lastchar()
144 firstchar(const char *string) in firstchar()
153 next_lastchar(const char *string) in next_lastchar()
167 clob_last(char *string, char newstuff) in clob_last()
178 persperdexplode(char *string, char **r_perd, char **r_pers) in persperdexplode()
275 int i; in printerrors() local
297 for (int i = 0; i < wordc; i++) in wordvprint() local
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c139 get_history_event (const char *string, int *caller_index, int delimiting_quote) in get_history_event()
141 register int i; in get_history_event() local
322 hist_string_extract_single_quoted (char *string, int *sindex, int flags) in hist_string_extract_single_quoted()
324 register int i; in hist_string_extract_single_quoted() local
439 register int si, i, j, k; in get_subst_pattern() local
495 int i, j, new_size; in postproc_subst_rhs() local
530 history_expand_internal (char *string, int start, int qc, int *end_index_ptr, char **ret_string, ch… in history_expand_internal()
532 int i, n, starting_index; in history_expand_internal() local
910 int i, r, l, passc, cc, modified, eindex, only_printing, dquote, squote, flag; in history_expand() local
911 char *string; in history_expand() local
[all …]
H A Dhistsearch.c67 history_search_internal (const char *string, int direction, int flags) in history_search_internal()
69 register int i, reverse; in history_search_internal() local
199 _hs_history_patsearch (const char *string, int direction, int flags) in _hs_history_patsearch()
257 history_search (const char *string, int direction) in history_search()
264 history_search_prefix (const char *string, int direction) in history_search_prefix()
273 history_search_pos (const char *string, int dir, int pos) in history_search_pos()
H A Dtilde.c128 tilde_find_prefix (const char *string, int *len) in tilde_find_prefix()
130 register int i, j, string_len; in tilde_find_prefix() local
161 tilde_find_suffix (const char *string) in tilde_find_suffix()
163 register int i, j, string_len; in tilde_find_suffix() local
189 tilde_expand (const char *string) in tilde_expand()
269 int i; in isolate_tilde_prefix() local
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstring.cpp83 string::string() : ptr(0), len(0), sz(0) in string() function in string
87 string::string(const char *p, int n) : len(n) in string() function in string
95 string::string(const char *p) in string() function in string
109 string::string(char c) : len(1) in string() function in string
115 string::string(const string &s) : len(s.len) in string() function in string
213 string::string(const char *s1, int n1, const char *s2, int n2) in string() function in string
261 void string::set_length(int i) in set_length()
287 int i; in extract() local
333 for (int i = 0; i < len; i++) in put_string() local
337 string as_string(int i) in as_string()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistsearch.c67 history_search_internal (const char *string, int direction, int flags) in history_search_internal()
69 register int i, reverse; in history_search_internal() local
199 _hs_history_patsearch (const char *string, int direction, int flags) in _hs_history_patsearch()
257 history_search (const char *string, int direction) in history_search()
264 history_search_prefix (const char *string, int direction) in history_search_prefix()
273 history_search_pos (const char *string, int dir, int pos) in history_search_pos()
/netbsd-src/tests/lib/libcurses/slave/
H A Dcommands.c54 size_t i, j; in command_execute() local
99 write_to_director_int(int i) in write_to_director_int()
116 char *string; in report_ptr() local
132 char *string; in report_int() local
202 chtype string[2]; in report_byte() local
213 report_nstr(chtype *string) in report_nstr()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc69 for (int i = ((int) strlen (s)) - 1; i >= 0; i--) in read_str() local
311 for (int i = 0; i < hwcprof_enabled_cnt; i++) in Coll_Ctrl() local
521 Coll_Ctrl::show (int i) in show()
923 Coll_Ctrl::set_clkprof (const char *string, char** warn) in set_clkprof()
1024 Coll_Ctrl::set_synctrace (const char *string) in set_synctrace()
1120 Coll_Ctrl::set_heaptrace (const char *string) in set_heaptrace()
1160 Coll_Ctrl::set_iotrace (const char *string) in set_iotrace()
1184 Coll_Ctrl::set_count (const char *string) in set_count()
1370 for (int i = 0; i < MAX_PICS; i++) in hwcentry_dup() local
1428 Coll_Ctrl::set_hwcstring (const char *string, char **warnmsg) in set_hwcstring()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc285 for (int i = 0; i < hwcprof_enabled_cnt; i++) in Coll_Ctrl() local
495 Coll_Ctrl::show (int i) in show()
897 Coll_Ctrl::set_clkprof (const char *string, char** warn) in set_clkprof()
998 Coll_Ctrl::set_synctrace (const char *string) in set_synctrace()
1097 Coll_Ctrl::set_heaptrace (const char *string) in set_heaptrace()
1137 Coll_Ctrl::set_iotrace (const char *string) in set_iotrace()
1161 Coll_Ctrl::set_count (const char *string) in set_count()
1347 for (int i = 0; i < MAX_PICS; i++) in hwcentry_dup() local
1405 Coll_Ctrl::set_hwcstring (const char *string, char **warnmsg) in set_hwcstring()
1431 Coll_Ctrl::add_hwcstring (const char *string, char **warnmsg) in add_hwcstring()
[all …]
/netbsd-src/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c173 parse_af(const char *string, int *afp) in parse_af()
181 parse_protocol(const char *string, int *protop) in parse_protocol()
212 parse_socktype(const char *string, int *typep) in parse_socktype()
220 parse_numeric_tabular(const char *string, int *valuep, in parse_numeric_tabular()
225 size_t i; in parse_numeric_tabular() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.c20 Identifier::Identifier(const char *string, size_t length, int value) in Identifier()
28 Identifier::Identifier(const char *string) in Identifier()
36 Identifier *Identifier::create(const char *string) in create()
102 static size_t i; in generateId() local
107 Identifier *Identifier::generateId(const char *prefix, size_t i) in generateId()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c550 char *string; /* for: in encoding: member
733 char *string = extract_quotelike_pass1 (delim); in extract_quotelike_pass1_utf8() local
774 extract_hex (const char *string, size_t len, unsigned int *result) in extract_hex()
776 size_t i; in extract_hex() local
805 extract_oct (const char *string, size_t len, unsigned int *result) in extract_oct()
807 size_t i; in extract_oct() local
834 char *string = extract_quotelike_pass1_utf8 (delim); in extract_quotelike() local
854 char *string; in extract_triple_quotelike() local
1645 interpolate_keywords (message_list_ty *mlp, const char *string, int lineno) in interpolate_keywords()
2398 char *string; in x_perl_prelex() local
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c882 int i, character; in read_token() local
921 canon_white (char *string) in canon_white()
949 fix_whitespace (char *string) in fix_whitespace()
979 discard_until (char *string) in discard_until()
1020 get_until (char *match, char **string) in get_until()
1129 get_until_in_line (int expand, char *match, char **string) in get_until_in_line()
1161 get_rest_of_line (int expand, char **string) in get_rest_of_line()
1205 get_until_in_braces (char *match, char **string) in get_until_in_braces()
1208 int i, brace = 0; in get_until_in_braces() local
1353 int i; in convert_from_file() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.c52 for (int i = 0; i < level; i++) in write() local
65 void OutBuffer::writebstring(utf8_t *string) in writebstring()
70 void OutBuffer::writestring(const char *string) in writestring()
75 void OutBuffer::prependstring(const char *string) in prependstring()
103 for (int i = 0; i < level; i++) in writeByte() local
198 for (int i = 0; i < level; i++) in writeword() local
241 for (int i = 0; i < level; i++) in write4() local
339 size_t i = sizeof(buf); in print() local
373 size_t OutBuffer::bracket(size_t i, const char *left, size_t j, const char *right) in bracket()
/netbsd-src/lib/libc/posix1e/
H A Dacl_support.c64 size_t i; in _acl_differs() local
184 size_t i = 0; in _posix1e_acl_check() local
319 _posix1e_acl_string_to_perm(char *string, acl_perm_t *perm) in _posix1e_acl_string_to_perm()
394 string_skip_whitespace(char *string) in string_skip_whitespace()
404 string_trim_trailing_whitespace(char *string) in string_trim_trailing_whitespace()
/netbsd-src/tests/lib/libc/stdlib/
H A Dt_getenv.c57 for (size_t i = 0; i < 1024; i++) { in ATF_TC_BODY() local
65 for (size_t i = 0; i < 1; i++) { in ATF_TC_BODY() local
101 char string[1024]; in ATF_TC_BODY() local
129 size_t i, offset; in ATF_TC_BODY() local
170 char string[32]; in ATF_TC_BODY() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-tree.c75 for (unsigned i = 0; i != sizeof d.sig; ++i) in print_real_cst() local
100 for (unsigned i = start; i != sizeof d.sig; ++i) in print_real_cst() local
114 char string[64]; in print_real_cst() local
193 char string[60]; in print_node_brief() local
209 int i; in indent_to() local
228 int i; in print_node() local
798 char string[64]; in print_node() local
818 for (unsigned int i = 0; i < count; ++i) in print_node() local
835 int i = TREE_STRING_LENGTH (node); in print_node() local
852 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in print_node() local
[all …]
H A Dtree-dump.c169 dump_int (dump_info_p di, const char *field, int i) in dump_int()
204 dump_string (dump_info_p di, const char *string) in dump_string()
217 dump_string_field (dump_info_p di, const char *field, const char *string) in dump_string_field()
286 const char *string = NULL; in dequeue_and_dump() local
407 int i; in dequeue_and_dump() local
615 int i = 0; in dequeue_and_dump() local
691 int i; in dequeue_and_dump() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.cc75 for (unsigned i = 0; i != sizeof d.sig; ++i) in print_real_cst() local
100 for (unsigned i = start; i != sizeof d.sig; ++i) in print_real_cst() local
114 char string[64]; in print_real_cst() local
193 char string[60]; in print_node_brief() local
209 int i; in indent_to() local
228 int i; in print_node() local
808 char string[64]; in print_node() local
828 for (unsigned int i = 0; i < count; ++i) in print_node() local
845 int i = TREE_STRING_LENGTH (node); in print_node() local
862 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in print_node() local
[all …]
H A Dtree-dump.cc169 dump_int (dump_info_p di, const char *field, int i) in dump_int()
204 dump_string (dump_info_p di, const char *string) in dump_string()
217 dump_string_field (dump_info_p di, const char *field, const char *string) in dump_string_field()
286 const char *string = NULL; in dequeue_and_dump() local
407 int i; in dequeue_and_dump() local
615 int i = 0; in dequeue_and_dump() local
691 int i; in dequeue_and_dump() local
/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_out.c67 char string[1]; member
134 uint32_t i; in c_dumpbuf() local
181 list_error(char *string) in list_error()
227 unsigned i; in listing_line() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dputenv.c53 putenv(const char *string) in putenv()
55 int i; in putenv() local

12345678910>>...33