Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/contrib/dialog/
H A Dinputstr.c59 char *string; /* a copy of the last-processed string */ member
138 find_cache(int cache_num, const char *string) in find_cache()
166 make_cache(int cache_num, const char *string) in make_cache()
185 load_cache(int cache_num, const char *string) in load_cache()
197 #define load_cache(cache, string) &my_cache argument
205 same_cache2(CACHE * cache, const char *string, unsigned i_len) in same_cache2()
244 same_cache1(CACHE * cache, const char *string, size_t i_len) in same_cache1()
274 dlg_count_wcbytes(const char *string, size_t len) in dlg_count_wcbytes()
310 dlg_count_wchars(const char *string) in dlg_count_wchars()
353 dlg_index_wchars(const char *string) in dlg_index_wchars()
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c77 char *string; in report_ptr() local
93 char *string; in report_int() local
189 chtype string[2]; in report_byte() local
200 report_nstr(chtype *string) in report_nstr()
/freebsd/usr.bin/look/
H A Dlook.c155 prepkey(const char *string, wchar_t termchar) in prepkey()
186 look(wchar_t *string, unsigned char *front, unsigned char *back) in look()
240 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) in binary_search()
274 linear_search(wchar_t *string, unsigned char *front, unsigned char *back) in linear_search()
294 print_from(wchar_t *string, unsigned char *front, unsigned char *back) in print_from()
/freebsd/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.c467 _nc_tparm_analyze(TERMINAL *term, const char *string, char **p_is_s, int *popcount) in _nc_tparm_analyze()
602 tparm_setup(TERMINAL *term, const char *string, TPARM_DATA *result) in tparm_setup()
738 tparm_trace_call(TPARM_STATE *tps, const char *string, TPARM_DATA *data) in tparm_trace_call()
761 #define tparm_trace_call(tps, string, data) /* nothing */ argument
771 tparam_internal(TPARM_STATE *tps, const char *string, TPARM_DATA *data) in tparam_internal()
1102 check_string_caps(TPARM_DATA *data, const char *string) in check_string_caps()
1160 tparm(const char *string, ...) in tparm()
1186 tparm(const char *string, in tparm()
1228 tiparm(const char *string, ...) in tiparm()
1256 tiparm_s(int num_expected, int tparm_type, const char *string, ...) in tiparm_s()
[all …]
H A Dcomp_hash.c93 _nc_find_type_entry(const char *string, in _nc_find_type_entry()
124 _nc_find_user_entry(const char *string) in _nc_find_user_entry()
H A Dlib_tputs.c244 putp(const char *string) in putp()
270 _nc_putp(const char *name, const char *string) in _nc_putp()
453 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs()
/freebsd/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()
/freebsd/lib/libc/posix1e/
H A Dextattr.c40 extattr_namespace_to_string(int attrnamespace, char **string) in extattr_namespace_to_string()
61 extattr_string_to_namespace(const char *string, int *attrnamespace) in extattr_string_to_namespace()
H A Dacl_support.c311 _posix1e_acl_string_to_perm(char *string, acl_perm_t *perm) in _posix1e_acl_string_to_perm()
386 string_skip_whitespace(char *string) in string_skip_whitespace()
396 string_trim_trailing_whitespace(char *string) in string_trim_trailing_whitespace()
/freebsd/contrib/libcbor/test/
H A Dstream_expectations.h61 struct string { struct
62 cbor_data address;
63 size_t length;
64 } string; member
H A Dcallbacks_test.c190 cbor_item_t* string = stack.top->item; in test_builder_string_callback_append() local
229 cbor_item_t* string = stack.top->item; in test_builder_string_callback_append_alloc_failure() local
261 cbor_item_t* string = stack.top->item; test_builder_string_callback_append_item_alloc_failure() local
293 cbor_item_t* string = stack.top->item; test_builder_string_callback_append_parent_alloc_failure() local
[all...]
/freebsd/sys/libkern/
H A Dstrdup.c40 strdup_flags(const char *string, struct malloc_type *type, int flags) in strdup_flags()
54 strdup(const char *string, struct malloc_type *type) in strdup()
/freebsd/sbin/ipf/libipf/
H A Dipf_perror.c6 ipf_perror(int err, char *string) in ipf_perror()
15 ipf_perror_fd( int fd, ioctlfunc_t iocfunc, char *string) in ipf_perror_fd()
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c76 elftc_string_table_find_hash_entry(Elftc_String_Table *st, const char *string, in elftc_string_table_find_hash_entry()
102 elftc_string_table_add_to_pool(Elftc_String_Table *st, const char *string) in elftc_string_table_add_to_pool()
305 elftc_string_table_insert(Elftc_String_Table *st, const char *string) in elftc_string_table_insert()
337 elftc_string_table_lookup(Elftc_String_Table *st, const char *string) in elftc_string_table_lookup()
354 elftc_string_table_remove(Elftc_String_Table *st, const char *string) in elftc_string_table_remove()
/freebsd/crypto/heimdal/base/
H A Dstring.c80 heim_string_create(const char *string) in heim_string_create()
112 heim_string_get_utf8(heim_string_t string) in heim_string_get_utf8()
/freebsd/usr.bin/talk/
H A Dio.c151 p_error(const char *string) in p_error()
166 message(const char *string) in message()
/freebsd/lib/libc/gen/
H A Dstrtofflags.c95 char *string; in fflagstostr() local
128 char *string, *p; in strtofflags() local
/freebsd/crypto/heimdal/appl/login/
H A Dlogin_access.c195 char *string = item->user->pw_name; in user_match() local
230 char *string = item->from; in from_match() local
263 static int string_match(char *tok, char *string) in string_match()
/freebsd/crypto/heimdal/appl/rsh/
H A Dlogin_access.c195 char *string = item->user->pw_name; in user_match() local
230 char *string = item->from; in from_match() local
263 static int string_match(char *tok, char *string) in string_match()
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.c325 static int string_match(char *tok, char *string) in string_match()
384 static int masked_match(char *net_tok, char *mask_tok, char *string) in masked_match()
390 static int masked_match4(char *net_tok, char *mask_tok, char *string) in masked_match4()
424 static int masked_match6(char *net_tok, char *mask_tok, char *string) in masked_match6()
/freebsd/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c210 user_match(const char *tok, const char *string, in user_match()
244 from_match(const char *tok, const char *string, in from_match()
280 string_match(const char *tok, const char *string) in string_match()
/freebsd/lib/libc/resolv/
H A Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
27 # define Perror(statp, file, string, error) /*empty*/ argument
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c266 zpool_prop_string_to_index(zpool_prop_t prop, const char *string, in zpool_prop_string_to_index()
274 const char **string) in zpool_prop_index_to_string()
551 vdev_prop_string_to_index(vdev_prop_t prop, const char *string, in vdev_prop_string_to_index()
559 const char **string) in vdev_prop_index_to_string()
/freebsd/crypto/heimdal/lib/krb5/
H A Dacl.c120 const char *string, in acl_match_field()
137 const char *string) in acl_match_acl()
203 const char *string, in krb5_acl_match_string()

12345678910>>...17