/freebsd/sys/contrib/openzfs/module/ |
H A D | Makefile.bsd | 430 CFLAGS.abd.c= -Wno-cast-qual 431 CFLAGS.ddt.c= -Wno-cast-qual 432 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith 433 CFLAGS.ddt_zap.c= -Wno-cast-qual 434 CFLAGS.dmu.c= -Wno-cast-qual 435 CFLAGS.dmu_traverse.c= -Wno-cast-qual 437 CFLAGS.dsl_deadlist.c= -Wno-cast-qual 438 CFLAGS.dsl_dir.c= -Wno-cast-qual 439 CFLAGS.dsl_prop.c= -Wno-cast-qual 440 CFLAGS.edonr.c= -Wno-cast-qual [all …]
|
/freebsd/sys/modules/zfs/ |
H A D | Makefile | 393 CFLAGS.abd.c= -Wno-cast-qual 394 CFLAGS.ddt.c= -Wno-cast-qual 395 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith 396 CFLAGS.ddt_zap.c= -Wno-cast-qual 397 CFLAGS.dmu.c= -Wno-cast-qual 398 CFLAGS.dmu_traverse.c= -Wno-cast-qual 400 CFLAGS.dsl_deadlist.c= -Wno-cast-qual 401 CFLAGS.dsl_dir.c= -Wno-cast-qual 402 CFLAGS.dsl_prop.c= -Wno-cast-qual 403 CFLAGS.edonr.c= -Wno-cast-qual [all …]
|
/freebsd/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() 122 OPENSSL_free(ret->qual); in TXT_DB_read() 148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() 167 if ((qual != NULL) && (qual(r) == 0)) in TXT_DB_create_index() 184 db->qual[field] = qual; in TXT_DB_create_index() 242 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert() 256 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert() 271 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert() [all …]
|
/freebsd/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 …]
|
H A D | md_ddf.c | 1489 g_raid_md_ddf_supported(int level, int qual, int disks, int force) in g_raid_md_ddf_supported() argument 1496 if (qual != G_RAID_VOLUME_RLQ_NONE) in g_raid_md_ddf_supported() 1506 if (qual == G_RAID_VOLUME_RLQ_R1SM) { in g_raid_md_ddf_supported() 1509 } else if (qual == G_RAID_VOLUME_RLQ_R1MM) { in g_raid_md_ddf_supported() 1516 if (qual != G_RAID_VOLUME_RLQ_R3P0 && in g_raid_md_ddf_supported() 1517 qual != G_RAID_VOLUME_RLQ_R3PN) in g_raid_md_ddf_supported() 1523 if (qual != G_RAID_VOLUME_RLQ_R4P0 && in g_raid_md_ddf_supported() 1524 qual != G_RAID_VOLUME_RLQ_R4PN) in g_raid_md_ddf_supported() 1530 if (qual != G_RAID_VOLUME_RLQ_R5RA && in g_raid_md_ddf_supported() 1531 qual != G_RAID_VOLUME_RLQ_R5RS && in g_raid_md_ddf_supported() [all …]
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_cpols.c | 172 POLICYQUALINFO *qual; in policy_section() local 191 if ((qual = POLICYQUALINFO_new()) == NULL) in policy_section() 193 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 195 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) { in policy_section() 199 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL) in policy_section() 201 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 218 qual = notice_section(ctx, unot, ia5org); in policy_section() 220 if (!qual) in policy_section() 224 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 287 POLICYQUALINFO *qual; in notice_section() local [all …]
|
/freebsd/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"))); \
|
/freebsd/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"))); \
|
/freebsd/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"))); \
|
/freebsd/sys/arm64/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 41 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
|
/freebsd/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
|
/freebsd/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);
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_acl_platform_nfs4.c | 44 int qual; /* GID or UID of user/group, depending on tag. */ 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 ! in acl_match() 45 int qual; /* GID or UID of user/group, depending on tag. */ global() member 790 int type, permset, tag, qual; compare_entry_acls() local [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 …]
|
/freebsd/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
|
/freebsd/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 …]
|
/freebsd/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
|
/freebsd/sys/ddb/ |
H A D | db_pprint.c | 249 const char *qual = ""; in db_pprint_ptr() local 263 qual = "struct "; in db_pprint_ptr() 266 qual = "volatile "; in db_pprint_ptr() 270 qual = "const "; in db_pprint_ptr() 274 qual = "restrict "; in db_pprint_ptr() 297 db_printf("(%s%s %.*s) 0x%lx", qual, name, ptrcnt, in db_pprint_ptr() 300 db_printf("(%s %.*s) 0x%lx", qual, ptrcnt, asteriskstr, in db_pprint_ptr()
|
/freebsd/lib/libbe/ |
H A D | Makefile | 65 CFLAGS.be.c= -Wno-cast-qual 66 CFLAGS.be_access.c= -Wno-cast-qual 67 CFLAGS.be_error.c= -Wno-cast-qual 68 CFLAGS.be_info.c= -Wno-cast-qual
|
/freebsd/cddl/lib/libzfsbootenv/ |
H A D | Makefile | 31 CFLAGS.lzbe_device.c= -Wno-cast-qual 32 CFLAGS.lzbe_util.c= -Wno-cast-qual 33 CFLAGS.lzbe_pair.c= -Wno-cast-qual
|
/freebsd/contrib/bmake/mk/ |
H A D | meta2deps.sh | 225 > $tf.qual 394 echo $path.dirdep >> $tf.qual 397 echo $dir.dirdep >> $tf.qual 424 for f in $tf.dirdep $tf.qual $tf.srcdep 428 *qual) # a list of .dirdep files
|
/freebsd/share/mk/ |
H A D | meta2deps.sh | 225 > $tf.qual 394 echo $path.dirdep >> $tf.qual 397 echo $dir.dirdep >> $tf.qual 424 for f in $tf.dirdep $tf.qual $tf.srcdep 428 *qual) # a list of .dirdep files
|
/freebsd/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 *),
|
/freebsd/contrib/libedit/ |
H A D | Makefile | 15 CWARNFLAGS.clang+= -Wno-cast-qual 135 COPTS.editline.c+= -Wno-cast-qual 137 COPTS.tokenizer.c+= -Wno-cast-qual 138 COPTS.tokenizern.c+= -Wno-cast-qual
|