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()
153 int OS_GetOpt(const char *optstring);155 static inline int OS_GetOpt(const char *optstring) in OS_GetOpt() function
161 int OS_GetOpt(const char *optstring) in OS_GetOpt() function205 return OS_GetOpt(optstring); in OS_GetOpt()