Searched refs:terminator (Results 1 – 2 of 2) sorted by relevance
23 static bool terminator(char c) { return c == 0 || c == '/'; } in terminator() function32 } else if (path[0] == '.' && terminator(path[1])) { in is_resolved()36 } else if (path[0] == '.' && path[1] == '.' && terminator(path[2])) { in is_resolved()
52 // null-terminator.
Completed in 2 milliseconds