Searched refs:component (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dstub-objc.c360 objc_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component))
536 tree ARG_UNUSED (component))
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);
H A Dc-typeck.c1561 simplify the offset for a component. */
1739 If the component name is not found, returns NULL_TREE. Otherwise,
1741 stepping down the chain to the component, which is in the last
1743 the component is embedded within (nested) anonymous structures or
1744 unions, the list steps down the chain to the component. */
1747 lookup_field (tree decl, tree component)
1779 tree anon = lookup_field (field, component);
1794 if (DECL_NAME (field) == component)
1796 if (DECL_NAME (field) < component)
1802 if (DECL_NAME (field_array[bot]) == component)
1738 lookup_field(tree decl, tree component) argument
1827 build_component_ref(tree datum, tree component) argument
[all...]
H A Dgcc.c2771 const char *component, /* enum prefix_priority */ int priority,
2784 prefix = update_path (prefix, component);
2803 const char *component,
2818 component = "GCC";
2821 add_prefix (pprefix, prefix, component, priority,
3228 fputs (_(" -print-prog-name=<prog> Display the full path to compiler component <prog>\n"), stdout);
7156 /* Break multilib_matches into the component strings of string
2754 add_prefix(struct path_prefix *pprefix, const char *prefix, const char *component, int priority, int require_machine_suffix, int os_multilib) argument
2786 add_sysrooted_prefix(struct path_prefix *pprefix, const char *prefix, const char *component, int priority, int require_machine_suffix, int os_multilib) argument
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk21 # then the target names will differ only in an alphabetic component
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp60 // Look for this first component in the following order.
243 // Increment Position to past the current component
280 // Find next component.
358 // just {C:,//net}, return the first component.
380 // just {C:,//net}, return the first component.
397 // {C:,//net}, skip to the next component.
430 for (auto &component : components) {
434 // Strip separators from beginning of component.
435 size_t loc = component.find_first_not_of(separators(style));
436 StringRef c = component
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c531 memcpy(current->attr.rr_entry.SL.component + path_count,
579 current->attr.rr_entry.SL.component +
596 current->attr.rr_entry.SL.component[
601 current->attr.rr_entry.SL.component[1]
606 current->attr.rr_entry.SL.component[
615 memcpy(current->attr.rr_entry.SL.component +
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h552 size_t size, int page_size, const char *component);
558 const char *component);
560 void mlx5_get_alloc_type(const char *component,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp297 for (auto &component : llvm::ArrayRef<ConstString>(module.path).drop_front()) {
298 submodule = submodule->findSubmodule(component.GetStringRef());
302 component.GetCString());
H A DClangExpressionParser.cpp131 for (const std::pair<IdentifierInfo *, SourceLocation> &component : path)
132 module.path.push_back(ConstString(component.first->getName()));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c347 Q_("Cannot strip %u component from '%s'",
357 const char *component;
359 component = APR_ARRAY_IDX(components, i, const char *);
360 APR_ARRAY_PUSH(stripped, const char *) = component;
3014 const char *component;
3019 component = APR_ARRAY_IDX(components, i, const char *);
3020 local_abspath = svn_dirent_join(local_abspath, component, scratch_pool);
3061 const char *component;
3062 component = APR_ARRAY_IDX(components, i, const char *);
3064 component, scratch_poo
356 const char *component; local
3013 const char *component; local
3060 const char *component; local
3077 const char *component; local
[all...]
H A Dadd.c810 const char *component;
818 component = APR_ARRAY_IDX(components, i, const char *);
819 parent_abspath = svn_dirent_join(parent_abspath, component,
1094 up by a path component. */
808 const char *component; local
H A Dimport.c714 const char *component = APR_ARRAY_IDX(new_entries, i, const char *);
715 edit_path = svn_relpath_join(edit_path, component, pool);
717 /* If this is the last path component, and we're importing a
718 file, then this component is the name of the file, not an
713 const char *component = APR_ARRAY_IDX(new_entries, i, const char *); local
/freebsd-11-stable/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-11-stable/contrib/amd/amd/
H A Dmapc.c1222 char component[MAXPATHLEN], *str; local
1243 xstrlcpy(component, path, sizeof(component));
1245 str = strtok(component, ":");
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c135 char *component, *copy, *tofree, *partial, *tmp; local
147 component = strsep(&copy, "/");
148 if (component == NULL)
150 tmp = concat(partial, '/', component);
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c868 * same component. For non-definitions, if we find a node with the
979 /* Disallow '..' as a component. */
982 ".. component");
993 /* Disallow '.' and '..' as the last component. */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c363 getcomponent(const char *path, char *component, const char **nextp) argument
386 (void) strcpy(component, path);
391 (void) strncpy(component, path, p - path);
392 component[p - path] = '\0';
403 (void) strncpy(component, path, p - path);
404 component[p - path] = '\0';
413 * Return the dsl_dir_t, and possibly the last component which couldn't
417 * (*tail)[0] == '@' means that the last component is a snapshot.
479 * It's an error if there's more than one component left, or
480 * tailp==NULL and there's any component lef
[all...]
H A Dzfs_znode.c2131 char component[MAXNAMELEN + 2]; local
2148 component[0] = '/';
2150 (void) sprintf(component + 1, "<xattrdir>");
2153 ZFS_DIRENT_OBJ(-1ULL), component + 1);
2158 complen = strlen(component);
2161 bcopy(component, path, complen);
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk42 # Don't let the prog.mk use MK_AUTO_OBJ, but do let the component builds use
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dprincipal.c148 unsigned int component)
150 if(component >= princ_num_comp(principal))
152 return princ_ncomp(principal, component);
156 * Get number of component is principal.
220 /* count number of component,
221 * enterprise names only have one component
146 krb5_principal_get_comp_string(krb5_context context, krb5_const_principal principal, unsigned int component) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c1707 const char *component = APR_ARRAY_IDX(relative_components,
1710 if (0 == strcmp("..", component))
1714 so only pop a component if the component being popped
1715 is not the component for the root directory. */
1720 APR_ARRAY_PUSH(base_components, const char *) = component;
1705 const char *component = APR_ARRAY_IDX(relative_components, local
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_rrip.c123 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component;
130 * Gathering a Symbolic name from each component with path
186 /* Inserting component */
260 /* Inserting component */
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfsimpl.c1891 char component[256]; local
1925 if (zap_rlookup(spa, &child_dir_zap, component, dir_obj) != 0)
1928 len = strlen(component);
1930 memcpy(p, component, len);

Completed in 209 milliseconds

123