Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_io.c257 int __ghs_hostio_fcntl (int fno, int cmd, int arg) in __ghs_hostio_fcntl()
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dtypecheck-gcc.h111 #define curl_easy_getinfo(handle, info, arg) \ argument
Dcurl.h2160 #define curl_easy_getinfo(handle,info,arg) curl_easy_getinfo(handle,info,arg) argument
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1548 static void outputThread(object arg) in outputThread()