Symbol: qual
games/sail/dr_1.c
158
fromstrength = menfrom * fromcap->specs->qual;
games/sail/dr_1.c
159
strengthto = mento * tocap->specs->qual;
games/sail/dr_1.c
176
fromstrength = menfrom * fromcap->specs->qual;
games/sail/dr_1.c
177
strengthto = mento * tocap->specs->qual;
games/sail/dr_1.c
354
hit += QUAL[index][capship(sp)->specs->qual - 1];
games/sail/dr_3.c
283
int qual;
games/sail/dr_3.c
285
qual = ship->specs->qual;
games/sail/dr_3.c
290
? ship->specs->crew1 * qual : 0;
games/sail/dr_3.c
292
? ship->specs->crew2 * qual : 0;
games/sail/dr_3.c
294
? ship->specs->crew3 * qual : 0;
games/sail/extern.h
242
unsigned char qual;
games/sail/pl_3.c
144
hit += QUAL[index][mc->qual-1];
games/sail/pl_main.c
186
qualname[mc->qual]);
games/sail/sync.c
427
ship->specs->qual = a;
lib/libcrypto/txt_db/txt_db.c
101
ret->qual[i] = NULL;
lib/libcrypto/txt_db/txt_db.c
180
free(ret->qual);
lib/libcrypto/txt_db/txt_db.c
211
TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
lib/libcrypto/txt_db/txt_db.c
230
if ((qual != NULL) && (qual(r) == 0))
lib/libcrypto/txt_db/txt_db.c
243
db->qual[field] = qual;
lib/libcrypto/txt_db/txt_db.c
307
if ((db->qual[i] != NULL) && (db->qual[i](row) == 0))
lib/libcrypto/txt_db/txt_db.c
326
if ((db->qual[i] != NULL) && (db->qual[i](row) == 0))
lib/libcrypto/txt_db/txt_db.c
353
free(db->qual);
lib/libcrypto/txt_db/txt_db.c
92
ret->qual = NULL;
lib/libcrypto/txt_db/txt_db.c
97
if ((ret->qual = reallocarray(NULL, num, sizeof(*(ret->qual)))) == NULL)
lib/libcrypto/txt_db/txt_db.h
102
int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
lib/libcrypto/txt_db/txt_db.h
88
int (**qual)(OPENSSL_STRING *);
lib/libcrypto/x509/x509_cpols.c
539
POLICYQUALINFO *qual;
lib/libcrypto/x509/x509_cpols.c
552
qual = notice_section(ctx, unot, ia5org);
lib/libcrypto/x509/x509_cpols.c
553
if (qual == NULL)
lib/libcrypto/x509/x509_cpols.c
561
if (sk_POLICYQUALINFO_push(pol->qualifiers, qual) == 0)
lib/libcrypto/x509/x509_cpols.c
591
POLICYQUALINFO *qual;
lib/libcrypto/x509/x509_cpols.c
593
if (!(qual = POLICYQUALINFO_new()))
lib/libcrypto/x509/x509_cpols.c
595
qual->pqualid = OBJ_nid2obj(NID_id_qt_unotice);
lib/libcrypto/x509/x509_cpols.c
598
qual->d.usernotice = not;
lib/libcrypto/x509/x509_cpols.c
660
return qual;
lib/libcrypto/x509/x509_cpols.c
666
POLICYQUALINFO_free(qual);
lib/libpcap/gencode.c
2236
gen_scode(const char *name, struct qual q)
lib/libpcap/gencode.c
2440
gen_mcode(const char *s1, const char *s2, int masklen, struct qual q)
lib/libpcap/gencode.c
2478
gen_ncode(const char *s, bpf_u_int32 v, struct qual q)
lib/libpcap/gencode.c
2561
gen_mcode6(const char *s1, const char *s2, int masklen, struct qual q)
lib/libpcap/gencode.c
2616
gen_ecode(const u_char *eaddr, struct qual q)
lib/libpcap/gencode.c
3307
gen_acode(const u_char *eaddr, struct qual q)
lib/libpcap/gencode.h
166
struct block *gen_scode(const char *, struct qual);
lib/libpcap/gencode.h
167
struct block *gen_ecode(const u_char *, struct qual);
lib/libpcap/gencode.h
168
struct block *gen_mcode(const char *, const char *, int, struct qual);
lib/libpcap/gencode.h
170
struct block *gen_mcode6(const char *, const char *, int, struct qual);
lib/libpcap/gencode.h
172
struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
lib/libpcap/grammar.y
57
static struct qual qerr = { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF };
lib/libpcap/grammar.y
87
struct qual q;
sys/arch/luna88k/stand/boot/scsireg.h
253
u_char qual;