Searched defs:s (Results 1 – 17 of 17) sorted by relevance
/lib/libc/minimal/source/string/ |
A D | strspn.c | 10 size_t strspn(const char *s, in strspn() 22 size_t strcspn(const char *s, in strcspn()
|
A D | string.c | 20 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 D | strstr.c | 41 strstr(const char *s, const char *find) in strstr()
|
/lib/posix/options/ |
A D | perror.c | 14 void perror(const char *s) in perror()
|
A D | net.c | 384 int sockatmark(int s) in sockatmark()
|
/lib/libc/picolibc/ |
A D | cbprintf.c | 17 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 D | strnlen.c | 21 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
/lib/libc/arcmwdt/ |
A D | arcmwdt-string.c | 13 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
/lib/libc/minimal/source/stdlib/ |
A D | atoi.c | 31 int atoi(const char *s) in atoi()
|
A D | rand.c | 24 void srand(unsigned int s) in srand()
|
A D | strtoll.c | 45 register const char *s = nptr; in strtoll() local
|
A D | strtol.c | 45 register const char *s = nptr; in strtol() local
|
A D | strtoul.c | 45 register const char *s = nptr; in strtoul() local
|
A D | strtoull.c | 45 register const char *s = nptr; in strtoull() local
|
/lib/libc/minimal/source/stdout/ |
A D | stdout_console.c | 46 int fputs(const char *ZRESTRICT s, FILE *ZRESTRICT stream) in fputs() 117 int puts(const char *s) in puts()
|
/lib/crc/ |
A D | crc_shell.c | 38 static int string_to_crc_type(const char *s) in string_to_crc_type()
|
/lib/os/ |
A D | cbprintf_packaged.c | 258 const char *s; in cbvprintf_package() local 837 char *s, **ps; in cbpprintf_external() local
|
Completed in 18 milliseconds