Searched refs:target_prefix (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/targets/
H A DMakefile44 target_prefix = pkg- build- macro
45 DIRDEPS := ${.TARGETS:Nall:${target_prefix:@p@S,^$p,,@:ts:}:@t@${target_dirs:@d@$d/$t@}@:@d@${exists(${SRCTOP}/$d):?$d:}@}
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c127 static const char target_prefix[] = TARGET_PREFIX; variable
686 strlen(target_prefix));
688 target_prefix);
691 * XXX Unclear whether we should be using target_prefix
824 strlen(target_prefix));
826 target_prefix);
829 * XXX Unclear whether we should be using target_prefix
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c536 const char *target_prefix,
549 svn_path_url_add_component2(target_prefix, target_relative,
657 target_prefix,
1044 remote_proplist(const char *target_prefix,
1062 svn_path_url_add_component2(target_prefix, target_relative, scratch_pool);
1164 SVN_ERR(remote_proplist(target_prefix,
531 svn_client__remote_propget(apr_hash_t *props, apr_array_header_t **inherited_props, const char *propname, const char *target_prefix, const char *target_relative, svn_node_kind_t kind, svn_revnum_t revnum, svn_ra_session_t *ra_session, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1042 remote_proplist(const char *target_prefix, const char *target_relative, svn_node_kind_t kind, svn_revnum_t revnum, svn_ra_session_t *ra_session, svn_boolean_t get_explicit_props, svn_boolean_t get_target_inherited_props, svn_depth_t depth, svn_proplist_receiver2_t receiver, void *receiver_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
H A Dclient.h1148 const char *target_prefix,

Completed in 138 milliseconds