Home
last modified time | relevance | path

Searched defs:getline (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/stdio/
H A Dgetline.c3 ssize_t getline(char **restrict s, size_t *restrict n, FILE *restrict f) in getline() function
/third_party/cups-filters/filter/
H A Dgetline.c116 getline (lineptr, n, stream) in getline() function
/third_party/python/Lib/
H A Dlinecache.py26 def getline(filename, lineno, module_globals=None): function
H A Dftplib.py211 def getline(self): member in FTP
H A Dpydoc.py2036 def getline(self, prompt): function
/third_party/python/Tools/scripts/
H A Dcleanfuture.py145 def getline(self): member in FutureFinder
H A Dreindent.py276 def getline(self): member in Reindenter
H A Dpindent.py142 def getline(self): member in PythonIndenter
/third_party/python/Lib/test/
H A Dtest_tracemalloc.py654 def getline(filename, lineno): function
/third_party/rust/crates/libc/src/
H A Dwasi.rs696 pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t; in getline() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1405 pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t; in getline() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1278 pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t; in getline() functions

Completed in 18 milliseconds