HomeSort by: relevance | last modified time | path
    Searched refs:qual (Results 1 - 25 of 449) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
enum_qual.exp 20 standard_ada_testfile qual
28 set bp_location [gdb_get_line_number "STOP" ${testdir}/qual.adb]
29 runto "qual.adb:$bp_location"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
enum_qual.exp 20 standard_ada_testfile qual
28 set bp_location [gdb_get_line_number "STOP" ${testdir}/qual.adb]
29 runto "qual.adb:$bp_location"
  /src/crypto/external/apache2/openssl/dist/crypto/txt_db/
txt_db.c 40 ret->qual = NULL;
45 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL)
49 ret->qual[i] = NULL;
121 OPENSSL_free(ret->qual);
147 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
166 if ((qual != NULL) && (qual(r) == 0))
183 db->qual[field] = qual;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/txt_db/
txt_db.c 40 ret->qual = NULL;
45 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL)
49 ret->qual[i] = NULL;
122 OPENSSL_free(ret->qual);
148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
167 if ((qual != NULL) && (qual(r) == 0))
184 db->qual[field] = qual;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/txt_db/
txt_db.c 40 ret->qual = NULL;
45 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL)
49 ret->qual[i] = NULL;
122 OPENSSL_free(ret->qual);
148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
167 if ((qual != NULL) && (qual(r) == 0))
184 db->qual[field] = qual;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
txt_db.h 37 int (**qual) (OPENSSL_STRING *); member in struct:txt_db_st
46 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
  /src/sys/kern/
kern_pmf.c 229 pmf_system_bus_resume(const pmf_qual_t *qual)
248 if (!device_pmf_bus_resume(curdev, qual)) {
260 pmf_system_resume(const pmf_qual_t *qual)
284 if (!pmf_device_resume(curdev, qual)) {
301 pmf_system_suspend(const pmf_qual_t *qual)
338 if (!pmf_device_suspend(curdev, qual))
680 pmf_device_suspend(device_t dev, const pmf_qual_t *qual)
691 rc = pmf_device_suspend_locked(dev, qual);
700 pmf_device_suspend_locked(device_t dev, const pmf_qual_t *qual)
703 if (!device_pmf_add_suspensor(dev, qual))
    [all...]
  /src/external/bsd/pcc/libexec/cpp/
Makefile 26 COPTS.cpp.c+= ${${ACTIVE_CC} == "gcc" :? -Wno-error=cast-qual :}
  /src/crypto/external/apache2/openssl/dist/include/openssl/
txt_db.h 43 int (**qual)(OPENSSL_STRING *); member in struct:txt_db_st
52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
  /src/crypto/external/bsd/openssl/dist/include/openssl/
txt_db.h 43 int (**qual) (OPENSSL_STRING *); member in struct:txt_db_st
52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
  /src/external/bsd/libpcap/dist/
gencode.h 309 struct qual { struct
330 struct block *gen_scode(compiler_state_t *, const char *, struct qual);
331 struct block *gen_ecode(compiler_state_t *, const char *, struct qual);
332 struct block *gen_acode(compiler_state_t *, const char *, struct qual);
334 bpf_u_int32, struct qual);
337 struct qual);
340 struct qual);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
variant.d 2832 static foreach (qual; AliasSeq!(Alias, ConstOf))
2834 assert(v.get!(qual!int) == 10);
2835 assert(v.get!(qual!float) == 10.0f);
2837 static foreach (qual; AliasSeq!(ImmutableOf, SharedOf, SharedConstOf))
2839 assertThrown!VariantException(v.get!(qual!int));
2844 static foreach (qual; AliasSeq!(ConstOf))
2846 assert(v.get!(qual!int) == 20);
2847 assert(v.get!(qual!float) == 20.0f);
2849 static foreach (qual; AliasSeq!(Alias, ImmutableOf, SharedOf, SharedConstOf))
2851 assertThrown!VariantException(v.get!(qual!int))
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_cpols.c 171 POLICYQUALINFO *qual;
192 if ((qual = POLICYQUALINFO_new()) == NULL) {
196 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) {
197 POLICYQUALINFO_free(qual);
201 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) {
205 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL) {
209 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
228 qual = notice_section(ctx, unot, ia5org);
230 if (!qual)
234 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) {
    [all...]
  /src/sys/modules/dtrace/profile/
Makefile 14 CPPFLAGS+= -Wno-unknown-pragmas -Wno-cast-qual
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/
Makefile 27 CWARNFLAGS.clang+= -Wno-error=cast-qual-unrelated
  /src/external/bsd/zstd/dist/contrib/recovery/
Makefile 18 CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
  /src/external/bsd/zstd/dist/contrib/seekable_format/tests/
Makefile 19 CFLAGS += -g -Wall -Wextra -Wcast-qual -Wcast-align -Wconversion \
  /src/external/cddl/osnet/lib/libnvpair/
Makefile 19 -Wno-cast-qual
  /src/external/mit/xorg/lib/fontconfig/etc/
fonts.conf 37 <test qual="any" name="family">
49 <test qual="any" name="family">
61 <test qual="any" name="family">
72 <test qual="any" name="family">
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_cpols.c 172 POLICYQUALINFO *qual;
191 if ((qual = POLICYQUALINFO_new()) == NULL)
193 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
195 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) {
199 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL)
201 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
218 qual = notice_section(ctx, unot, ia5org);
220 if (!qual)
224 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
287 POLICYQUALINFO *qual;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_cpols.c 173 POLICYQUALINFO *qual;
192 if ((qual = POLICYQUALINFO_new()) == NULL)
194 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
196 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) {
200 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL)
202 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
220 qual = notice_section(ctx, unot, ia5org);
222 if (!qual)
226 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
290 POLICYQUALINFO *qual;
    [all...]
  /src/games/sail/
dr_3.c 296 int qual; local
298 qual = ship->specs->qual;
303 ? ship->specs->crew1 * qual : 0;
305 ? ship->specs->crew2 * qual : 0;
307 ? ship->specs->crew3 * qual : 0;
  /src/external/bsd/libarchive/dist/libarchive/test/
test_acl_platform_nfs4.c 44 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:myacl_t
268 acls[0].qual, acls[0].name));
275 acls[i].qual, acls[i].name));
477 if ((gid_t)myacl->qual != ace->a_who)
482 if ((uid_t)myacl->qual != ace->a_who)
533 if ((gid_t)myacl->qual != richace->e_id)
538 if ((uid_t)myacl->qual != richace->e_id)
588 if ((uid_t)myacl->qual != ugid)
594 if ((gid_t)myacl->qual != ugid)
655 if ((uid_t)myacl->qual != u
790 int type, permset, tag, qual; local
    [all...]
  /src/lib/libedit/
Makefile 15 CWARNFLAGS.clang+= -Wno-cast-qual
141 COPTS.editline.c+= -Wno-cast-qual
143 COPTS.tokenizer.c+= -Wno-cast-qual
144 COPTS.tokenizern.c+= -Wno-cast-qual
  /src/sys/dev/cardbus/
ehci_cardbus.c 101 ehci_cardbus_suspend(device_t dv, const pmf_qual_t *qual)
103 ehci_suspend(dv, qual);
113 ehci_cardbus_resume(device_t dv, const pmf_qual_t *qual)
119 return ehci_resume(dv, qual);

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>