Searched refs:localbuf (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Python/ |
D | getcwd.c | 29 char localbuf[MAXPATHLEN+1]; in getcwd() local 36 ret = getwd(localbuf); in getcwd() 37 if (ret != NULL && strlen(localbuf) >= (size_t)size) { in getcwd() 45 strncpy(buf, localbuf, size); in getcwd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/external/llvm/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 34 char localbuf[BUFSIZ]; local 38 iop->_ptr = iop->_base = localbuf;
|
/external/python/cpython2/Lib/ |
D | poplib.py | 365 localbuf = self.sslobj.read() 366 if len(localbuf) == 0: 368 self.buffer += localbuf
|
/external/libjpeg-turbo/ |
D | jchuff.c | 439 localbuf = 1; \ 446 if (localbuf) { \ 471 size_t bytes, bytestocopy; int localbuf = 0; in flush_bits() local 496 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block_simd() local 518 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block() local
|