Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/os/argument-1/src/
Dmain.c34 const char *opt_s = NULL; in NitroMain() local
67 opt_s = OS_GetOptArg(); in NitroMain()
82 OS_Printf("OPTION-s: %s\n", opt_s ? opt_s : "(null)"); in NitroMain()
99 opt_s = NULL; in NitroMain()
110 OS_Printf("OPTION-s: %s\n", opt_s ? opt_s : "(null)"); in NitroMain()
119 opt_s = OS_GetOptArg(); in NitroMain()