Searched refs:flag (Results 1 - 25 of 937) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/lib/perl5db/t/
H A Dtest-r-statement10 my $flag = 1;
12 $flag = 0;
16 if ($flag)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dmisc10.C5 enum flag { OFF, ON }; enum
6 enum BOOL { FALSE = (enum flag) 0, TRUE };
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload34.C5 int & flag; member in class:X
7 void f(){ flag++ ; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deh990323-3.C15 int flag; local
17 flag = 0;
22 flag = 1;
25 if (!flag)
H A Deh990323-2.C51 int flag; local
53 flag = 0;
60 flag = 1;
62 if (!flag)
65 flag = 0;
72 flag = 1;
74 if (!flag)
77 flag = 0;
84 flag = 1;
86 if (!flag)
[all...]
H A Deh990323-4.C52 int flag; local
54 flag = 0;
61 flag = 1;
63 if (!flag)
66 flag = 0;
73 flag = 1;
75 if (!flag)
78 flag = 0;
85 flag = 1;
87 if (!flag)
[all...]
H A Dice990323-2.C32 int flag; local
34 flag = 0;
42 flag = 1;
44 if (!flag)
47 flag = 0;
55 flag = 1;
57 if (!flag)
60 flag = 0;
68 flag = 1;
70 if (!flag)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991227-1.c1 char* doit(int flag) argument
3 return 1 + (flag ? "\0wrong\n" : "\0right\n");
H A D20000224-1.c3 int flag = 0; variable
11 if (flag & 1) {
16 flag++;
/openbsd-current/regress/libexec/ld.so/dependencies/order1/prog1/
H A Dmain.c24 int flag = RTLD_NOW; local
26 if ((libaa = dlopen("libaa.so", flag)) == NULL) {
27 printf("dlopen(\"libaa.so\", %d) FAILED\n", flag);
31 if ((libbb = dlopen("libbb.so", flag)) == NULL) {
32 printf("dlopen(\"libbb.so\", %d) FAILED\n", flag);
41 if ((libbb = dlopen("libbb.so", flag)) == NULL) {
42 printf("dlopen(\"libbb.so\", %d) FAILED\n", flag);
/openbsd-current/regress/libexec/ld.so/dependencies/order2/prog1/
H A Dmain.c24 int flag = RTLD_NOW; local
26 if ((libaa = dlopen("libaa.so", flag)) == NULL) {
27 printf("dlopen(\"libaa.so\", %d) FAILED\n", flag);
31 if ((libbb = dlopen("libbb.so", flag)) == NULL) {
32 printf("dlopen(\"libbb.so\", %d) FAILED\n", flag);
46 if ((libaa = dlopen("libaa.so", flag)) == NULL) {
47 printf("dlopen(\"libaa.so\", %d) FAILED\n", flag);
/openbsd-current/lib/libcurses/base/
H A Dlib_immedok.c49 immedok(WINDOW *win, bool flag) argument
51 T((T_CALLED("immedok(%p,%d)"), (void *) win, flag));
54 win->_immed = flag;
/openbsd-current/gnu/usr.bin/binutils/
H A DMakefile.def144 flags_to_pass = { flag= DESTDIR ; };
145 flags_to_pass = { flag= RPATH_ENVVAR ; };
146 flags_to_pass = { flag= TARGET_SUBDIR ; };
147 flags_to_pass = { flag= bindir ; };
148 flags_to_pass = { flag= datadir ; };
149 flags_to_pass = { flag= exec_prefix ; };
150 flags_to_pass = { flag= includedir ; };
151 flags_to_pass = { flag= infodir ; };
152 flags_to_pass = { flag= libdir ; };
153 flags_to_pass = { flag
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dxref.c39 /* Decode an xref flag value. Return 0 if the flag wasn't found. */
42 xref_flag_value (flag)
43 const char *flag;
47 if (!strcmp (flag, xref_table [i].key))
53 xref_set_data (flag, data)
54 int flag;
57 xref_table [flag-1].data = data;
61 xref_get_data (flag)
62 int flag;
[all...]
/openbsd-current/lib/libc/softfloat/
H A Dgedf2.c12 flag __gedf2(float64, float64) __dso_protected;
14 flag
H A Dgesf2.c12 flag __gesf2(float32, float32) __dso_protected;
14 flag
H A Dledf2.c12 flag __ledf2(float64, float64) __dso_protected;
14 flag
H A Dlesf2.c12 flag __lesf2(float32, float32) __dso_protected;
14 flag
H A Deqdf2.c12 flag __eqdf2(float64, float64) __dso_protected;
14 flag
H A Deqsf2.c12 flag __eqsf2(float32, float32) __dso_protected;
14 flag
H A Dgtdf2.c12 flag __gtdf2(float64, float64) __dso_protected;
14 flag
H A Dgtsf2.c12 flag __gtsf2(float32, float32) __dso_protected;
14 flag
H A Dunorddf2.c12 flag __unorddf2(float64, float64) __dso_protected;
14 flag
H A Dunordsf2.c12 flag __unordsf2(float32, float32) __dso_protected;
14 flag
H A Dnesf2.c12 flag __nesf2(float32, float32) __dso_protected;
14 flag

Completed in 172 milliseconds

1234567891011>>