Home
last modified time | relevance | path

Searched refs:alloc_string (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Dlogfile.c28 static void alloc_string(struct string *s, int len) in alloc_string() function
165 alloc_string(s, 100); in expand_logfn()
308 alloc_string(&s1, strlen(log_dir) + strlen(s.s) + 2); in set_up_logging()
318 alloc_string(&s2, strlen(log_dir) + strlen(s.s) + 2); in set_up_logging()
/external/chromium_org/third_party/cython/src/Cython/Debugger/
Dlibpython.py2327 def alloc_string(self, string): member in PythonCodeExecutor
2334 stringp = self.alloc_string(string)
2386 pointer = self.alloc_string(code)