Home
last modified time | relevance | path

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

/lib/libc/minimal/source/string/
A Dstrspn.c10 size_t strspn(const char *s, in strspn()
22 size_t strcspn(const char *s, in strcspn()
A Dstring.c20 char *strcpy(char *ZRESTRICT d, const char *ZRESTRICT s) in strcpy()
42 char *strncpy(char *ZRESTRICT d, const char *ZRESTRICT s, size_t n) in strncpy()
69 char *strchr(const char *s, int c) in strchr()
87 char *strrchr(const char *s, int c) in strrchr()
107 size_t strlen(const char *s) in strlen()
244 void *memmove(void *d, const void *s, size_t n) in memmove()
279 void *memcpy(void *ZRESTRICT d, const void *ZRESTRICT s, size_t n) in memcpy()
385 void *memchr(const void *s, int c, size_t n) in memchr()
A Dstrstr.c41 strstr(const char *s, const char *find) in strstr()
/lib/posix/options/
A Dperror.c14 void perror(const char *s) in perror()
A Dnet.c384 int sockatmark(int s) in sockatmark()
/lib/libc/picolibc/
A Dcbprintf.c17 struct cb_bits *s = (struct cb_bits *) _s; in cbputc() local
25 struct cb_bits s = { in cbvprintf() local
/lib/libc/common/source/string/
A Dstrnlen.c21 size_t strnlen(const char *s, size_t maxlen) in strnlen()
/lib/libc/arcmwdt/
A Darcmwdt-string.c13 size_t strnlen(const char *s, size_t maxlen) in strnlen()
/lib/libc/minimal/source/stdlib/
A Datoi.c31 int atoi(const char *s) in atoi()
A Drand.c24 void srand(unsigned int s) in srand()
A Dstrtoll.c45 register const char *s = nptr; in strtoll() local
A Dstrtol.c45 register const char *s = nptr; in strtol() local
A Dstrtoul.c45 register const char *s = nptr; in strtoul() local
A Dstrtoull.c45 register const char *s = nptr; in strtoull() local
/lib/libc/minimal/source/stdout/
A Dstdout_console.c46 int fputs(const char *ZRESTRICT s, FILE *ZRESTRICT stream) in fputs()
117 int puts(const char *s) in puts()
/lib/crc/
A Dcrc_shell.c38 static int string_to_crc_type(const char *s) in string_to_crc_type()
/lib/os/
A Dcbprintf_packaged.c258 const char *s; in cbvprintf_package() local
837 char *s, **ps; in cbpprintf_external() local

Completed in 18 milliseconds