Home
last modified time | relevance | path

Searched refs:localbuf (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Python/
Dgetcwd.c29 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/libcups/vcnet/regex/
Dregerror.c112 regatoi(preg, localbuf) in regatoi() argument
114 char *localbuf;
124 sprintf(localbuf, "%d", r->code);
125 return(localbuf);
Dregerror.ih7 static char *regatoi(const regex_t *preg, char *localbuf);
/external/llvm-project/llvm/lib/Support/
Dregerror.c123 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-10.0/llvm/lib/Support/
Dregerror.c123 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/
Dregerror.c123 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/
Dregerror.c123 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/
Dvfprintf.c34 char localbuf[BUFSIZ]; local
38 iop->_ptr = iop->_base = localbuf;
/external/python/cpython2/Lib/
Dpoplib.py365 localbuf = self.sslobj.read()
366 if len(localbuf) == 0:
368 self.buffer += localbuf
/external/libjpeg-turbo/
Djchuff.c467 localbuf = 1; \
474 if (localbuf) { \
500 int localbuf = 0; in flush_bits() local
551 int localbuf = 0; in encode_one_block_simd() local
570 int localbuf = 0; in encode_one_block() local