Home
last modified time | relevance | path

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

12345678910>>...52

/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()
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()
277 skip_whitespace_and_newlines (char *string) in skip_whitespace_and_newlines()
287 skip_non_whitespace (char *string) in skip_non_whitespace()
303 skip_node_characters (char *string, int newlines_okay) in skip_node_characters()
418 skip_line (char *string) in skip_line()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring_vstream.h37 #define vstring_get(string, stream) \ argument
39 #define vstring_get_nonl(string, stream) \ argument
41 #define vstring_get_null(string, stream) \ argument
44 #define vstring_get_bound(string, stream, size) \ argument
46 #define vstring_get_nonl_bound(string, stream, size) \ argument
49 #define vstring_get_null_bound(string, stream, size) \ argument
H A Dargv_split_at.c72 ARGV *argv_split_at(const char *string, int sep) in argv_split_at()
91 ARGV *argv_split_at_count(const char *string, int sep, ssize_t count) in argv_split_at_count()
112 ARGV *argv_split_at_append(ARGV *argvp, const char *string, int sep) in argv_split_at_append()
H A Dargv_split.c65 ARGV *argv_split(const char *string, const char *delim) in argv_split()
81 ARGV *argv_split_count(const char *string, const char *delim, ssize_t count) in argv_split_count()
103 ARGV *argv_split_append(ARGV *argvp, const char *string, const char *delim) in argv_split_append()
H A Dalldig.c51 int alldig(const char *string) in alldig()
65 int allalnum(const char *string) in allalnum()
H A Dargv_splitq.c69 ARGV *argv_splitq(const char *string, const char *delim, const char *parens) in argv_splitq()
85 ARGV *argv_splitq_count(const char *string, const char *delim, in argv_splitq_count()
108 ARGV *argv_splitq_append(ARGV *argvp, const char *string, const char *delim, in argv_splitq_append()
H A Dsplit_at.c55 char *split_at(char *string, int delimiter) in split_at()
66 char *split_at_right(char *string, int delimiter) in split_at_right()
H A Dprintable.c70 char *printable(char *string, int replacement) in printable()
77 char *printable_except(char *string, int replacement, const char *except) in printable_except()
/netbsd-src/usr.sbin/netgroup_mkdb/
H A Dstr.h34 struct string { struct
40 void str_init(struct string *); argument
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dsupport.go29 func LoadLibraryPermanently(lib string) error {
44 func ParseCommandLineOptions(args []string, overview string) {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/
H A Dllvm-go.go70 func llvmConfig(args ...string) string {
111 func addTag(args []string, tag string) []string {
153 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, pack…
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistsearch.c67 history_search_internal (const char *string, int direction, int flags) in history_search_internal()
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/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()
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/usr.bin/error/
H A Dsubr.c101 position(const char *string, char ch) in position()
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()
309 wordvbuild(char *string, int *r_wordc, char ***r_wordv) in wordvbuild()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dsh-quote.c42 shell_quote_length (const char *string) in shell_quote_length()
53 shell_quote_copy (char *p, const char *string) in shell_quote_copy()
63 shell_quote (const char *string) in shell_quote()
/netbsd-src/usr.bin/look/
H A Dlook.c101 char *back, *front, *string, *p; in main() local
157 look(char *string, char *front, char *back) in look()
224 binary_search(char *string, char *front, char *back) in binary_search()
258 linear_search(char *string, char *front, char *back) in linear_search()
280 print_from(char *string, char *front, char *back) in print_from()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dparseint.c28 isc_parse_uint32(uint32_t *uip, const char *string, int base) { in isc_parse_uint32()
54 isc_parse_uint16(uint16_t *uip, const char *string, int base) { in isc_parse_uint16()
69 isc_parse_uint8(uint8_t *uip, const char *string, int base) { in isc_parse_uint8()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dparseint.c28 isc_parse_uint32(uint32_t *uip, const char *string, int base) { in isc_parse_uint32() argument
54 isc_parse_uint16(uint16_t *uip, const char *string, int base) { in isc_parse_uint16() argument
69 isc_parse_uint8(uint8_t *uip, const char *string, int base) { in isc_parse_uint8() argument
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dssl_ui.c10 static TSS_RESULT do_ui(BYTE *string, UINT32 *string_len, BYTE *popup, int verify) in do_ui()
71 TSS_RESULT DisplayPINWindow(BYTE *string, UINT32 *string_len, BYTE *popup) in DisplayPINWindow()
84 TSS_RESULT DisplayNewPINWindow(BYTE *string, UINT32 *string_len, BYTE *popup) in DisplayNewPINWindow()
/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()
/netbsd-src/usr.bin/spell/spellprog/
H A Dlook.c58 look(u_char *string, u_char *front, u_char *back) in look()
117 binary_search(u_char *string, u_char *front, u_char *back) in binary_search()
151 linear_search(u_char *string, u_char *front, u_char *back) in linear_search()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/driver/
H A Dstrlist.h39 struct string { struct
40 struct string *next; argument
45 struct string *first; argument
/netbsd-src/external/bsd/ntp/dist/tests/sec-2853/
H A Dsec-2853.c52 const char string[] = "good"; in basic_good() local
76 const char string[] = "nul\0 there"; in embedded_nul() local
100 const char string[] = "trailing space "; in trailing_space() local
/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.h59 struct string { struct
60 cbor_data address;
61 size_t length;
62 } string; member
/netbsd-src/tests/lib/libcurses/slave/
H A Dcommands.c116 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()

12345678910>>...52