Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_io.h33 int fcntl (int fno, int cmd, int arg);
44 int __ghs_hostio_fcntl (int fno, int cmd, int arg);
Dind_io.c257 int __ghs_hostio_fcntl (int fno, int cmd, int arg) in __ghs_hostio_fcntl() argument
260 return __ghs_syscall(SYSCALL_FCNTL, fno, cmd, arg); in __ghs_hostio_fcntl()
/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeoptions15 exec cmd /c cafeoptions.bat $*
Dcaferun261 …nohup ${GHS_ROOT}/multi.exe -cmd prepare_target "${MULTI_CONNECT}" ${CAFE_MULTI_INIT} "$MULTIELF" …
264 … echo ${GHS_ROOT}/multi.exe -cmd prepare_target "${MULTI_CONNECT}" ${CAFE_MULTI_INIT} "$MULTIELF"
/CafeSDK-2.12.13-1/
Dcafe.bat545 if DEFINED CAFE_SHELL_ARGS >> %_TEMPSCRIPT% echo @cmd /c %CAFE_SHELL_ARGS%
547 if DEFINED CAFE_SHELL_ARGS cmd /c %_TEMPSCRIPT%
548 if NOT DEFINED CAFE_SHELL_ARGS cmd /k %_TEMPSCRIPT%
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dcurl.h309 int cmd,
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1946 static class cmd class
DCafeFunctions.cs8456 if (cmd.mode(COMPORT) == 0) in initialize_serial_port_and_directory()