Searched refs:qual (Results 1 - 25 of 80) sorted by path

1234

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c50 static const struct qual { struct
62 const struct qual *qp = &qhash[h];
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c1055 struct qual
1052 struct qual struct
/freebsd-11-stable/contrib/bmake/
H A DMakefile180 COPTS.var.c += -Wno-cast-qual
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.sh213 > $tf.qual
358 echo $path.dirdep >> $tf.qual
361 echo $dir.dirdep >> $tf.qual
372 for f in $tf.dirdep $tf.qual $tf.srcdep
376 *qual) # a list of .dirdep files
H A Dwarnings.mk39 -Wcast-qual \
/freebsd-11-stable/contrib/byacc/
H A Dconfigure4540 Wcast-qual \
4561 (Wcast-qual)
/freebsd-11-stable/contrib/dialog/
H A Dconfigure4820 Wcast-qual \
4839 Wcast-qual) #(vi
/freebsd-11-stable/contrib/dtc/
H A DMakefile19 WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c8340 declspecs_add_qual (struct c_declspecs *specs, tree qual)
8346 gcc_assert (TREE_CODE (qual) == IDENTIFIER_NODE
8347 && C_IS_RESERVED_WORD (qual));
8348 i = C_RID_CODE (qual);
8367 pedwarn ("duplicate %qE", qual);
8310 declspecs_add_qual(struct c_declspecs *specs, tree qual) argument
H A Dmips-tdump.c437 struct qual {
429 struct qual { struct
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure2495 -Wmissing-format-attribute -Wcast-qual; do
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c2441 failure("type=%#010x, permset=%#010x, tag=%d, qual=%d name=%s",
2443 acls[i].qual, acls[i].name);
2447 acls[i].qual, acls[i].name));
2453 int tag, int qual, const char *name)
2469 if (qual != acl->qual)
2491 int type, permset, tag, qual; local
2511 &type, &permset, &tag, &qual, &name))) {
2514 permset, tag, qual, name)) {
2541 "(type=%#010x,permset=%#010x,tag=%d,qual
2452 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, int tag, int qual, const char *name) argument
[all...]
H A Dtest_acl_nfs4.c201 p->type, p->permset, p->tag, p->qual, p->name));
H A Dtest_acl_posix1e.c174 p->type, p->permset, p->tag, p->qual, p->name));
/freebsd-11-stable/contrib/libreadline/
H A DMakefile.in88 GCC_LINT_FLAGS = -ansi -Wall -Wshadow -Wpointer-arith -Wcast-qual \
/freebsd-11-stable/contrib/libxo/
H A Dwarnings.mk26 -Wcast-qual \
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure12417 Wcast-qual \
12438 Wcast-qual) #(vi
12654 Wcast-qual \
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c1331 char synchar, qual, leapchar; local
1356 qual = 0;
1358 qual |= SYNERR;
1360 qual |= FMTERR;
1362 qual |= DECERR;
1364 qual |= TSPERR;
1382 synchar, qual, pp->year, pp->day, pp->hour, pp->minute,
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c93 ret->qual = NULL;
98 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL)
102 ret->qual[i] = NULL;
193 if (ret->qual != NULL)
194 OPENSSL_free(ret->qual);
223 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
242 if ((qual != NULL) && (qual(r) == 0))
260 db->qual[fiel
[all...]
H A Dtxt_db.h87 int (**qual) (OPENSSL_STRING *); member in struct:txt_db_st
101 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_cpols.c215 POLICYQUALINFO *qual;
233 if (!(qual = POLICYQUALINFO_new()))
235 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
237 if (!(qual->pqualid = OBJ_nid2obj(NID_id_qt_cps))) {
241 if (!(qual->d.cpsuri = M_ASN1_IA5STRING_new()))
243 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
261 qual = notice_section(ctx, unot, ia5org);
263 if (!qual)
267 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
298 POLICYQUALINFO *qual;
[all...]
/freebsd-11-stable/sbin/routed/
H A Dparms.c171 char gname[GNAME_LEN+1], qual[9]; local
218 qual[0] = '\0';
222 net_host, dname, gname, &metric, qual);
266 if (!strcasecmp(qual, type = "passive")) {
277 } else if (!strcasecmp(qual, type = "external")) {
283 strcpy(qual,"external");
288 } else if (!strcasecmp(qual, "active")
289 || qual[0] == '\0') {
308 " unknown type %s", lptr, qual);
/freebsd-11-stable/share/mk/
H A Dmeta2deps.sh214 > $tf.qual
357 echo $path.dirdep >> $tf.qual
360 echo $dir.dirdep >> $tf.qual
371 for f in $tf.dirdep $tf.qual $tf.srcdep
375 *qual) # a list of .dirdep files
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h757 uint32_t qual; member in struct:al_ec_pth_db
2764 /**** qual register ****/
/freebsd-11-stable/sys/dev/aac/
H A Daac_cam.c532 uint8_t device, qual; local
546 qual = SID_QUAL(inq);
563 qual == SID_QUAL_LU_OFFLINE)
564 qual = SID_QUAL_LU_CONNECTED;
565 ccb->csio.data_ptr[0] = (qual << 5) | T_NODEVICE;

Completed in 601 milliseconds

1234