| /src/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 438 CFLAGS.abd.c= -Wno-cast-qual 439 CFLAGS.ddt.c= -Wno-cast-qual 440 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith 441 CFLAGS.ddt_zap.c= -Wno-cast-qual 442 CFLAGS.dmu.c= -Wno-cast-qual 443 CFLAGS.dmu_traverse.c= -Wno-cast-qual 445 CFLAGS.dsl_deadlist.c= -Wno-cast-qual 446 CFLAGS.dsl_dir.c= -Wno-cast-qual 447 CFLAGS.dsl_prop.c= -Wno-cast-qual 448 CFLAGS.edonr.c= -Wno-cast-qual [all …]
|
| /src/sys/modules/zfs/ |
| H A D | Makefile | 396 CFLAGS.abd.c= -Wno-cast-qual 397 CFLAGS.ddt.c= -Wno-cast-qual 398 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith 399 CFLAGS.ddt_zap.c= -Wno-cast-qual 400 CFLAGS.dmu.c= -Wno-cast-qual 401 CFLAGS.dmu_traverse.c= -Wno-cast-qual 403 CFLAGS.dsl_deadlist.c= -Wno-cast-qual 404 CFLAGS.dsl_dir.c= -Wno-cast-qual 405 CFLAGS.dsl_prop.c= -Wno-cast-qual 406 CFLAGS.edonr.c= -Wno-cast-qual [all …]
|
| /src/crypto/openssl/crypto/txt_db/ |
| H A D | txt_db.c | 40 ret->qual = NULL; in TXT_DB_read() 45 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL) in TXT_DB_read() 49 ret->qual[i] = NULL; in TXT_DB_read() 121 OPENSSL_free(ret->qual); in TXT_DB_read() 147 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), in TXT_DB_create_index() 166 if ((qual != NULL) && (qual(r) == 0)) in TXT_DB_create_index() 183 db->qual[field] = qual; in TXT_DB_create_index() 241 if ((db->qual[i] != NULL) && (db->qual[i](row) == 0)) in TXT_DB_insert() 255 if ((db->qual[i] != NULL) && (db->qual[i](row) == 0)) in TXT_DB_insert() 270 if ((db->qual[i] != NULL) && (db->qual[i](row) == 0)) in TXT_DB_insert() [all …]
|
| /src/sys/geom/raid/ |
| H A D | tr_raid5.c | 103 u_int qual; in g_raid_tr_taste_raid5() local 106 qual = tr->tro_volume->v_raid_level_qualifier; in g_raid_tr_taste_raid5() 108 (qual == G_RAID_VOLUME_RLQ_R4P0 || in g_raid_tr_taste_raid5() 109 qual == G_RAID_VOLUME_RLQ_R4PN)) { in g_raid_tr_taste_raid5() 117 (qual == G_RAID_VOLUME_RLQ_R5RA || in g_raid_tr_taste_raid5() 118 qual == G_RAID_VOLUME_RLQ_R5RS || in g_raid_tr_taste_raid5() 119 qual == G_RAID_VOLUME_RLQ_R5LA || in g_raid_tr_taste_raid5() 120 qual == G_RAID_VOLUME_RLQ_R5LS)) { in g_raid_tr_taste_raid5() 218 u_int strip_size, lvl, qual; in g_raid_tr_iostart_raid5_read() local 224 qual = tr->tro_volume->v_raid_level_qualifier; in g_raid_tr_iostart_raid5_read() [all …]
|
| H A D | g_raid.c | 274 g_raid_volume_level2str(int level, int qual) in g_raid_volume_level2str() argument 283 if (qual == G_RAID_VOLUME_RLQ_R3P0) in g_raid_volume_level2str() 285 if (qual == G_RAID_VOLUME_RLQ_R3PN) in g_raid_volume_level2str() 289 if (qual == G_RAID_VOLUME_RLQ_R4P0) in g_raid_volume_level2str() 291 if (qual == G_RAID_VOLUME_RLQ_R4PN) in g_raid_volume_level2str() 295 if (qual == G_RAID_VOLUME_RLQ_R5RA) in g_raid_volume_level2str() 297 if (qual == G_RAID_VOLUME_RLQ_R5RS) in g_raid_volume_level2str() 299 if (qual == G_RAID_VOLUME_RLQ_R5LA) in g_raid_volume_level2str() 301 if (qual == G_RAID_VOLUME_RLQ_R5LS) in g_raid_volume_level2str() 305 if (qual == G_RAID_VOLUME_RLQ_R6RA) in g_raid_volume_level2str() [all …]
|
| /src/crypto/openssl/crypto/x509/ |
| H A D | v3_cpols.c | 171 POLICYQUALINFO *qual; in policy_section() local 192 if ((qual = POLICYQUALINFO_new()) == NULL) { in policy_section() 196 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) { in policy_section() 197 POLICYQUALINFO_free(qual); in policy_section() 201 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) { in policy_section() 205 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL) { in policy_section() 209 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 228 qual = notice_section(ctx, unot, ia5org); in policy_section() 230 if (!qual) in policy_section() 234 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) { in policy_section() [all …]
|
| /src/sys/x86/include/ |
| H A D | ifunc.h | 32 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument 34 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \ 37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument 40 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
|
| /src/sys/arm/include/ |
| H A D | ifunc.h | 11 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument 13 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \ 17 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument 20 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
|
| /src/sys/riscv/include/ |
| H A D | ifunc.h | 33 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument 35 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \ 38 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument 42 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
|
| /src/sys/powerpc/include/ |
| H A D | ifunc.h | 38 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument 40 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \ 43 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument 47 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
|
| /src/sys/arm64/include/ |
| H A D | ifunc.h | 45 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument 47 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \ 50 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument 55 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
|
| /src/libexec/rtld-elf/rtld-libc/ |
| H A D | Makefile.inc | 46 CFLAGS.memchr.c+=-Wno-cast-qual 47 CFLAGS.strchr.c+=-Wno-cast-qual 48 CFLAGS.strchrnul.c+=-Wno-cast-qual 50 CFLAGS.strrchr.c+=-Wno-cast-qual 52 CFLAGS.strstr.c+=-Wno-cast-qual -Wno-sign-compare 53 CFLAGS.strtok.c+=-Wno-cast-qual
|
| /src/contrib/libpcap/ |
| H A D | gencode.h | 303 struct qual { struct 324 struct block *gen_scode(compiler_state_t *, const char *, struct qual); argument 325 struct block *gen_ecode(compiler_state_t *, const char *, struct qual); 326 struct block *gen_acode(compiler_state_t *, const char *, struct qual); 328 bpf_u_int32, struct qual); 331 struct qual); 334 struct qual);
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | test_acl_platform_nfs4.c | 44 int qual; /* GID or UID of user/group, depending on tag. */ member 268 acls[0].qual, acls[0].name)); in set_acls() 275 acls[i].qual, acls[i].name)); in set_acls() 477 if ((gid_t)myacl->qual != ace->a_who) in acl_match() 482 if ((uid_t)myacl->qual != ace->a_who) in acl_match() 533 if ((gid_t)myacl->qual != richace->e_id) in acl_match() 538 if ((uid_t)myacl->qual != richace->e_id) in acl_match() 588 if ((uid_t)myacl->qual != ugid) in acl_match() 594 if ((gid_t)myacl->qual != ugid) in acl_match() 655 if ((uid_t)myacl->qual != u) in acl_match() [all …]
|
| H A D | test_entry.c | 62 int type, permset, tag, qual; /* For ACL testing. */ in DEFINE_TEST() local 560 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST() 564 assertEqualInt(qual, -1); in DEFINE_TEST() 568 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST() 572 assertEqualInt(qual, -1); in DEFINE_TEST() 576 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST() 580 assertEqualInt(qual, -1); in DEFINE_TEST() 585 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST() 589 assertEqualInt(qual, 77); in DEFINE_TEST() 661 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST() [all …]
|
| /src/sys/amd64/vmm/intel/ |
| H A D | vmcs.h | 414 #define APIC_ACCESS_OFFSET(qual) ((qual) & 0xFFF) argument 415 #define APIC_ACCESS_TYPE(qual) (((qual) >> 12) & 0xF) argument 420 #define APIC_WRITE_OFFSET(qual) ((qual) & 0xFFF) argument
|
| /src/contrib/one-true-awk/ |
| H A D | README.md | 103 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c 104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c 105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c 106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c 107 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab 109 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c 110 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c 111 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c 112 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c 113 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c [all …]
|
| /src/sys/modules/zlib/ |
| H A D | Makefile | 19 CWARNFLAGS.compress.c+=-Wno-cast-qual # compress:49 20 CWARNFLAGS.deflate.c+=-Wno-cast-qual # deflate.c:415 21 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
|
| /src/lib/libbe/ |
| H A D | Makefile | 66 CFLAGS.be.c= -Wno-cast-qual 67 CFLAGS.be_access.c= -Wno-cast-qual 68 CFLAGS.be_error.c= -Wno-cast-qual 69 CFLAGS.be_info.c= -Wno-cast-qual
|
| /src/sys/ddb/ |
| H A D | db_pprint.c | 248 const char *qual = ""; in db_pprint_ptr() local 262 qual = "struct "; in db_pprint_ptr() 265 qual = "volatile "; in db_pprint_ptr() 269 qual = "const "; in db_pprint_ptr() 273 qual = "restrict "; in db_pprint_ptr() 296 db_printf("(%s%s %.*s) 0x%lx", qual, name, ptrcnt, in db_pprint_ptr() 299 db_printf("(%s %.*s) 0x%lx", qual, ptrcnt, asteriskstr, in db_pprint_ptr()
|
| /src/cddl/lib/libzfsbootenv/ |
| H A D | Makefile | 33 CFLAGS.lzbe_device.c= -Wno-cast-qual 34 CFLAGS.lzbe_util.c= -Wno-cast-qual 35 CFLAGS.lzbe_pair.c= -Wno-cast-qual
|
| /src/share/mk/ |
| H A D | meta2deps.sh | 232 > $tf.qual 424 echo $path.dirdep >> $tf.qual 427 echo $dir.dirdep >> $tf.qual 454 for f in $tf.dirdep $tf.qual $tf.srcdep 458 *qual) # a list of .dirdep files
|
| /src/contrib/bmake/mk/ |
| H A D | meta2deps.sh | 230 > $tf.qual 422 echo $path.dirdep >> $tf.qual 425 echo $dir.dirdep >> $tf.qual 452 for f in $tf.dirdep $tf.qual $tf.srcdep 456 *qual) # a list of .dirdep files
|
| /src/crypto/openssl/include/openssl/ |
| H A D | txt_db.h | 43 int (**qual)(OPENSSL_STRING *); member 52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
|
| /src/contrib/libedit/ |
| H A D | 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
|