Searched defs:whatever (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Parser/
H A Dpromote_types_in_proto.c5 int whatever(int argc, char *argv[]) function
/external/clang/test/Preprocessor/
H A Dextension-warning.c18 void whatever() {} function
/external/openssh/
H A Dsandbox-systrace.c98 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 Dexpr-address-of.c4 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 Dsys_android.c320 void floating_point_exception_handler(int whatever) argument
H A Dsys_linux.c315 void floating_point_exception_handler(int whatever) argument
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp313 void floating_point_exception_handler(int whatever) argument
H A Dsys_android.cpp354 void floating_point_exception_handler(int whatever) argument
H A Dsys_dos.cpp864 void Sys_NoFPUExceptionHandler(int whatever) argument
876 void Sys_DefaultExceptionHandler(int whatever) argument

Completed in 192 milliseconds