Home
last modified time | relevance | path

Searched defs:rstrip (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dini.c39 static char *rstrip(char *s) in rstrip() function
/third_party/python/Lib/collections/
D__init__.py1477 def rstrip(self, chars=None): member in UserString