Searched refs:opt_s (Results 1 – 1 of 1) sorted by relevance
34 const char *opt_s = NULL; in NitroMain() local67 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()