Searched defs:whatever (Results 1 - 9 of 9) sorted by relevance
/external/clang/test/Parser/ |
H A D | promote_types_in_proto.c | 5 int whatever(int argc, char *argv[]) function
|
/external/clang/test/Preprocessor/ |
H A D | extension-warning.c | 18 void whatever() {} function
|
/external/openssh/ |
H A D | sandbox-systrace.c | 98 char whatever = 0; local 103 if (atomicio(vwrite, box->child_sock, &whatever, 1) != 1) 106 if (atomicio(read, box->child_sock, &whatever, 1) != 1) 117 char whatever = 0; local 124 if (atomicio(read, box->parent_sock, &whatever, 1) != 1) 177 if (atomicio(vwrite, box->parent_sock, &whatever, 1) != 1)
|
/external/clang/test/Sema/ |
H A D | expr-address-of.c | 4 struct entry { struct xx *whatever; member in struct:entry 15 add_one(&p->whatever->bitf); // expected-error {{address of bit-field requested}}
|
/external/quake/quake/src/QW/client/ |
H A D | sys_android.c | 320 void floating_point_exception_handler(int whatever) argument
|
H A D | sys_linux.c | 315 void floating_point_exception_handler(int whatever)
argument
|
/external/quake/quake/src/WinQuake/ |
H A D | sys_linux.cpp | 313 void floating_point_exception_handler(int whatever) argument
|
H A D | sys_android.cpp | 354 void floating_point_exception_handler(int whatever) argument
|
H A D | sys_dos.cpp | 864 void Sys_NoFPUExceptionHandler(int whatever)
argument 876 void Sys_DefaultExceptionHandler(int whatever)
argument
|
Completed in 192 milliseconds