Home
last modified time | relevance | path

Searched refs:qual (Results 1 – 25 of 120) sorted by relevance

12345

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A.c51 tree qual, qual_wfl, decl; local
57 qual = EXPR_WFL_QUALIFICATION (id);
59 qual_wfl = QUAL_WFL (qual);
66 qual = EXPR_WFL_QUALIFICATION (qual_wfl);
67 qual_wfl = QUAL_WFL (qual);
71 qual = TREE_CHAIN (qual);
99 QUAL_RESOLUTION (qual) = decl;
105 QUAL_RESOLUTION (qual) = (new_array_found ? NULL_TREE : decl);
110 QUAL_RESOLUTION (qual) = decl;
112 else if (TREE_CODE (QUAL_WFL (qual)) == CALL_EXPR
[all …]
/openbsd/lib/libcrypto/txt_db/
H A Dtxt_db.c92 ret->qual = NULL; in TXT_DB_read()
97 if ((ret->qual = reallocarray(NULL, num, sizeof(*(ret->qual)))) == NULL) in TXT_DB_read()
101 ret->qual[i] = NULL; in TXT_DB_read()
180 free(ret->qual); in TXT_DB_read()
211 TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), in TXT_DB_create_index()
230 if ((qual != NULL) && (qual(r) == 0)) in TXT_DB_create_index()
243 db->qual[field] = qual; in TXT_DB_create_index()
307 if ((db->qual[i] != NULL) && (db->qual[i](row) == 0)) in TXT_DB_insert()
326 if ((db->qual[i] != NULL) && (db->qual[i](row) == 0)) in TXT_DB_insert()
353 free(db->qual); in TXT_DB_free()
H A Dtxt_db.h88 int (**qual)(OPENSSL_STRING *); member
102 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
/openbsd/lib/libpcap/
H A Dgencode.h148 struct qual { struct
166 struct block *gen_scode(const char *, struct qual); argument
167 struct block *gen_ecode(const u_char *, struct qual);
168 struct block *gen_mcode(const char *, const char *, int, struct qual);
170 struct block *gen_mcode6(const char *, const char *, int, struct qual);
172 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
/openbsd/usr.bin/awk/
H A DREADME.md98 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c
99 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c
100 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c
101 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c
102 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab
104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c
105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c
106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c
107 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c
108 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c
[all …]
/openbsd/games/sail/
H A Ddr_3.c283 int qual; in is_toughmelee() local
285 qual = ship->specs->qual; in is_toughmelee()
290 ? ship->specs->crew1 * qual : 0; in is_toughmelee()
292 ? ship->specs->crew2 * qual : 0; in is_toughmelee()
294 ? ship->specs->crew3 * qual : 0; in is_toughmelee()
H A Ddr_1.c158 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
159 strengthto = mento * tocap->specs->qual; in fightitout()
176 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
177 strengthto = mento * tocap->specs->qual; in fightitout()
354 hit += QUAL[index][capship(sp)->specs->qual - 1]; in compcombat()
/openbsd/lib/libcrypto/x509/
H A Dx509_cpols.c540 POLICYQUALINFO *qual; in policy_section() local
553 qual = notice_section(ctx, unot, ia5org); in policy_section()
555 if (qual == NULL) in policy_section()
563 if (sk_POLICYQUALINFO_push(pol->qualifiers, qual) == 0) in policy_section()
593 POLICYQUALINFO *qual; in notice_section() local
595 if (!(qual = POLICYQUALINFO_new())) in notice_section()
597 qual->pqualid = OBJ_nid2obj(NID_id_qt_unotice); in notice_section()
600 qual->d.usernotice = not; in notice_section()
662 return qual; in notice_section()
668 POLICYQUALINFO_free(qual); in notice_section()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.c5996 int qual; in build_mri_control_operand()
6115 int qual;
6152 qual = '\0';
6187 qual = '\0';
6223 s_mri_if (qual) in s_mri_if() argument
6224 int qual; in s_mri_if()
6309 int qual; in s_mri_else()
6478 s_mri_for (qual) in s_mri_for() argument
6479 int qual; in s_mri_for()
6765 int qual; in s_mri_until()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dmacro.c549 sb qual; in do_formals() local
551 sb_new (&qual); in do_formals()
552 idx = get_token (sb_skip_white (idx + 1, in), in, &qual); in do_formals()
553 sb_terminate (&qual); in do_formals()
554 if (qual.len == 0) in do_formals()
560 else if (strcmp (qual.ptr, "req") == 0) in do_formals()
562 else if (strcmp (qual.ptr, "vararg") == 0) in do_formals()
568 qual.ptr, in do_formals()
571 sb_kill (&qual); in do_formals()
/openbsd/usr.bin/htpasswd/
H A DMakefile7 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
/openbsd/sbin/resolvd/
H A DMakefile13 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/slowcgi/
H A DMakefile8 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/sbin/ping/
H A DMakefile8 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/dhcpleasectl/
H A DMakefile11 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/ifstated/
H A DMakefile8 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/dhcp6leasectl/
H A DMakefile11 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/hotplugd/
H A DMakefile15 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/ractl/
H A DMakefile11 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/unwindctl/
H A DMakefile11 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/slaacctl/
H A DMakefile11 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.c6155 qual = '\0'; in parse_mri_control_expression()
6190 qual = '\0'; in parse_mri_control_expression()
6226 s_mri_if (int qual) in s_mri_if() argument
6310 s_mri_else (int qual) in s_mri_else() argument
6316 if (qual == '\0' in s_mri_else()
6476 s_mri_for (int qual) in s_mri_for() argument
6639 if (qual != '\0') in s_mri_for()
6657 if (qual != '\0') in s_mri_for()
6684 if (qual != '\0') in s_mri_for()
6759 s_mri_until (int qual) in s_mri_until() argument
[all …]
/openbsd/usr.sbin/traceroute/
H A DMakefile10 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/dhcrelay/
H A DMakefile12 CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual
/openbsd/usr.sbin/gpioctl/
H A DMakefile13 CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual

12345