Searched refs:components (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-11-stable/sys/geom/part/
H A Dg_part_ldm.c174 * One volume can contain several components. In this case LDM
197 LIST_HEAD(, ldm_component) components;
1097 LIST_INSERT_HEAD(&volume->components,
1101 LIST_FOREACH(comp, &volume->components, entry)
1411 LIST_FOREACH(comp, &vol->components, entry) {
1431 "components. Skipped",
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp809 auto components = builder.beginStruct(); local
810 createVTableInitializer(components, *VTLayout, RTTI);
811 components.finishAndSetAsInitializer(VTable);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c60 *suffix = oid.components[oid.length - 1];
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp313 unsigned int components[4]; local
314 color_scheme cs = col->get_components(components);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp4416 char *components[MAX_T_LEVEL]; local
4445 components[level++] = pos;
4448 goto err; // too many components provided
4450 components[level++] = ++pos; // expect something after ","
4455 int num = atoi(components[i]); // each component should start with a number
4456 if ((pos = strchr(components[i], '@'))) {
4460 pos = components[i] + strspn(components[i], digits);
4461 if (pos == components[i])
/freebsd-11-stable/lib/libc/stdio/
H A Dvfscanf.c821 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
/freebsd-11-stable/lib/libc/locale/
H A Dcollate.c671 (struct xlocale_collate*)locale->components[XLC_COLLATE];
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1036 architecture. Other GDB components can register a need to maintain
1041 components. Each component can independently register their need
1050 data for all the various GDB components was also considered. Since
1052 components it was determined that the global aproach was not
/freebsd-11-stable/sys/conf/
H A Dkern.mk4 # Warning flags for compiling the kernel and components of the kernel:
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp922 unsigned int components[4];
924 color_scheme cs = col->get_components(components);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc99 // prefix is documented to treat them as real components). Ignore
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c915 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1223 unsigned int components[4]; local
1225 cs = col->get_components(components);
1277 unsigned int components[4]; local
1279 cs = col->get_components(components);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcms.c802 contentType->components = NULL;
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c914 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure1425 --disable-util-dso disable DSO build of modular components (crypto,

Completed in 357 milliseconds

123