Searched refs:qual (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_tar_acl.c41 int type, permset, tag, qual; local
60 &type, &permset, &tag, &qual, &name));
64 assertEqualInt(-1, qual);
69 &type, &permset, &tag, &qual, &name));
73 assertEqualInt(-1, qual);
78 &type, &permset, &tag, &qual, &name));
82 assertEqualInt(-1, qual);
87 &type, &permset, &tag, &qual, &name));
91 assertEqualInt(71, qual);
96 &type, &permset, &tag, &qual,
[all...]
H A Dtest_acl_basic.c40 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:acl_t
87 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
93 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, const char *name) argument
107 if (qual != acl->qual)
126 int type, permset, tag, qual; local
135 &type, &permset, &tag, &qual, &name))) {
138 tag, qual, name)) {
162 "(type=%d,permset=%d,tag=%d,qual=%d,name=``%s'')",
163 type, permset, tag, qual, nam
[all...]
H A Dtest_acl_pax.c266 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:acl_t
313 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
319 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, const char *name) argument
333 if (qual != acl->qual)
348 int type, permset, tag, qual; local
357 &type, &permset, &tag, &qual, &name))) {
360 tag, qual, name)) {
384 "(type=%d,permset=%d,tag=%d,qual=%d,name=``%s'')",
385 type, permset, tag, qual, nam
[all...]
H A Dtest_acl_freebsd.c35 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:myacl_t
67 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
105 if ((uid_t)myacl->qual != u)
117 if ((gid_t)myacl->qual != g)
172 "type=%d,permset=%d,tag=%d,qual=%d,name=``%s''\n",
174 myacls[marker[i]].tag, myacls[marker[i]].qual,
H A Dtest_entry.c59 int type, permset, tag, qual; /* For ACL testing. */ local
459 &type, &permset, &tag, &qual, &name));
463 assertEqualInt(qual, -1);
467 &type, &permset, &tag, &qual, &name));
471 assertEqualInt(qual, -1);
475 &type, &permset, &tag, &qual, &name));
479 assertEqualInt(qual, -1);
484 &type, &permset, &tag, &qual, &name));
488 assertEqualInt(qual, 77);
584 &type, &permset, &tag, &qual,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h84 int (**qual) (char **); member in struct:txt_db_st
98 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (char **),
H A Dtxt_db.c92 ret->qual = NULL;
98 if ((ret->qual =
104 ret->qual[i] = NULL;
193 if (ret->qual != NULL)
194 OPENSSL_free(ret->qual);
222 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (char **),
240 if ((qual != NULL) && (qual(r) == 0))
253 db->qual[field] = qual;
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.h268 struct qual { struct
285 struct block *gen_scode(const char *, struct qual);
286 struct block *gen_ecode(const u_char *, struct qual);
287 struct block *gen_acode(const u_char *, struct qual);
288 struct block *gen_mcode(const char *, const char *, int, struct qual);
290 struct block *gen_mcode6(const char *, const char *, int, struct qual);
292 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
/freebsd-9.3-release/sys/geom/raid/
H A Dtr_raid5.c104 u_int qual; local
107 qual = tr->tro_volume->v_raid_level_qualifier;
109 (qual == G_RAID_VOLUME_RLQ_R4P0 ||
110 qual == G_RAID_VOLUME_RLQ_R4PN)) {
118 (qual == G_RAID_VOLUME_RLQ_R5RA ||
119 qual == G_RAID_VOLUME_RLQ_R5RS ||
120 qual == G_RAID_VOLUME_RLQ_R5LA ||
121 qual == G_RAID_VOLUME_RLQ_R5LS)) {
219 u_int strip_size, lvl, qual; local
225 qual
[all...]
H A Dg_raid.c285 g_raid_volume_level2str(int level, int qual) argument
294 if (qual == G_RAID_VOLUME_RLQ_R3P0)
296 if (qual == G_RAID_VOLUME_RLQ_R3PN)
300 if (qual == G_RAID_VOLUME_RLQ_R4P0)
302 if (qual == G_RAID_VOLUME_RLQ_R4PN)
306 if (qual == G_RAID_VOLUME_RLQ_R5RA)
308 if (qual == G_RAID_VOLUME_RLQ_R5RS)
310 if (qual == G_RAID_VOLUME_RLQ_R5LA)
312 if (qual == G_RAID_VOLUME_RLQ_R5LS)
316 if (qual
381 g_raid_volume_str2level(const char *str, int *level, int *qual) argument
[all...]
H A Dmd_ddf.c1482 g_raid_md_ddf_supported(int level, int qual, int disks, int force) argument
1489 if (qual != G_RAID_VOLUME_RLQ_NONE)
1499 if (qual == G_RAID_VOLUME_RLQ_R1SM) {
1502 } else if (qual == G_RAID_VOLUME_RLQ_R1MM) {
1509 if (qual != G_RAID_VOLUME_RLQ_R3P0 &&
1510 qual != G_RAID_VOLUME_RLQ_R3PN)
1516 if (qual != G_RAID_VOLUME_RLQ_R4P0 &&
1517 qual != G_RAID_VOLUME_RLQ_R4PN)
1523 if (qual != G_RAID_VOLUME_RLQ_R5RA &&
1524 qual !
2257 int i, numdisks, len, level, qual; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_cpols.c211 POLICYQUALINFO *qual;
229 if (!(qual = POLICYQUALINFO_new()))
231 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
233 qual->pqualid = OBJ_nid2obj(NID_id_qt_cps);
234 qual->d.cpsuri = M_ASN1_IA5STRING_new();
235 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
253 qual = notice_section(ctx, unot, ia5org);
255 if (!qual)
259 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
290 POLICYQUALINFO *qual;
[all...]
/freebsd-9.3-release/sys/modules/mlx4ib/
H A DMakefile27 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/sys/modules/mlxen/
H A DMakefile28 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py78 qual = props["quality"]
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.sh207 > $tf.qual
332 echo $path.dirdep >> $tf.qual
335 echo $dir.dirdep >> $tf.qual
346 for f in $tf.dirdep $tf.qual $tf.srcdep
350 *qual) # a list of .dirdep files
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_input.c111 Fname(FILE *fd, MD5_CTX *ctx,u_char term,int qual, int verbose) argument
120 if (!(qual & CTM_Q_Name_Subst)) return(Buffer);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dbss.h39 * @qual: signal quality
63 int qual; member in struct:wpa_bss
H A Dscan.c609 (wa->qual && wb->qual && abs(wb->qual - wa->qual) < 10)) {
622 return wb->qual - wa->qual;
/freebsd-9.3-release/sbin/ifconfig/
H A DMakefile62 CFLAGS+= -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs
/freebsd-9.3-release/sys/modules/mlx4/
H A DMakefile29 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/sys/modules/mthca/
H A DMakefile31 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/sys/modules/dtrace/dtrace/
H A DMakefile59 CWARNFLAGS+= -Wno-cast-qual
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c50 static const struct qual { struct
62 const struct qual *qp = &qhash[h];

Completed in 158 milliseconds

123