HomeSort by: relevance | last modified time | path
    Searched defs:component (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
cppdefault.h 37 const char *const component; /* The component containing the directory member in struct:default_include
gimple-range-trace.h 46 char component[name_len]; member in class:range_tracer
graphds.h 39 int component; /* Number of dfs restarts before reaching the member in struct:vertex
tree-chrec.cc 886 tree component;
900 component = CHREC_RIGHT (chrec);
902 component = CHREC_LEFT (chrec);
906 return component;
914 component);
884 tree component; local
  /src/external/gpl3/gcc.old/dist/gcc/
cppdefault.h 37 const char *const component; /* The component containing the directory member in struct:default_include
gimple-range-trace.h 46 char component[name_len]; member in class:range_tracer
graphds.h 39 int component; /* Number of dfs restarts before reaching the member in struct:vertex
  /src/external/bsd/kyua-cli/dist/utils/fs/
path.cpp 63 const std::string component = in.substr(pos, next_pos - pos); local
64 if (!component.empty()) {
66 out += component;
67 else if (component != ".")
68 out += "/" + component;
114 /// The branch path of a path with just one component (no separators) is ".".
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.c 110 int component = value / 36; local
111 rgb[0] = component == 0 ? 0 : (55 + component * 40);
113 component = value / 6;
114 rgb[1] = component == 0 ? 0 : (55 + component * 40);
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_util.c 113 * substitute fallback if component/function name is NULL or empty or contains
126 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
139 if (BIO_printf(bio, "%s:%s:%d:", improve_location_name(component, "CMP"),
159 const char *component = improve_location_name(func, ERR_lib_error_string(err)); local
186 OSSL_CMP_print_to_bio(bio, component, file, line,
194 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0)
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_util.c 116 * substitute fallback if component/function name is NULL or empty or contains
128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
142 if (BIO_printf(bio, "%s:%s:%d:", improve_location_name(component, "CMP"),
160 const char *component = local
188 OSSL_CMP_print_to_bio(bio, component, file, line,
196 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0)
  /src/external/gpl3/gdb/dist/gdb/
ui-style.c 194 int component = value / 36; local
195 rgb[0] = component == 0 ? 0 : (55 + component * 40);
197 component = value / 6;
198 rgb[1] = component == 0 ? 0 : (55 + component * 40);
  /src/sys/fs/cd9660/
cd9660_rrip.h 79 u_char component [ISODCL ( 5, 5)]; member in struct:__anon6709
  /src/external/bsd/kyua-testers/dist/
fs.c 436 /// \param first First component of the path to concatenate.
445 const char* component; local
449 while ((component = va_arg(ap, const char*)) != NULL) {
450 length += 1 + strlen(component);
464 while ((component = va_arg(ap, const char*)) != NULL) {
465 added_size = snprintf(iterator, length, "/%s", component);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c 354 ComponentTBSCertListSeqOfSeq *component; local
360 FOR_EACH_LIST_ELMT( component , v ) {
363 return component;
366 return ExtractingComponentTBSCertListSeqOfSeq ( mem_op, cr, component );
375 FOR_EACH_LIST_ELMT ( component, v ) {
378 return component;
381 return ExtractingComponentTBSCertListSeqOfSeq ( mem_op, cr, component );
authorityKeyIdentifier.c 1583 ComponentGeneralName *component; local
1589 FOR_EACH_LIST_ELMT( component , v ) {
1592 return component;
1595 return ExtractingComponentGeneralName ( mem_op, cr, component );
1604 FOR_EACH_LIST_ELMT ( component, v ) {
1607 return component;
1610 return ExtractingComponentGeneralName ( mem_op, cr, component );
init.c 24 #include "component.h"
87 /* get and store a component filter */
101 * component filter with filling value parts "xxx"
104 * See RFC3687 to understand the content of a component filter.
107 /*1*/"item:{ component \"toBeSigned.issuer.rdnSequence\", rule distinguishedNameMatch, value xxx }",
108 /*2*/"item:{ component \"toBeSigned.serialNumber\", rule integerMatch, value xxx }",
109 /*3*/"and:{ item:{ component \"toBeSigned.serialNumber\", rule integerMatch, value xxx }, item:{ component \"toBeSigned.issuer.rdnSequence\", rule distinguishedNameMatch, value xxx } }"
179 /* Initialize Component Descriptions of primitive ASN.1 types */
208 void* component; local
    [all...]
certificate.c 1495 ComponentExtension *component; local
1501 FOR_EACH_LIST_ELMT( component , v ) {
1504 return component;
1507 return ExtractingComponentExtension ( mem_op, cr, component );
1516 FOR_EACH_LIST_ELMT ( component, v ) {
1519 return component;
1522 return ExtractingComponentExtension ( mem_op, cr, component );
1738 ComponentAttributeTypeAndValue *component; local
1744 FOR_EACH_LIST_ELMT( component , v ) {
1747 return component;
1976 ComponentRelativeDistinguishedName *component; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-color.c 232 int component = scm_to_int (item); local
233 if (component < 0 || component > UINT8_MAX)
235 _("invalid rgb component"));
236 rgb[i] = static_cast<uint8_t> (component);
  /src/usr.sbin/autofs/
common.c 125 char *component, *copy, *tofree, *partial, *tmp; local
137 component = strsep(&copy, "/");
138 if (component == NULL)
140 tmp = concat(partial, '/', component);
  /src/sbin/raidctl/
raidctl.c 118 char component[PATH_MAX]; local
186 get_comp(component, optarg, sizeof(component));
210 get_comp(component, optarg, sizeof(component));
216 get_comp(component, optarg, sizeof(component));
222 get_comp(component, optarg, sizeof(component));
243 get_comp(component, optarg, sizeof(component))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 221 struct drm_audio_component *component; member in struct:nouveau_drm::__anon5249
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 118 u_char component [ISODCL ( 4, 256)]; member in struct:__anon8479
  /src/external/bsd/am-utils/dist/amd/
mapc.c 1224 char component[MAXPATHLEN], *str; local
1245 xstrlcpy(component, path, sizeof(component));
1247 str = strtok(component, ":");
  /src/external/bsd/atf/dist/tools/
fs.cpp 281 const std::string component = in.substr(pos, next_pos - pos); local
282 if (!component.empty()) {
284 out += component;
285 else if (component != ".")
286 out += "/" + component;

Completed in 65 milliseconds

1 2 3