Searched refs:strp (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vswscanf.c | 61 const wchar_t *strp; in vswscanf() local 71 strp = str; in vswscanf() 72 if ((mlen = wcsrtombs(mbstr, &strp, len, &mbs)) == (size_t)-1) { in vswscanf()
|
/bionic/libc/tzcode/ |
D | localtime.c | 152 static const char * getzname(const char * strp) ATTRIBUTE_PURE; 153 static const char * getqzname(const char * strp, const int delim) 155 static const char * getnum(const char * strp, int * nump, int min, 157 static const char * getsecs(const char * strp, int_fast32_t * secsp); 158 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 159 static const char * getrule(const char * strp, struct rule * rulep); 662 getzname(register const char * strp) in getzname() argument 666 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname() 668 ++strp; in getzname() 669 return strp; in getzname() [all …]
|