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

1 2

  /src/crypto/external/bsd/heimdal/dist/kadmin/
random_password.c 95 number of characters from a set of character classes.
97 If there are n classes, and the size of each class is Pi, and the
99 passwords are (given that the character classes are disjoint):
121 } *classes; local
129 classes = malloc(num_classes * sizeof(*classes));
130 if(classes == NULL)
135 classes[i].str = va_arg(ap, const char*);
136 classes[i].len = strlen(classes[i].str)
    [all...]
  /src/tests/lib/libc/locale/
t_wctype.c 71 } classes[16]; member in struct:test
156 if (t->classes[i].in[0] == '\0' &&
157 t->classes[i].out[0] == '\0')
165 for (cp = (const char *)(t->classes[i].in); *cp; ++cp) {
170 for (cp = (const char *)(t->classes[i].out); *cp; ++cp) {
  /src/external/bsd/iscsi/dist/src/initiator/
libkmod.c 50 static const char *classes[] = { variable
111 module->class = strdup(classes[ms->ms_class]);
  /src/sbin/modstat/
main.c 51 static const char *classes[] = { variable
60 const unsigned int class_max = __arraycount(classes);
218 class = classes[ms->ms_class];
  /src/usr.bin/aiomixer/
app.h 63 struct aiomixer_class classes[128]; member in struct:aiomixer
  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 28 /* The GLOBAL_FRIEND scope (functions, classes, or templates) is
142 /* Nested classes get the same access as their enclosing types, as
146 /* Local classes have the same access as the enclosing function. */
229 classes that are not defined. If a type has not yet been defined,
241 tree classes; local
446 for (classes = CLASSTYPE_FRIEND_CLASSES (type);
447 classes;
448 classes = TREE_CHAIN (classes))
450 tree probe = TREE_VALUE (classes);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 28 /* The GLOBAL_FRIEND scope (functions, classes, or templates) is
140 /* Nested classes get the same access as their enclosing types, as
144 /* Local classes have the same access as the enclosing function. */
227 classes that are not defined. If a type has not yet been defined,
239 tree classes; local
444 for (classes = CLASSTYPE_FRIEND_CLASSES (type);
445 classes;
446 classes = TREE_CHAIN (classes))
448 tree probe = TREE_VALUE (classes);
    [all...]
  /src/external/mpl/bind/dist/fuzz/
dns_rdata_fromwire_text.c 96 unsigned int classes = (sizeof(classlist) / sizeof(classlist[0])); local
128 rdclass = classlist[(*data++) % classes];
  /src/lib/libc/net/
hesiod.c 90 int classes[2]; /* The class search order. */ local
277 retvec = get_txt_records(ctx->classes[0], bindname);
278 if (retvec == NULL && errno == ENOENT && ctx->classes[1])
279 retvec = get_txt_records(ctx->classes[1], bindname);
316 /* Set default query classes. */
317 ctx->classes[0] = C_IN;
318 ctx->classes[1] = C_HS;
373 if (strcasecmp(key, "classes") == 0) {
382 ctx->classes[n++] = C_IN;
385 ctx->classes[n++]
    [all...]
  /src/usr.bin/tr/
str.c 218 static const CLASS classes[] = { variable
250 cp = bsearch(&key, classes, __arraycount(classes), sizeof(classes[0]),
303 * English doesn't have any equivalence classes, so for now
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
password_quality.c 92 const char *classes[] = { local
116 for (i = 0; i < sizeof(classes)/sizeof(classes[0]); i++) {
117 if (strcspn(pw, classes[i]) < len)
126 "following classes:\n"
  /src/external/bsd/wpa/dist/wpa_supplicant/
op_classes.c 2 * Operating classes
587 /* Add the 2-octet operating classes (i.e., 80+80 MHz cases), if any */
608 "No supported operating classes IE to add");
612 "Supported operating classes IE exceeds maximum buffer length");
618 "Added supported operating classes IE", buf);
630 int *classes; local
634 classes = os_zalloc((max_num + 1) * sizeof(int));
635 if (!classes)
640 classes[pos++] = global_op_class[op].op_class;
643 return classes;
    [all...]
  /src/external/mit/isl/dist/interface/
generator.h 75 * "construction_types" contains the set of isl classes that can be
147 map<string,isl_class> classes; member in class:generator
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf.h 255 /* A bitmap with indices of all classes referencing this item. */
466 vec <congruence_class *> classes; member in struct:ipa_icf::congruence_class_group
510 /* Verify congruence classes if checking is enabled. */
513 /* Verify congruence classes. */
528 /* Worklist of congruence classes that can potentially
529 refine classes of congruence. */
558 /* Congruence classes are built by hash value. */
561 /* Semantic items in classes having more than one element and initialized.
566 classes. If IN_WPA, fast equality function is invoked. */
569 /* Subdivide classes by address and interposable reference
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.h 255 /* A bitmap with indices of all classes referencing this item. */
462 vec <congruence_class *> classes; member in struct:ipa_icf::congruence_class_group
506 /* Verify congruence classes if checking is enabled. */
509 /* Verify congruence classes. */
524 /* Worklist of congruence classes that can potentially
525 refine classes of congruence. */
554 /* Congruence classes are built by hash value. */
557 /* Semantic items in classes having more than one element and initialized.
562 classes. If IN_WPA, fast equality function is invoked. */
565 /* Subdivide classes by address and interposable reference
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 68 struct name_list classes = LIST_HEAD_INITIALIZER(&classes); variable in typeref:struct:name_list
103 pfctl_flush_my_fingerprints(&classes);
303 pfctl_flush_my_fingerprints(&classes);
323 if (LIST_FIRST(&classes) != NULL) {
330 sort_name_list(opts, &classes);
331 print_name_list(opts, &classes, "");
351 if ((nm = lookup_name_list(&classes, name))) {
369 if ((class_nm = lookup_name_list(&classes, wr_name)) == NULL) {
433 "classes\n")
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 106 /// four types of classes:
156 // Is this class generated from a variants if existing classes? Instructions
157 // are never mapped directly to inferred scheduling classes.
231 // Map itinerary classes to per-operand resources.
295 /// equivalence classes that identify XORrr as a zero-idiom.
453 // iterator access to the scheduling classes.
460 iterator_range<class_iterator> classes() { function in class:llvm::CodeGenSchedModels
463 iterator_range<const_class_iterator> classes() const { function in class:llvm::CodeGenSchedModels
  /src/games/adventure/
init.c 79 int classes; variable
81 struct text ctext[CLSMAX]; /* classes of adventurer */
  /src/usr.sbin/cpuctl/arch/
i386.c 2319 uint8_t classes; local
2322 classes = __SHIFTOUT(descs[0], CPUID_HWC_NWC);
2324 "%hhu classes\n", cpuname, classes);
  /src/external/mpl/bind/dist/lib/dns/
gen.c 142 } *classes; variable in typeref:struct:cc
506 cc = classes;
523 classes = newcc;
981 for (cc = classes; cc != NULL; cc = cc->next) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 158 } *classes; variable in typeref:struct:cc
471 cc = classes;
488 classes = newcc;
978 for (cc = classes; cc != NULL; cc = cc->next) {
  /src/sys/dev/usb/
if_umb.c 1442 DPRINTFN(2, "%s: max sessions %d, supported classes %#x\n",
2217 uint32_t classes; local
2224 classes = sc->sc_info.supportedclasses;
2226 classes &= sc->sc_info.preferredclasses;
2227 rs.data_class = htole32(classes);
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 2161 /* The stabs for C++ derived classes contain baseclass information which
2166 Immediately following the '!' marker is the number of base classes that
2172 A typical example, with two base classes, would be "!2,020,19;0264,21;".
2194 debug_baseclass *classes; local
2204 /* No base classes. */
2218 classes = debug_xalloc (dhandle, (c + 1) * sizeof (*classes));
2282 classes[i] = debug_make_baseclass (dhandle, type, bitpos, is_virtual,
2284 if (classes[i] == DEBUG_BASECLASS_NULL)
2292 classes[i] = DEBUG_BASECLASS_NULL
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
jprofile.c 542 jclass *classes = NULL; local
547 /* determine loaded classes */
548 (*jvmti_env)->GetLoadedClasses (jvmti_env, &class_count, &classes);
549 TprintfT (DBG_LT1, "jprofile: jvmti_VMInit initializing %d classes\n", class_count);
553 jvmti_ClassPrepare (jvmti_env, jni_env, NULL, classes[i]);
555 // DeleteLocalRef( classes[i] );
557 (*jvmti_env)->Deallocate (jvmti_env, (unsigned char*) classes);
848 /* skip classes loaded with AppClassLoader (java.class.path) */
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 2161 /* The stabs for C++ derived classes contain baseclass information which
2166 Immediately following the '!' marker is the number of base classes that
2172 A typical example, with two base classes, would be "!2,020,19;0264,21;".
2194 debug_baseclass *classes; local
2204 /* No base classes. */
2218 classes = debug_xalloc (dhandle, (c + 1) * sizeof (*classes));
2282 classes[i] = debug_make_baseclass (dhandle, type, bitpos, is_virtual,
2284 if (classes[i] == DEBUG_BASECLASS_NULL)
2292 classes[i] = DEBUG_BASECLASS_NULL
    [all...]

Completed in 70 milliseconds

1 2