Searched refs:ab (Results 51 - 75 of 84) sorted by path

1234

/freebsd-11-stable/usr.bin/bmake/unit-tests/
H A DMakefile84 CLEANFILES += issue* .[ab]* # suffixes.mk
/freebsd-11-stable/usr.bin/lastcomm/
H A Dlastcomm.c80 struct acctv2 ab; local
150 while ((rv = readrec(fp, &ab)) == 1) {
151 for (p = &ab.ac_comm[0];
152 p < &ab.ac_comm[AC_COMM_LEN] && *p; ++p)
156 if (*argv && !requested(argv, &ab))
160 AC_COMM_LEN, AC_COMM_LEN, ab.ac_comm,
161 flagbits(ab.ac_flagx),
162 MAXLOGNAME - 1, user_from_uid(ab.ac_uid, 0),
163 getdev(ab.ac_tty));
169 (ab
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dscript131 if [ -f /tmp/bsdinstall-installscript-ab ]; then
132 cp /tmp/bsdinstall-installscript-ab $BSDINSTALL_CHROOT/tmp/installscript
/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/elftoolchain/libdwarf/
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...]
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...]
/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/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/libpcap/
H A Dconfigure3013 [ab].out )
/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/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/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/sntp/libevent/
H A Dconfigure3736 [ab].out )
5303 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
9621 # platforms (ab)use it in PIC code, but their linkers get confused if
/freebsd-11-stable/contrib/openpam/
H A Dconfigure3286 [ab].out )
5110 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
9437 # platforms (ab)use it in PIC code, but their linkers get confused if
/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/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/sqlite3/tea/
H A Dconfigure2923 [ab].out )
/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/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/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/libsvn_subr/
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...]
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
/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

Completed in 690 milliseconds

1234