Searched refs:ab (Results 1 - 25 of 84) sorted by last modified time

1234

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5505 Dwarf_Abbrev ab; local
5521 while ((ret = dwarf_get_abbrev(re->dbg, aboff, &ab, &length,
5524 dwarf_dealloc(re->dbg, ab, DW_DLA_ABBREV);
5529 if (dwarf_get_abbrev_tag(ab, &tag, &de) != DW_DLV_OK) {
5539 if (dwarf_get_abbrev_children_flag(ab, &flag, &de) !=
5548 if (dwarf_get_abbrev_entry(ab, (Dwarf_Signed) j,
5570 dwarf_dealloc(re->dbg, ab, DW_DLA_ABBREV);
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure2923 [ab].out )
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure3363 [ab].out )
5267 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
9859 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/unbound/
H A Dconfigure3316 [ab].out )
7147 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
11516 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c590 svn_cmdline_create_auth_baton2(svn_auth_baton_t **ab, argument
726 svn_auth_open(ab, providers, pool);
731 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_DEFAULT_USERNAME,
734 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_DEFAULT_PASSWORD,
739 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_NON_INTERACTIVE, "");
742 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_CONFIG_DIR,
755 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_DONT_STORE_PASSWORDS, "");
767 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_NO_AUTH_CACHE, "");
770 svn_auth_set_parameter(*ab, SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC,
H A Ddeprecated.c1355 svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab,
1367 ab, non_interactive,
1974 svn_cmdline_create_auth_baton(svn_auth_baton_t **ab,
1986 return svn_error_trace(svn_cmdline_create_auth_baton2(ab,
1353 svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab, svn_boolean_t non_interactive, const char *auth_username, const char *auth_password, const char *config_dir, svn_boolean_t no_auth_cache, svn_config_t *cfg, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
1972 svn_cmdline_create_auth_baton(svn_auth_baton_t **ab, svn_boolean_t non_interactive, const char *auth_username, const char *auth_password, const char *config_dir, svn_boolean_t no_auth_cache, svn_boolean_t trust_server_cert, svn_config_t *cfg, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
H A Dauth.c138 svn_auth_baton_t *ab; local
143 ab = apr_pcalloc(pool, sizeof(*ab));
144 ab->tables = apr_hash_make(pool);
145 ab->parameters = apr_hash_make(pool);
146 /* ab->slave_parameters = NULL; */
147 ab->creds_cache = apr_hash_make(pool);
148 ab->pool = pool;
159 table = svn_hash_gets(ab->tables, provider->vtable->cred_kind);
166 svn_hash_sets(ab
750 struct svn_auth_baton_t *ab; local
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dconfigure3178 [ab].out )
7729 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
12099 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_die.c52 _dwarf_die_add(Dwarf_CU cu, uint64_t offset, uint64_t abnum, Dwarf_Abbrev ab, argument
60 assert(ab != NULL);
69 die->die_ab = ab;
107 Dwarf_Abbrev ab; local
136 if ((ret = _dwarf_abbrev_find(cu, abnum, &ab, error)) !=
140 if ((ret = _dwarf_die_add(cu, die_offset, abnum, ab, &die,
144 STAILQ_FOREACH(ad, &ab->ab_attrdef, ad_next) {
154 if (ab->ab_children == DW_CHILDREN_yes) {
280 Dwarf_Abbrev ab; local
306 for (ab
400 Dwarf_Abbrev ab, tab; local
[all...]
H A Dlibdwarf_abbrev.c36 Dwarf_Abbrev ab; local
41 if ((ab = malloc(sizeof(struct _Dwarf_Abbrev))) == NULL) {
47 ab->ab_entry = entry;
48 ab->ab_tag = tag;
49 ab->ab_children = children;
50 ab->ab_offset = aboff;
51 ab->ab_length = 0; /* fill in later. */
52 ab->ab_atnum = 0; /* fill in later. */
55 STAILQ_INIT(&ab->ab_attrdef);
60 sizeof(ab
67 _dwarf_attrdef_add(Dwarf_Debug dbg, Dwarf_Abbrev ab, uint64_t attr, uint64_t form, uint64_t adoff, Dwarf_AttrDef *adp, Dwarf_Error *error) argument
158 Dwarf_Abbrev ab; local
205 Dwarf_Abbrev ab, tab; local
225 Dwarf_Abbrev ab; local
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dnetif186 # Expand epair[0-9] to epair[0-9][ab].
189 [0-9]*[ab]) ;; # Skip epair[0-9]*[ab].
/freebsd-11-stable/contrib/file/
H A Dconfigure3850 [ab].out )
5612 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
9928 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure3896 [ab].out )
6556 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
19793 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/ntp/
H A Dconfigure4129 [ab].out )
7189 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
11488 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1001 authz_baton_t ab;
1003 ab.server = b;
1004 ab.conn = conn;
1016 &ab, svn_ra_svn_zero_copy_limit(conn),
1205 authz_baton_t ab;
1207 ab.server = b;
1208 ab.conn = conn;
1217 authz_check_access_cb_func(b), &ab,
1293 authz_baton_t ab;
1295 ab
1000 authz_baton_t ab; local
1204 authz_baton_t ab; local
1292 authz_baton_t ab; local
1321 authz_baton_t ab; local
1490 authz_baton_t ab; local
1606 authz_baton_t ab; local
1791 authz_baton_t ab; local
2247 authz_baton_t ab; local
2445 authz_baton_t ab; local
2642 authz_baton_t ab; local
2741 authz_baton_t ab; local
2907 authz_baton_t ab; local
3415 authz_baton_t ab; local
3470 authz_baton_t ab; local
3528 authz_baton_t ab; local
3618 authz_baton_t ab; local
3716 authz_baton_t ab; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c404 svn_auth_baton_t *ab;
960 &ab,
976 ctx->auth_baton = ab;
400 svn_auth_baton_t *ab; local
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsvn.c2039 svn_auth_baton_t *ab;
3174 &ab,
3190 ctx->auth_baton = ab;
2035 svn_auth_baton_t *ab; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c729 struct apply_baton *ab = (struct apply_baton *) baton;
737 if (ab->result_digest)
741 err = svn_checksum_final(&md5_checksum, ab->md5_context, ab->pool);
743 memcpy(ab->result_digest, md5_checksum->digest,
747 err = svn_error_compose_create(err, svn_stream_close(ab->target));
748 svn_pool_destroy(ab->pool);
755 || (window->sview_offset >= ab->sbuf_offset
757 >= ab->sbuf_offset + ab
721 struct apply_baton *ab = (struct apply_baton *) baton; local
816 struct apply_baton *ab; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_cmdline.h319 /** Set @a *ab to an authentication baton allocated from @a pool and
356 svn_cmdline_create_auth_baton2(svn_auth_baton_t **ab,
380 svn_cmdline_create_auth_baton(svn_auth_baton_t **ab,
406 svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab,
/freebsd-11-stable/contrib/serf/auth/
H A Dauth.c237 auth_baton_t *ab = baton; local
242 if (strcasecmp(key, ab->header) != 0)
248 auth_name = apr_pstrmemdup(ab->pool, header, auth_attr - header);
251 auth_name = apr_pstrmemdup(ab->pool, header, strlen(header));
257 apr_hash_set(ab->hdrs, auth_name, APR_HASH_KEY_STRING,
258 apr_pstrdup(ab->pool, header));
275 auth_baton_t ab = { 0 }; local
278 ab.hdrs = apr_hash_make(pool);
279 ab.pool = pool;
283 ab
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure3438 [ab].out )
/freebsd-11-stable/contrib/apr/
H A Dconfigure5510 [ab].out )
10902 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
15212 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qmul.c18 double ab, tmp, tau; local
20 ab = A * B;
23 if (ab == 0.0) {
24 dst.s.hi = ab;
29 const doublebits abBits = {.d = ab};
31 dst.s.hi = ab;
42 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo);
44 tau = ab + tmp;
46 dst.s.lo = (ab - tau) + tmp;
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure2938 [ab].out )
5410 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5412 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5414 basedir=`echo $dir | sed -e 's/[ab][0-9]*$//' | \
5609 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
5611 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure3013 [ab].out )

Completed in 716 milliseconds

1234