Searched refs:component (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dcppdefault.h38 const char *const component; /* The component containing the directory member in struct:default_include
H A Dgenmodes.c65 struct mode_data *component; /* mode of components */ member in struct:mode_data
70 this mode as a component. */
277 validate_field (m, component);
314 m->component = 0;
324 m->component = 0;
337 m->component = 0;
341 /* A partial integer mode uses ->component to say what the
346 m->bytesize = m->component->bytesize;
349 m->component = 0; /* ??? preserve this */
354 /* Complex modes should have a component indicate
599 struct mode_data *component = find_mode (base); local
628 struct mode_data *component = find_mode (base); local
[all...]
H A Dcfgloopanal.c69 int component; /* Number of dfs restarts before reaching the member in struct:vertex
99 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component);
155 g->vertices[i].component = -1;
170 g->vertices[v].component = comp++;
176 while (e && g->vertices[EDGE_DEST (e)].component != -1)
197 g->vertices[v].component = comp - 1;
212 /* All edges should lead from a component with higher number to the
214 gcc_assert (g->vertices[e->src].component >= g->vertices[e->dest].component);
216 if (g->vertices[e->src].component !
[all...]
H A Dtree-chrec.c671 tree component;
682 component = CHREC_RIGHT (chrec);
684 component = CHREC_LEFT (chrec);
688 return component;
696 component);
668 tree component; local
H A Dc-incpath.c167 str = update_path (p->fname, p->component);
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dversion.c97 * PORTVERSIONs are composed of components separated by dots. A component
117 * get_component(position, component) gets the value of the next component
140 * - The special component `*' is guaranteed to be the smallest possible
141 * component (2.* < 2pl1 < 2alpha3 < 2.9f7 < 3.*)
161 get_component(const char *position, version_component *component) argument
173 component->n = strtoll(pos, &endptr, 10);
175 component->n = strtol(pos, &endptr, 10);
180 component->n = -2;
185 component
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6291 my $component = "";
6319 $component = $1;
6322 # Map each component to a character string according to the
6325 # * If the component is in the Adobe Glyph List, then map
6328 $utmp = $AGL_to_unicode{$component};
6333 # * Otherwise, if the component is of the form `uni'
6340 # number as a Unicode scalar value and map the component
6343 elsif ($component =~ /^uni([0-9A-F]{4})+$/) {
6344 while ($component =~ /([0-9A-F]{4})/g) {
6356 # * Otherwise, if the component i
[all...]
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxge-os-debug.h122 * @component: The Component mask
135 #define vxge_debug_uld(component, level, hldev, vpid, fmt, ...) \
136 vxge_debug(component, level, hldev, vpid, fmt, __VA_ARGS__)
233 * @component: The Component mask
246 u32 component,
253 vxge_debug(component, level, hldev, vpid, fmt)
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_rrip.h75 u_char component [ISODCL ( 5, 5)]; member in struct:__anon9236
/freebsd-9.3-release/bin/sh/
H A Dcd.c187 char *component; local
193 * Check each component of the path. If we find a symlink or
212 component = q;
214 if (equal(component, ".."))
255 * Get the next component of the path name pointed to by cdcomppath.
/freebsd-9.3-release/sbin/geom/core/
H A Dgeom.c925 const char *name, *status, *component; local
938 component = status_one_consumer(cp);
939 if (component == NULL)
943 component);
959 const char *name, *status, *component; local
979 component = status_one_consumer(cp);
980 if (component == NULL)
984 status_len, status, component);
/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusb.c568 u_int component; local
599 for (component = 0; component < xbs->xbs_id_components; component++) {
608 if (*id != 0 && component >= xbs->xbs_id_components - 1) {
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck2.c1087 the structure or union component which results from narrowing
1221 build_m_component_ref (tree datum, tree component)
1229 if (error_operand_p (datum) || error_operand_p (component))
1232 ptrmem_type = TREE_TYPE (component);
1237 component, ptrmem_type);
1246 component, datum, objtype);
1294 datum, build_nop (ptrdiff_type_node, component));
1298 return build2 (OFFSET_REF, type, datum, component);
1216 build_m_component_ref(tree datum, tree component) argument
/freebsd-9.3-release/contrib/amd/amd/
H A Dmapc.c1156 char component[MAXPATHLEN], *str; local
1177 xstrlcpy(component, path, sizeof(component));
1179 str = strtok(component, ":");
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h118 u_char component [ISODCL ( 4, 256)]; member in struct:__anon10916
H A Diso9660_rrip.c528 memcpy(current->attr.rr_entry.SL.component + path_count,
576 current->attr.rr_entry.SL.component +
593 current->attr.rr_entry.SL.component[
598 current->attr.rr_entry.SL.component[1]
603 current->attr.rr_entry.SL.component[
612 memcpy(current->attr.rr_entry.SL.component +
/freebsd-9.3-release/sys/geom/virstor/
H A Dg_virstor.c256 * "add" verb from userland - add new component(s) to the structure.
269 const char *geom_name; /* geom to add a component to */
409 /* The new component becomes visible when n_components is
418 * a non-updated component is detected first */
421 LOG_MSG(LVL_INFO, "Added %d component(s) to %s", added,
499 * component of virstor
531 * Remove a component from virstor device.
532 * Can only be done if the component is unallocated.
599 LOG_MSG(LVL_ERROR, "No %s component in %s",
625 /* This is the critical section. If a component allocatio
1139 struct g_virstor_component *component; local
[all...]
/freebsd-9.3-release/sys/dev/usb/input/
H A Datp.c153 * component.
1339 * Match a pressure-span against a stroke-component. If there is a
1340 * match, update the component's state and return true.
1343 fg_match_stroke_component(fg_stroke_component_t *component, argument
1349 delta_mickeys = pspan->loc - component->loc;
1354 component->loc = pspan->loc;
1361 * matching stroke component(s). But such a change should
1364 if (pspan->cum > ((3 * component->cum_pressure) >> 1))
1367 component->cum_pressure = pspan->cum;
1368 if (pspan->cum > component
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsession.c1494 char component[MAXPATHLEN]; local
1499 if (strlen(path) >= sizeof(component))
1503 * Descend the path, checking that each component is a
1508 strlcpy(component, path, sizeof(component));
1511 memcpy(component, path, cp - path);
1512 component[cp - path] = '\0';
1515 debug3("%s: checking '%s'", __func__, component);
1517 if (stat(component, &st) != 0)
1519 component, strerro
[all...]
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmtree.c889 * same component. For non-definitions, if we find a node with the
995 /* Disallow '..' as a component. */
998 ".. component");
1009 /* Disallow '.' and '..' as the last component. */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c334 getcomponent(const char *path, char *component, const char **nextp) argument
357 (void) strcpy(component, path);
362 (void) strncpy(component, path, p - path);
363 component[p - path] = '\0';
374 (void) strncpy(component, path, p - path);
375 component[p - path] = '\0';
384 * Return the dsl_dir_t, and possibly the last component which couldn't
388 * (*tail)[0] == '@' means that the last component is a snapshot.
450 * It's an error if there's more than one component left, or
451 * tailp==NULL and there's any component lef
[all...]
H A Dzfs_znode.c2071 char component[MAXNAMELEN + 2]; local
2088 component[0] = '/';
2090 (void) sprintf(component + 1, "<xattrdir>");
2093 ZFS_DIRENT_OBJ(-1ULL), component + 1);
2098 complen = strlen(component);
2101 bcopy(component, path, complen);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c87 unsigned int component)
89 if(component >= princ_num_comp(principal))
91 return princ_ncomp(principal, component);
127 /* count number of component,
128 * enterprise names only have one component
909 * if the instance is the first component of the local hostname,
1133 "cannot convert a %d component principal",
1159 "too long name component to convert");
1164 "too long instance component to convert");
1169 "too long realm component t
85 krb5_principal_get_comp_string(krb5_context context, krb5_const_principal principal, unsigned int component) argument
[all...]
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c1689 char component[256]; local
1723 if (zap_rlookup(spa, &child_dir_zap, component, dir_obj) != 0)
1726 len = strlen(component);
1728 memcpy(p, component, len);
/freebsd-9.3-release/lib/clang/
H A Dclang.build.mk209 ${CLANG_TBLGEN} -gen-clang-diags-defs -clang-component=${hdr} \

Completed in 400 milliseconds

12