Searched refs:OS_GetOpt (Results 1 – 3 of 3) sorted by relevance
58 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()
136 int OS_GetOpt(const char *optstring);138 static inline int OS_GetOpt(const char *optstring) in OS_GetOpt() function
155 int OS_GetOpt(const char *optstring) in OS_GetOpt() function199 return OS_GetOpt(optstring); in OS_GetOpt()