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

/bind-9.11.3/unit/atf-src/admin/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
H A Dltmain.sh2052 compile compile a source file into a libtool object
2085 # object suffix.
2102 # suffix to a '.lo' libtool-object suffix.
2501 # True iff FILE is a libtool '.la' library or '.lo' object file.
2511 # True iff FILE is a libtool '.la' library or '.lo' object file.
2710 # Create a libtool object file (analogous to a ".la" file),
2729 # $write_libobj - a libtool object file
2735 # Name of the PIC object.
2738 # Name of the non-PIC object
3365 # Get the name of the library object
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dpool.h17 * \brief An object pool is a mechanism for sharing a small pool of
21 * large number of zones to share a single memory context or task object,
42 (*isc_pooldeallocator_t)(void **object);
59 * Create a pool of "count" object pointers. If 'free' is not NULL,
63 * a relevant manager or context object).
75 *\li On success, '*poolp' points to the new object pool.
87 * Returns a pointer to an object from the pool. Currently the object
/bind-9.11.3/lib/isc/
H A Dhmacsha.c283 ctx->object = CK_INVALID_HANDLE;
286 (CK_ULONG) 6, &ctx->object));
287 INSIST(ctx->object != CK_INVALID_HANDLE);
288 PK11_FATALCHECK(pkcs_C_SignInit, (ctx->session, &mech, ctx->object));
300 if (ctx->object != CK_INVALID_HANDLE)
301 (void) pkcs_C_DestroyObject(ctx->session, ctx->object);
302 ctx->object = CK_INVALID_HANDLE;
327 if (ctx->object != CK_INVALID_HANDLE)
328 (void) pkcs_C_DestroyObject(ctx->session, ctx->object);
329 ctx->object
[all...]
H A Daes.c183 ctx.object = CK_INVALID_HANDLE;
186 (CK_ULONG) 6, &ctx.object));
187 INSIST(ctx.object != CK_INVALID_HANDLE);
189 (ctx.session, &mech, ctx.object));
199 (void) pkcs_C_DestroyObject(ctx.session, ctx.object);
200 ctx.object = CK_INVALID_HANDLE;
H A Dhmacmd5.c113 ctx->object = CK_INVALID_HANDLE;
116 (CK_ULONG) 6, &ctx->object));
117 INSIST(ctx->object != CK_INVALID_HANDLE);
118 PK11_FATALCHECK(pkcs_C_SignInit, (ctx->session, &mech, ctx->object));
130 if (ctx->object != CK_INVALID_HANDLE)
131 (void) pkcs_C_DestroyObject(ctx->session, ctx->object);
132 ctx->object = CK_INVALID_HANDLE;
155 if (ctx->object != CK_INVALID_HANDLE)
156 (void) pkcs_C_DestroyObject(ctx->session, ctx->object);
157 ctx->object
[all...]
/bind-9.11.3/lib/dns/
H A Dpkcs11gost_link.c47 * object class CKO_PUBLIC_KEY
54 * object class CKO_PRIVATE_KEY
173 if (gost->ontoken && (gost->object != CK_INVALID_HANDLE)) {
175 pk11_ctx->object = gost->object;
194 pk11_ctx->object = CK_INVALID_HANDLE;
199 &pk11_ctx->object),
205 (pk11_ctx->session, &mech, pk11_ctx->object),
222 if (!pk11_ctx->ontoken && (pk11_ctx->object != CK_INVALID_HANDLE))
223 (void) pkcs_C_DestroyObject(pk11_ctx->session, pk11_ctx->object);
[all...]
H A Dpkcs11dsa_link.c40 * object class CKO_DOMAIN_PARAMETERS
47 * object class CKO_PUBLIC_KEY
54 * object class CKO_PRIVATE_KEY
112 if (dsa->ontoken && (dsa->object != CK_INVALID_HANDLE)) {
114 pk11_ctx->object = dsa->object;
163 pk11_ctx->object = CK_INVALID_HANDLE;
168 &pk11_ctx->object),
174 (pk11_ctx->session, &mech, pk11_ctx->object),
191 if (!pk11_ctx->ontoken && (pk11_ctx->object !
[all...]
H A Dpkcs11rsa_link.c136 if (rsa->ontoken && (rsa->object != CK_INVALID_HANDLE)) {
138 pk11_ctx->object = rsa->object;
227 pk11_ctx->object = CK_INVALID_HANDLE;
232 &pk11_ctx->object),
258 (pk11_ctx->session, &mech, pk11_ctx->object),
275 if (!pk11_ctx->ontoken && (pk11_ctx->object != CK_INVALID_HANDLE))
277 pk11_ctx->object);
397 pk11_ctx->object = CK_INVALID_HANDLE;
402 &pk11_ctx->object),
[all...]
H A Dpkcs11eddsa_link.c44 * object class CKO_PUBLIC_KEY
49 * object class CKO_PRIVATE_KEY
177 if (ec->ontoken && (ec->object != CK_INVALID_HANDLE)) {
179 pk11_ctx->object = ec->object;
208 pk11_ctx->object = CK_INVALID_HANDLE;
220 pk11_ctx->ontoken ? pk11_ctx->object : hKey),
324 pk11_ctx->object = CK_INVALID_HANDLE;
410 (ec1->object != ec2->object))
[all...]
H A Dpkcs11ecdsa_link.c42 * object class CKO_PUBLIC_KEY
47 * object class CKO_PRIVATE_KEY
197 if (ec->ontoken && (ec->object != CK_INVALID_HANDLE)) {
199 pk11_ctx->object = ec->object;
228 pk11_ctx->object = CK_INVALID_HANDLE;
240 pk11_ctx->ontoken ? pk11_ctx->object : hKey),
335 pk11_ctx->object = CK_INVALID_HANDLE;
418 (ec1->object != ec2->object))
[all...]
H A Dpkcs11dh_link.c44 * object class CKO_DOMAIN_PARAMETERS
50 * object class CKO_PUBLIC_KEY
56 * object class CKO_PRIVATE_KEY
101 if ((priv->object != CK_INVALID_HANDLE) && priv->ontoken) {
102 *hKey = priv->object;
314 (dh1->object != dh2->object))
613 INSIST((dh->object == CK_INVALID_HANDLE) || dh->ontoken);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dlist.c68 new_entry(void *object, bool managed) argument
75 le->m_object = object;
78 free(object);
95 new_entry_and_link(void *object, bool managed, struct list_entry *prev, argument
100 le = new_entry(object, managed);
/bind-9.11.3/lib/dns/tests/
H A Dgost_test.c334 pk11_ctx.object = CK_INVALID_HANDLE;
337 (CK_ULONG) 9, &pk11_ctx.object) ==
339 ATF_REQUIRE(pk11_ctx.object != CK_INVALID_HANDLE);
343 pk11_ctx.object) == CKR_OK);
/bind-9.11.3/lib/isc/include/pk11/
H A Dpk11.h36 CK_OBJECT_HANDLE object; member in struct:pk11_object
48 CK_OBJECT_HANDLE object; member in struct:pk11_context
/bind-9.11.3/contrib/kasp/
H A Dkasp2policy.py54 self.lexer = lex.lex(object=self)
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh339 # Get the name of the library object.
369 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
390 # Calculate the filename of the output object if compiler does
416 temporary object file, and libtool could not work around it because
432 # Only build a PIC object if we are building libtool libraries.
487 temporary object file, and libtool could not work around it because
497 # Just move the object if needed, then go on to compile the next one
508 # If we have no pic_flag, then copy the object into place and finish.
547 # Only build a position-dependent object if we build old libraries.
575 temporary object fil
[all...]
H A Dltconfig600 echo $ac_n "checking for object suffix... $ac_c" 1>&6
603 echo "$progname:603: checking for object suffix" >& 5
1459 # object files and a static libstdc++, better avoid it by now
1502 # object files and a static libstdc++, better avoid it by now
1777 echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
1856 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1894 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
2106 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
2116 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
2850 # Used on cygwin: object dumpe
[all...]
H A Dconfigure190 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
2936 echo $ac_n "checking for libc shared object""... $ac_c" 1>&6
2937 echo "configure:2938: checking for libc shared object" >&5
2975 echo $ac_n "checking for libnsl shared object""... $ac_c" 1>&6
2976 echo "configure:2977: checking for libnsl shared object" >&5
/bind-9.11.3/
H A Dltmain.sh54 # compile compile a source file into a libtool object
875 # func_lo2o object
1228 # True iff FILE is a libtool `.la' library or `.lo' object file.
1239 # True iff FILE is a libtool `.la' library or `.lo' object file.
1463 # Create a libtool object file (analogous to a ".la" file),
1482 # $write_libobj - a libtool object file
1488 # Name of the PIC object.
1491 # Name of the non-PIC object
2079 # Get the name of the library object.
2102 func_fatal_error "cannot determine name of library object fro
[all...]
H A Dconfigure1612 # Double slashes in file names in object file debugging info
1671 --libdir=DIR object code libraries [EPREFIX/lib]
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3628 $as_echo_n "checking for suffix of object files... " >&6; }
3669 as_fn_error $? "cannot compute suffix of object files: cannot compile
4322 # Tru64's nm complains that /dev/null is an invalid object file
4324 */dev/null* | *'Invalid file or object type'*)
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4790 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4958 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynami
[all...]
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure1196 # Double slashes in file names in object file debugging info
1256 --libdir=DIR object code libraries [EPREFIX/lib]
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2343 $as_echo_n "checking for suffix of object files... " >&6; }
2384 as_fn_error $? "cannot compute suffix of object files: cannot compile
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure1165 # Double slashes in file names in object file debugging info
1224 --libdir=DIR object code libraries [EPREFIX/lib]
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2344 $as_echo_n "checking for suffix of object files... " >&6; }
2385 as_fn_error $? "cannot compute suffix of object files: cannot compile
/bind-9.11.3/contrib/queryperf/
H A Dconfigure1147 # Double slashes in file names in object file debugging info
1206 --libdir=DIR object code libraries [EPREFIX/lib]
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2351 $as_echo_n "checking for suffix of object files... " >&6; }
2392 as_fn_error $? "cannot compute suffix of object files: cannot compile
/bind-9.11.3/unit/atf-src/
H A Dconfigure1355 # Double slashes in file names in object file debugging info
1414 --libdir=DIR object code libraries [EPREFIX/lib]
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3812 $as_echo_n "checking for suffix of object files... " >&6; }
3853 as_fn_error $? "cannot compute suffix of object files: cannot compile
4155 # the current directory while Tru64 will put them in the object
4215 source=sub/conftest.c object=$am__obj \
4959 # Tru64's nm complains that /dev/null is an invalid object file
4966 *$lt_bad_file* | *'Invalid file or object type'*)
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object file
[all...]

Completed in 122 milliseconds