HomeSort by: relevance | last modified time | path
    Searched defs:present (Results 1 - 25 of 140) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
optional.h 19 /** the value (if present) **/
23 bool present; member in struct:final
38 /** Returns: The value if present **/
optional.h 19 /** the value (if present) **/
23 bool present; member in struct:final
38 /** Returns: The value if present **/
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_add_oid_set_member.c 64 int present; local
66 res = gss_test_oid_set_member(minor_status, member_oid, *oid_set, &present);
70 if (present) {
gss_add_oid_set_member.c 64 int present; local
66 res = gss_test_oid_set_member(minor_status, member_oid, *oid_set, &present);
70 if (present) {
gss_inquire_mechs_for_name.c 42 int present; local
65 &name->gn_type, name_types, &present);
67 if (present) {
gss_inquire_mechs_for_name.c 42 int present; local
65 &name->gn_type, name_types, &present);
67 if (present) {
gss_import_name.c 244 int present = 0; local
247 name_type, m->gm_name_types, &present);
249 if (major_status || present == 0)
gss_import_name.c 244 int present = 0; local
247 name_type, m->gm_name_types, &present);
249 if (major_status || present == 0)
  /src/tests/modules/k_helper2/
k_helper2.c 49 static int present = 1; variable
65 CTLTYPE_INT, "present",
67 NULL, 0, &present, 0,
k_helper2.c 49 static int present = 1; variable
65 CTLTYPE_INT, "present",
67 NULL, 0, &present, 0,
  /src/external/bsd/openldap/dist/libraries/libldap/
psearchctrl.c 246 of whether the change number was present is returned.
332 int present = 0; local
334 present = 1;
342 *chgnumpresentp = present;
psearchctrl.c 246 of whether the change number was present is returned.
332 int present = 0; local
334 present = 1;
342 *chgnumpresentp = present;
  /src/tests/modules/k_helper/
k_helper.c 49 static int present = 1; variable
80 CTLTYPE_INT, "present",
82 NULL, 0, &present, 0,
k_helper.c 49 static int present = 1; variable
80 CTLTYPE_INT, "present",
82 NULL, 0, &present, 0,
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
acquire_cred.c 446 int present = 0; local
449 desired_mechs, &present);
452 if (!present) {
acquire_cred.c 446 int present = 0; local
449 desired_mechs, &present);
452 if (!present) {
  /src/external/gpl3/gdb.old/dist/sim/igen/
filter.c 173 int present; local
189 /* check that it is present */
190 present = 0;
197 present = 1;
202 if (!present)
filter.c 173 int present; local
189 /* check that it is present */
190 present = 0;
197 present = 1;
202 if (!present)
  /src/external/gpl3/gdb/dist/sim/igen/
filter.c 173 int present; local
189 /* check that it is present */
190 present = 0;
197 present = 1;
202 if (!present)
filter.c 173 int present; local
189 /* check that it is present */
190 present = 0;
197 present = 1;
202 if (!present)
  /src/crypto/external/bsd/openssh/dist/
auth2-gss.c 75 int r, present; local
98 present = 0;
106 ssh_gssapi_test_oid_supported(&ms, &goid, &present);
110 } while (mechs > 0 && !present);
112 if (!present) {
auth2-gss.c 75 int r, present; local
98 present = 0;
106 ssh_gssapi_test_oid_supported(&ms, &goid, &present);
110 } while (mechs > 0 && !present);
112 if (!present) {
  /src/sys/arch/arm/imx/
imx_pcic.c 382 /* Clear CIT (card present) and set NOS correctly. */
458 int present; local
467 present = sock->flags & IMX_PCIC_FLAG_CARDP;
468 if ((cs == IMX_PCIC_CARD_VALID) == (present == 1)) {
529 /* Clear CIT if no other card is present. */
  /src/sys/arch/arm/xscale/
pxa2x0_pcic.c 354 /* Clear CIT (card present) and set NOS correctly. */
455 int present; local
466 present = sock->flags & PXAPCIC_FLAG_CARDP;
467 if ((cs == PXAPCIC_CARD_VALID) == (present == 1)) {
508 /* Set CIT if any card is present. */
531 /* Clear CIT if no other card is present. */
  /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_present.c 45 present, enumerator in enum:__anon2299
73 logCmdOption("-a, --assert", _("Assert that admin is present."));
102 flags[present].change = TRUE;
103 flags[present].value = TRUE;
108 flags[present].change = TRUE;
109 flags[present].value = FALSE;

Completed in 60 milliseconds

1 2 3 4 5 6