Searched refs:opt_t (Results 1 – 1 of 1) sorted by relevance
35 const char *opt_t = NULL; in NitroMain() local71 opt_t = OS_GetOptArg(); in NitroMain()83 OS_Printf("OPTION-t: %s\n", opt_t ? opt_t : "(null)"); in NitroMain()100 opt_t = NULL; in NitroMain()111 OS_Printf("OPTION-t: %s\n", opt_t ? opt_t : "(null)"); in NitroMain()123 opt_t = OS_GetOptArg(); in NitroMain()