Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 232) sorted by relevance

12345678910

/picolibc-latest/newlib/libc/stdlib/
Dwctomb_r.c16 char *s, in __ascii_wctomb()
45 char *s, in __utf8_wctomb()
137 char *s, in __sjis_wctomb()
171 char *s, in __eucjp_wctomb()
211 char *s, in __jis_wctomb()
259 ___iso_wctomb (char *s, wchar_t _wchar, int iso_idx, in ___iso_wctomb()
295 int __iso_8859_1_wctomb (char *s, wchar_t _wchar, in __iso_8859_1_wctomb()
301 int __iso_8859_2_wctomb (char *s, wchar_t _wchar, in __iso_8859_2_wctomb()
307 int __iso_8859_3_wctomb (char *s, wchar_t _wchar, in __iso_8859_3_wctomb()
313 int __iso_8859_4_wctomb (char *s, wchar_t _wchar, in __iso_8859_4_wctomb()
[all …]
Dlocal_s.h44 #define CHECK_RSIZE(s) 0 argument
46 #define CHECK_RSIZE(s) (RSIZE_MAX == SIZE_MAX ? 0 : (s) > RSIZE_MAX) argument
Dmbtowc_r.c17 const char *s, in __ascii_mbtowc()
83 ___iso_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in ___iso_mbtowc()
121 __iso_8859_1_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_1_mbtowc()
128 __iso_8859_2_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_2_mbtowc()
135 __iso_8859_3_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_3_mbtowc()
142 __iso_8859_4_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_4_mbtowc()
149 __iso_8859_5_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_5_mbtowc()
156 __iso_8859_6_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_6_mbtowc()
163 __iso_8859_7_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_7_mbtowc()
170 __iso_8859_8_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_8_mbtowc()
[all …]
Dsystem.c65 system (const char *s) in system()
106 do_system (const char *s) in do_system()
Dnano-pvalloc.c32 pvalloc(size_t s) in pvalloc()
Dnano-valloc.c32 valloc(size_t s) in valloc()
Datof.c63 atof (const char *s) in atof()
Datoi.c53 atoi (const char *s) in atoi()
Datol.c13 atol (const char *s) in atol()
Dmstats.c95 mstats (char *s) in mstats()
Datoff.c9 atoff (const char *s) in atoff()
Dstrtol.c125 register const unsigned char *s = (const unsigned char *)nptr; in _strtol_l() local
214 strtol_l (const char *__restrict s, char **__restrict ptr, int base, in strtol_l()
221 strtol (const char *__restrict s, in strtol()
Dstrtoll.c133 register const unsigned char *s = (const unsigned char *)nptr; in _strtoll_l() local
213 strtoll_l (const char *__restrict s, char **__restrict ptr, int base, in strtoll_l()
220 strtoll (const char *__restrict s, in strtoll()
Dstrtoull.c129 register const unsigned char *s = (const unsigned char *)nptr; in _strtoull_l() local
188 strtoull_l (const char *__restrict s, char **__restrict ptr, int base, in strtoull_l()
195 strtoull (const char *__restrict s, in strtoull()
/picolibc-latest/newlib/libc/iconv/lib/
Dendian.h32 # define ICONV_BETOHS(s) \ argument
41 # define ICONV_LETOHS(s) (s) argument
44 # define ICONV_HTOLES(s) ICONV_LETOHS (s) argument
46 # define ICONV_HTOBES(s) ICONV_BETOHS (s) argument
51 # define ICONV_BETOHS(s) (s) argument
54 # define ICONV_LETOHS(s) \ argument
63 # define ICONV_HTOBES(s) ICONV_BETOHS (s) argument
65 # define ICONV_HTOLES(s) ICONV_LETOHS (s) argument
/picolibc-latest/newlib/libc/machine/spu/
Dtmpnam.c40 tmpnam (char *s) in tmpnam()
Dputs.c39 puts (char const * s) in puts()
Dstdio.c57 __cleanup (struct _reent *s) in __cleanup()
68 __sinit (struct _reent *s) in __sinit()
/picolibc-latest/newlib/libm/ld/ldd/
Ds_nanl.c37 nanl(const char *s) in nanl()
/picolibc-latest/newlib/libc/tinystdio/
Dtmpnam.c47 char *tmpnam(char *s) in tmpnam()
/picolibc-latest/newlib/testsuite/newlib.stdlib/
Dsize_max.c12 size_t s; in main() local
/picolibc-latest/newlib/libc/machine/xc16x/
Dputs.c15 int puts(const char *s) in puts()
/picolibc-latest/newlib/libc/string/
Dwcslen.c57 wcslen (const wchar_t * s) in wcslen()
Dindex.c50 index (const char *s, in index()
Drindex.c50 rindex (const char *s, in rindex()

12345678910