Searched refs:ac (Results 1 - 25 of 2016) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/ac/
H A DMakefile3 PROG= ac
4 MAN= ac.8
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dpower10.d16 .*: (7c 80 18 ac|ac 18 80 7c) dcbfps 0,r3
17 .*: (7c 80 18 ac|ac 18 80 7c) dcbfps 0,r3
18 .*: (7c c0 18 ac|ac 18 c0 7c) dcbstps 0,r3
19 .*: (7c c0 18 ac|ac 18 c0 7c) dcbstps 0,r3
20 .*: (7c 00 04 ac|ac 0
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.h38 #define IF_OPT_COMPARE(ac,bc,e) \
39 if (((ac)->e == NULL && (bc)->e != NULL) || (((ac)->e != NULL && (bc)->e == NULL))) return 1; \
40 if ((ac)->e)
41 #define COMPARE_OPT_STRING(ac,bc,e) \
42 do { if (strcmp(*(ac)->e, *(bc)->e) != 0) return 1; } while(0)
43 #define COMPARE_OPT_OCTET_STRING(ac,bc,e) \
44 do { if ((ac)->e->length != (bc)->e->length || memcmp((ac)->e->data, (bc)->e->data, (ac)
[all...]
/netbsd-current/external/mpl/dhcp/dist/
H A Dconfig+lt19 cp configure.ac+lt configure.ac
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dcrypt.h22 #include <ac/unistd.h>
H A Dparam.h27 #include <ac/unistd.h>
/netbsd-current/crypto/external/bsd/netpgp/
H A Dmkdist11 ac=ac.$$
12 awk -F, -v t=$t '/AC_INIT/ { printf("%s,[%s],%s\n", $1, t, $3); next} { print }' dist/configure.ac > $ac && mv $ac dist/configure.ac
/netbsd-current/external/bsd/iscsi/
H A Dmkdist12 ac=ac.$$
19 }' dist/configure.ac > $ac && mv $ac dist/configure.ac
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dmk_req_ext.c52 krb5_auth_context ac; local
59 ac = *auth_context;
61 ret = krb5_auth_con_init(context, &ac);
65 if(ac->local_subkey == NULL && (ap_req_options & AP_OPTS_USE_SUBKEY)) {
67 ac,
73 krb5_free_keyblock(context, ac->keyblock);
74 ret = krb5_copy_keyblock(context, &in_creds->session, &ac->keyblock);
84 if(ac->keyblock->keytype == ETYPE_DES_CBC_CRC) {
93 } else if(ac->keyblock->keytype == ETYPE_ARCFOUR_HMAC_MD5 ||
94 ac
[all...]
/netbsd-current/external/gpl3/autoconf/dist/tests/
H A Dmktests.sh159 # Already in configure.ac.
216 } >ac$base.tat
221 if grep AT_CHECK ac$base.tat >/dev/null 2>&1; then
222 mv -f ac$base.tat ac$base.at
224 rm -f ac$base.tat ac$base.at
225 touch ac$base.at
228 chmod a-w ac$base.at
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dthreads.c25 #include <ac/stdarg.h>
26 #include <ac/stdlib.h>
27 #include <ac/string.h>
28 #include <ac/unistd.h>
H A Dbind.c29 #include <ac/stdlib.h>
31 #include <ac/socket.h>
32 #include <ac/string.h>
33 #include <ac/time.h>
H A Dmessages.c26 #include <ac/stdlib.h>
28 #include <ac/socket.h>
29 #include <ac/string.h>
30 #include <ac/time.h>
H A Dprint.c25 #include <ac/ctype.h>
26 #include <ac/stdarg.h>
27 #include <ac/string.h>
28 #include <ac/time.h>
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dcompare.c31 #include <ac/string.h>
32 #include <ac/socket.h>
H A Dconfig.c31 #include <ac/string.h>
32 #include <ac/socket.h>
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
H A Dauthzid.c37 #include "ac/string.h"
76 authzid_conn_t *ac = NULL, tmp = { 0 }; local
79 ac = (authzid_conn_t *)ldap_avl_find( authzid_tree, (caddr_t)&tmp, authzid_conn_cmp );
80 if ( ac == NULL || ( ac != NULL && ac->refcnt != 0 ) ) {
81 ac = NULL;
83 if ( ac ) {
84 ac->refcnt++;
87 return ac;
93 authzid_conn_t *ac = NULL; local
115 authzid_conn_t *ac; local
139 authzid_conn_t *ac, *tmp; local
169 authzid_conn_t *ac = op->o_controls[ authzid_cid ]; local
287 authzid_conn_t *ac = authzid_conn_get( op->o_conn ); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-branch-absolute-addend.d10 [0-9a-f]+ <[^>]*> f445 1014 b 0*123468ac <bar\+0x1233>
11 [0-9a-f]+ <[^>]*> f445 6012 bteqz 0*123468ac <bar\+0x1233>
12 [0-9a-f]+ <[^>]*> f445 6110 btnez 0*123468ac <bar\+0x1233>
13 [0-9a-f]+ <[^>]*> f445 220e beqz v0,0*123468ac <bar\+0x1233>
14 [0-9a-f]+ <[^>]*> f445 2a0c bnez v0,0*123468ac <bar\+0x1233>
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A Dconfig.c40 #include <ac/socket.h>
41 #include <ac/string.h>
42 #include <ac/time.h>
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dopensock.c30 #include <ac/errno.h>
31 #include <ac/string.h>
32 #include <ac/socket.h>
33 #include <ac/unistd.h>
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacacl.c28 #include <ac/string.h>
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dlock.c36 #include <ac/string.h>
37 #include <ac/socket.h>
38 #include <ac/time.h>
39 #include <ac/unistd.h>
H A Dglobals.c24 #include <ac/string.h>
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgcc_update71 fixincludes/configure: fixincludes/configure.ac fixincludes/aclocal.m4
72 fixincludes/config.h.in: fixincludes/configure.ac fixincludes/aclocal.m4
76 intl/configure: intl/configure.ac intl/aclocal.m4
77 intl/config.h.in: intl/configure.ac intl/aclocal.m4
79 gcc/configure: gcc/configure.ac
80 gcc/cstamp-h.in: gcc/configure.ac
103 lto-plugin/configure: lto-plugin/configure.ac lto-plugin/aclocal.m4
106 libbanshee/configure: libbanshee/configure.ac
107 libmudflap/configure: libmudflap/configure.ac
108 libobjc/configure: libobjc/configure.ac
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Ddestroy_c.c52 if (context->ac != NULL)
53 krb5_auth_con_free(context->context, context->ac);

Completed in 303 milliseconds

1234567891011>>