Searched defs:underscores (Results 1 – 4 of 4) sorted by relevance
18 void underscores(void) { in underscores() function
15 pub fn underscores(&self) -> usize { in underscores() method
126 int underscores(char *s) in underscores() function
494 static void getTime(char *buffer, size_t buflen, bool underscores = false) { in getTime()