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

12

/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A DMakefile.x86_646 dis_tables.o_CFLAGS_ADD += -Wno-cast-qual
7 fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual
/macosx-10.10/libarchive-30/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.c49 int type, permset, tag, qual; /* For ACL testing. */ local
449 &type, &permset, &tag, &qual, &name));
453 assertEqualInt(qual, -1);
457 &type, &permset, &tag, &qual, &name));
461 assertEqualInt(qual, -1);
465 &type, &permset, &tag, &qual, &name));
469 assertEqualInt(qual, -1);
474 &type, &permset, &tag, &qual, &name));
478 assertEqualInt(qual, 77);
574 &type, &permset, &tag, &qual,
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/conf/
H A DMakefile.template30 compress.o_CWARNFLAGS_ADD = -Wno-cast-qual
31 deflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
32 infback.o_CWARNFLAGS_ADD = -Wno-cast-qual
33 inffast.o_CWARNFLAGS_ADD = -Wno-cast-qual
34 inflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
35 trees.o_CWARNFLAGS_ADD = -Wno-cast-qual
36 uncompr.o_CWARNFLAGS_ADD = -Wno-cast-qual
80 compress.o_CWARNFLAGS_ADD = -Wno-cast-qual
81 deflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
82 infback.o_CWARNFLAGS_ADD = -Wno-cast-qual
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcfront.tcl165 set qual ""
171 foreach {type qual} [split $type /] break
175 append qual "p"
210 set qual [lindex $type 1]
212 if {$qual ne ""} {
214 set qual &$qual
218 set qual [lindex $type 1]
219 if {$qual ne ""} {
220 set qual
[all...]
H A Drtcore.tcl140 proc ::fileutil::magic::rt::Nv {type offset {qual ""}} {
150 if {$qual ne ""} {
152 set numeric [expr $numeric $qual]
155 ::fileutil::magic::rt::Debug {puts stderr "NV $type $offset $qual: $numeric"}
160 # qual might be a mask
161 proc ::fileutil::magic::rt::N {type offset comp val {qual ""}} {
184 if {$qual ne ""} {
186 set numeric [expr $numeric $qual]
192 ::fileutil::magic::rt::Debug {puts stderr "numeric $type: $val $comp $numeric / $qual - $c"}
196 proc ::fileutil::magic::rt::S {offset comp val {qual ""}} {
[all...]
H A Dcgen.tcl111 proc ::fileutil::magic::cgen::tree_el {tree parent file line type qual comp offset val message args} {
143 foreach key {line type qual comp offset val message file otype} {
290 lappend offsets([$tree get $el type],[$tree get $el offset],[$tree get $el qual]) $el
312 foreach {type offset qual} [split $match ,] break
318 $tree set $switch qual $qual
472 if {[$tree keyexists $node qual]} {
473 set q [$tree get $node qual]
519 foreach k {otype type offset comp val qual message save path} {
551 if {$qual e
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/txt_db/
H A Dtxt_db.h85 int (**qual)(char **); member in struct:txt_db_st
99 int TXT_DB_create_index(TXT_DB *db,int field,int (*qual)(char **),
H A Dtxt_db.c90 ret->qual=NULL;
95 if ((ret->qual=(int (**)(char **))OPENSSL_malloc(sizeof(int (**)(char **))*num)) == NULL)
100 ret->qual[i]=NULL;
186 if (ret->qual != NULL) OPENSSL_free(ret->qual);
216 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(char **),
237 if ((qual != NULL) && (qual(r) == 0)) continue;
249 db->qual[field]=qual;
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dtxt_db.h85 int (**qual)(char **); member in struct:txt_db_st
99 int TXT_DB_create_index(TXT_DB *db,int field,int (*qual)(char **),
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_cpols.c204 POLICYQUALINFO *qual;
220 if(!(qual = POLICYQUALINFO_new())) goto merr;
221 if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
223 qual->pqualid = OBJ_nid2obj(NID_id_qt_cps);
224 qual->d.cpsuri = M_ASN1_IA5STRING_new();
225 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
241 qual = notice_section(ctx, unot, ia5org);
243 if(!qual) goto err;
246 if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
278 POLICYQUALINFO *qual;
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dgencode.h279 struct qual { struct
296 struct block *gen_scode(const char *, struct qual);
297 struct block *gen_ecode(const u_char *, struct qual);
298 struct block *gen_acode(const u_char *, struct qual);
299 struct block *gen_mcode(const char *, const char *, int, struct qual);
301 struct block *gen_mcode6(const char *, const char *, int, struct qual);
303 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-pred.el413 qual amount when open close end)
429 (setq qual (char-after))
455 (,(if (eq qual ?-)
457 (if (eq qual ?+)
488 (let (qual amount)
490 (setq qual (char-after))
499 (,(if (eq qual ?-)
501 (if (eq qual ?+)
507 (let ((quantum 1) qual amount)
509 (setq qual (downcas
[all...]
/macosx-10.10/zsh-61/zsh/Misc/
H A Dlete2ctl116 local($qual,$c,$glob,$ret,$b,$m,$e,@m);
133 $qual = '-/';
165 $qual = '.';
215 if ($qual) {
217 $glob .= "($qual)";
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm127 my (@qual, @bind);
130 push @qual, "$column $type ?";
135 push @qual, "$column IS NULL";
138 [ \@qual, \@bind ];
/macosx-10.10/tcl-105/tcl_ext/thread/thread/lib/
H A Dttrace.tcl439 set nsp [namespace qual $cmd]
569 if {![string match "::*" [::namespace qual $opt]]} {
575 set nsp [::namespace qual $entry]
584 set nsp [::namespace qual $entry]
637 set cns [namespace qual $entry]
775 if {$cns != [namespace qual $entry]} {
821 set nsp [namespace qual $cmd]
833 set nsp [namespace qual $cmd]
/macosx-10.10/xnu-2782.1.97/iokit/conf/
H A DMakefile.template24 CXXWARNFLAGS = $(CXXWARNFLAGS_STD) -Wno-unused-parameter -Wno-cast-qual -Wno-shadow
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c127 struct qual { struct
128 struct qual *next; /* Next qualifier, must match */
129 struct qual *or; /* Alternative set of qualifiers to match */
170 struct qual *gd_quals;
337 struct qual *qo, *qn;
979 static struct qual *dup_qual_list(struct qual *orig, struct qual **lastp)
981 struct qual *qfirst = NULL, *qlast = NULL;
984 struct qual *qne
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_chu.c1308 char synchar, qual, leapchar; local
1333 qual = 0;
1335 qual |= SYNERR;
1337 qual |= FMTERR;
1339 qual |= DECERR;
1341 qual |= TSPERR;
1359 synchar, qual, pp->year, pp->day, pp->hour, pp->minute,
/macosx-10.10/NFS-82/rpc.lockd/
H A DMakefile18 -Wmissing-declarations -Wno-discard-qual
/macosx-10.10/gssd-64/
H A DMakefile43 -Wmissing-declarations -Wno-discard-qual \
/macosx-10.10/dtrace-147/libctf/
H A Dctf_lookup.c50 static const struct qual { struct
62 const struct qual *qp = &qhash[h];

Completed in 227 milliseconds

12