/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | file-find.c | 38 int len = pprefix->max_len + strlen (name) + 1; in find_a_file() 77 for (pl = pprefix->plist; pl; pl = pl->next) in find_a_file() 101 if (debug && pprefix->plist == NULL) in find_a_file() 117 if (pprefix->plist && !first) in do_add_prefix() 124 prev = &pprefix->plist; in do_add_prefix() 129 if (len > pprefix->max_len) in do_add_prefix() 130 pprefix->max_len = len; in do_add_prefix() 147 do_add_prefix (pprefix, prefix, false); in add_prefix() 155 do_add_prefix (pprefix, prefix, true); in add_prefix_begin() 168 prefix_from_string (p, pprefix); in prefix_from_env() [all …]
|
H A D | file-find.cc | 38 int len = pprefix->max_len + strlen (name) + 1; in find_a_file() 77 for (pl = pprefix->plist; pl; pl = pl->next) in find_a_file() 101 if (debug && pprefix->plist == NULL) in find_a_file() 117 if (pprefix->plist && !first) in do_add_prefix() 124 prev = &pprefix->plist; in do_add_prefix() 129 if (len > pprefix->max_len) in do_add_prefix() 130 pprefix->max_len = len; in do_add_prefix() 147 do_add_prefix (pprefix, prefix, false); in add_prefix() 155 do_add_prefix (pprefix, prefix, true); in add_prefix_begin() 168 prefix_from_string (p, pprefix); in prefix_from_env() [all …]
|
H A D | gcc.c | 2854 find_a_file (const struct path_prefix *pprefix, const char *name, int mode, in find_a_file() argument 2890 return (char*) for_each_path (pprefix, do_multi, in find_a_file() 2919 add_prefix (struct path_prefix *pprefix, const char *prefix, in add_prefix() argument 2926 for (prev = &pprefix->plist; in add_prefix() 2935 if (len > pprefix->max_len) in add_prefix() 2936 pprefix->max_len = len; in add_prefix() 2952 add_sysrooted_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_prefix() argument 2982 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_prefix() 2989 add_sysrooted_hdrs_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_hdrs_prefix() argument 3019 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_hdrs_prefix()
|
H A D | gcc.cc | 3053 find_a_file (const struct path_prefix *pprefix, const char *name, int mode, in find_a_file() argument 3074 return (char*) for_each_path (pprefix, do_multi, in find_a_file() 3129 add_prefix (struct path_prefix *pprefix, const char *prefix, in add_prefix() argument 3136 for (prev = &pprefix->plist; in add_prefix() 3145 if (len > pprefix->max_len) in add_prefix() 3146 pprefix->max_len = len; in add_prefix() 3162 add_sysrooted_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_prefix() argument 3192 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_prefix() 3199 add_sysrooted_hdrs_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_hdrs_prefix() argument 3229 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_hdrs_prefix()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | file-find.c | 38 int len = pprefix->max_len + strlen (name) + 1; in find_a_file() 77 for (pl = pprefix->plist; pl; pl = pl->next) in find_a_file() 101 if (debug && pprefix->plist == NULL) in find_a_file() 117 if (pprefix->plist && !first) in do_add_prefix() 124 prev = &pprefix->plist; in do_add_prefix() 129 if (len > pprefix->max_len) in do_add_prefix() 130 pprefix->max_len = len; in do_add_prefix() 147 do_add_prefix (pprefix, prefix, false); in add_prefix() 155 do_add_prefix (pprefix, prefix, true); in add_prefix_begin() 168 prefix_from_string (p, pprefix); in prefix_from_env() [all …]
|
H A D | gcc.c | 2854 find_a_file (const struct path_prefix *pprefix, const char *name, int mode, in find_a_file() argument 2890 return (char*) for_each_path (pprefix, do_multi, in find_a_file() 2919 add_prefix (struct path_prefix *pprefix, const char *prefix, in add_prefix() argument 2926 for (prev = &pprefix->plist; in add_prefix() 2935 if (len > pprefix->max_len) in add_prefix() 2936 pprefix->max_len = len; in add_prefix() 2952 add_sysrooted_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_prefix() argument 2982 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_prefix() 2989 add_sysrooted_hdrs_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_hdrs_prefix() argument 3019 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_hdrs_prefix()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | bio_asn1.c | 433 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, in BIO_asn1_get_prefix() argument 436 return asn1_bio_get_ex(b, BIO_C_GET_PREFIX, pprefix, pprefix_free); in BIO_asn1_get_prefix()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | bio_asn1.c | 433 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, in BIO_asn1_get_prefix() argument 436 return asn1_bio_get_ex(b, BIO_C_GET_PREFIX, pprefix, pprefix_free); in BIO_asn1_get_prefix()
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 537 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 594 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
|