Home
last modified time | relevance | path

Searched refs:OS_GetOpt (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/demos/os/argument-1/src/
Dmain.c58 while ((c = OS_GetOpt("bs:t::")) > 0) in NitroMain()
101 (void)OS_GetOpt(NULL); // Rewind in NitroMain()
103 while ((c = OS_GetOpt("-bs:t::")) > 0) in NitroMain()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
Dargument.h153 int OS_GetOpt(const char *optstring);
155 static inline int OS_GetOpt(const char *optstring) in OS_GetOpt() function
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_argument.c161 int OS_GetOpt(const char *optstring) in OS_GetOpt() function
205 return OS_GetOpt(optstring); in OS_GetOpt()