Searched refs:__strndup (Results 1 – 25 of 53) sorted by relevance
123
/glibc-2.36/string/ |
D | strndup.c | 32 #undef __strndup 36 # define __strndup strndup macro 40 __strndup (const char *s, size_t n) in __strndup() function 52 libc_hidden_def (__strndup) 55 weak_alias (__strndup, strndup)
|
D | argz-replace.c | 71 char *to = __strndup (arg, to_len); in __argz_replace()
|
D | Versions | 71 __strndup;
|
/glibc-2.36/argp/ |
D | argp-namefrob.h | 94 #undef __strndup 95 #define __strndup strndup macro
|
D | argp-help.c | 1596 inp_text = __strndup (inp_text, inp_text_limit); in argp_doc()
|
/glibc-2.36/include/ |
D | string.h | 33 extern char *__strndup (const char *__string, size_t __n) 101 libc_hidden_proto (__strndup)
|
/glibc-2.36/stdlib/ |
D | putenv.c | 63 name = __strndup (string, name_end - string); in putenv()
|
D | fmtmsg.c | 272 new_string = __strndup (cp, end - cp); in init()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | if_index.c | 172 idx[nifs].if_name = __strndup (rta_data, rta_payload); in weak_alias()
|
/glibc-2.36/locale/ |
D | findlocale.c | 310 = __strndup (cp, endp - cp); in _nl_find_locale()
|
/glibc-2.36/resolv/ |
D | res_hconf.c | 128 __strndup (start, len); in arg_trimdomain_list()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 386 GLIBC_2.35 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 390 GLIBC_2.36 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 431 GLIBC_2.33 __strndup F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 481 GLIBC_2.2.6 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 432 GLIBC_2.32 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 446 GLIBC_2.27 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 456 GLIBC_2.17 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 458 GLIBC_2.16 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 440 GLIBC_2.29 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 456 GLIBC_2.2.5 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 467 GLIBC_2.2 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 542 GLIBC_2.17 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 488 GLIBC_2.2 __strndup F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 950 GLIBC_2.4 __strndup F
|
123