HomeSort by: relevance | last modified time | path
    Searched defs:presence (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/pam-u2f/dist/tests/
regenerate_credentials.py 15 presence = ["", "-P"] variable
99 for (r, p, n, v) in itertools.product(resident, presence, pin, verification):
112 for (r, p, n, v) in itertools.product(resident, presence, pin, verification):
125 for (p1, p2) in itertools.product(presence, presence):
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 1658 * sets presence if any homedir attributes are noticed
1668 int *presence )
1679 assert( presence != NULL );
1681 *presence = 0;
1689 *presence = 1;
1692 *presence = 1;
1695 *presence = 1;
1787 int presence; local
1792 &gidn, &presence );
1968 int rc, presence; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 75 enum format_cdr_type presence; /* Can the argument list end right before member in struct:format_arg
224 newelement->presence = oldelement->presence;
295 return (e1->presence == e2->presence
610 list->repeated.element[0].presence = FCT_OPTIONAL;
930 list->initial.element[0].presence = FCT_REQUIRED;
954 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED)
955 re->presence = FCT_REQUIRED
    [all...]
format-scheme.c 78 enum format_cdr_type presence; /* Can the argument list end right before member in struct:format_arg
227 newelement->presence = oldelement->presence;
298 return (e1->presence == e2->presence
613 list->repeated.element[0].presence = FCT_OPTIONAL;
933 list->initial.element[0].presence = FCT_REQUIRED;
957 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED)
958 re->presence = FCT_REQUIRED
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 513 struct unit_pattern_rel_decl presence;
642 /* The following nodes represent presence or absence pattern for cpu
658 /* The following nodes represent presence or absence pattern for cpu
921 &(_decl)->decl.presence; }))
1083 #define DECL_PRESENCE(d) (&(d)->decl.presence)
1448 We fill a struct unit_pattern_rel_decl (presence) with information
1459 We fill a struct unit_pattern_rel_decl (presence) with information
2155 /* Checking NAMES in presence/absence clause and returning the
2177 ? "unit `%s' in final presence set is not declared"
2178 : "unit `%s' in presence set is not declared"
509 struct unit_pattern_rel_decl presence; member in union:decl::__anon13711
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 513 struct unit_pattern_rel_decl presence;
642 /* The following nodes represent presence or absence pattern for cpu
658 /* The following nodes represent presence or absence pattern for cpu
921 &(_decl)->decl.presence; }))
1083 #define DECL_PRESENCE(d) (&(d)->decl.presence)
1448 We fill a struct unit_pattern_rel_decl (presence) with information
1459 We fill a struct unit_pattern_rel_decl (presence) with information
2155 /* Checking NAMES in presence/absence clause and returning the
2177 ? "unit `%s' in final presence set is not declared"
2178 : "unit `%s' in presence set is not declared"
509 struct unit_pattern_rel_decl presence; member in union:decl::__anon16141
    [all...]

Completed in 68 milliseconds