Searched defs:text (Results 176 - 200 of 258) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/gcc/
H A Dopts.c443 complain_wrong_lang (const char *text, const struct cl_option *option, argument
1724 print_switch (const char *text, unsigned int indent) argument
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c1645 char *text, *saved_line_buffer; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c100 uchar *text; member in struct:_cpp_strbuf
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c112 set_cmd_completer(struct cmd_list_element *cmd, char **(*completer) (char *text, char *word)) argument
922 lookup_cmd_1(char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, int ignore_help_classes) argument
1205 deprecated_cmd_warning(char **text) argument
1282 lookup_cmd_composition(char *text, struct cmd_list_element **alias, struct cmd_list_element **prefix_cmd, struct cmd_list_element **cmd) argument
1396 complete_on_cmdlist(struct cmd_list_element *list, char *text, char *word) argument
1467 complete_on_enum(const char *enumlist[], char *text, char *word) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-procfs.c369 struct info text; member in struct:printinfo
[all...]
H A Dui-out.c1087 char *text; local
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c141 add_to_list(LIST * list, char *text) argument
/freebsd-11-stable/bin/sh/
H A Dparser.c727 fixredir(union node *n, const char *text, int err) argument
1834 noexpand(char *text) argument
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c154 au_to_arg32(char n, const char *text, u_int32_t v) argument
178 au_to_arg64(char n, const char *text, u_int64_t v) argument
202 au_to_arg(char n, const char *text, u_int32_t v) argument
686 au_to_text(const char *text) argument
714 au_to_path(const char *text) argument
[all...]
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c126 au_to_arg32(char n, const char *text, u_int32_t v) argument
148 au_to_arg64(char n, const char *text, u_int64_t v) argument
170 au_to_arg(char n, const char *text, u_int32_t v) argument
611 au_to_text(const char *text) argument
637 au_to_path(const char *text) argument
[all...]
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c243 sbuf_append(struct sbuf *sbuf, const char *text, int length) argument
256 sbuf_append_str(struct sbuf *sbuf, char *text) argument
265 sbuf_append_edited(struct sbuf *sbuf, char *text, edited_copy copy) argument
557 add_nroff(char *text) argument
670 collect_names(StringList *names, char *text) argument
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Diec13213.h159 uint32_t text[0]; member in struct:csrtext
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.c162 #define text 456 macro
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c353 const char *text; member in struct:__anon503
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c177 int informat, outformat, verify = 0, noout = 0, text = 0, keyform = local
1363 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1421 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
[all...]
H A Dx509.c194 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = local
/freebsd-11-stable/crypto/openssh/
H A Dsshd.c1355 char text[sizeof(opts) * 3 + 1]; local
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c35 char text[253]; member in struct:osu_lang_string
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h151 const uint8_t *text; member in struct:wpi_fw_part
/freebsd-11-stable/contrib/binutils/bfd/
H A Dpeicode.h741 asection_ptr id4, id5, id6 = NULL, text = NULL; local
[all...]
/freebsd-11-stable/stand/efi/loader/
H A Dmain.c292 CHAR16 *text; local
551 CHAR16 *text; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c1113 unsigned char text[32]; // must be power of two! local
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.c877 sctp_hmac_update(uint16_t hmac_algo, sctp_hash_context_t *ctx, uint8_t *text, uint32_t textlen) argument
923 sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, uint8_t *text, uint32_t textlen, uint8_t *digest) argument
1066 sctp_verify_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, uint8_t *text, uint32_t textlen, uint8_t *digest, uint32_t digestlen) argument
1099 sctp_compute_hmac(uint16_t hmac_algo, sctp_key_t *key, uint8_t *text, uint32_t textlen, uint8_t *digest) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c81 parse_revnum(svn_revnum_t *rev, const char **text) argument
272 svn_fs_x__parse_representation(svn_fs_x__representation_t **rep_p, svn_stringbuf_t *text, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
788 const char *text; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c79 parse_revnum(svn_revnum_t *rev, const char **text) argument
748 svn_fs_fs__parse_representation(representation_t **rep_p, svn_stringbuf_t *text, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1310 const char *text; local
[all...]

Completed in 499 milliseconds

1234567891011