Searched defs:prefix (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/math/ |
D | test-math-narrow.h | 21 #define FUNC_TEST_CONCAT(prefix, function, suffix) \ argument 23 #define _FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-quota.c | 29 const char *prefix; in check_size() local
|
D | tst-ttyname.c | 59 trim_prefix (char *str, size_t str_len, const char *prefix) in trim_prefix()
|
/glibc-2.36/support/ |
D | support_run_diff.c | 31 write_to_temp_file (const char *prefix, const char *str) in write_to_temp_file()
|
D | support_descriptors.c | 135 const char *prefix, FILE *fp) in support_descriptors_dump()
|
/glibc-2.36/localedata/ |
D | tst-setlocale3.c | 193 const char *prefix = "LC_CTYPE=de_DE.UTF-8;LC_TIME="; in do_test() local
|
/glibc-2.36/posix/ |
D | tst-glob-tilde.c | 41 one_test (const char *prefix, const char *middle, const char *suffix) in one_test()
|
D | getopt.c | 196 int print_errors, const char *prefix) in process_long_option()
|
/glibc-2.36/elf/ |
D | tst-stringtable.c | 82 struct stringtable_entry *prefix in do_test() local
|
/glibc-2.36/resolv/ |
D | tst-res_hnok.c | 113 one_char (const char *prefix, const char *accepted, const char *suffix, in one_char()
|
/glibc-2.36/malloc/ |
D | dynarray-skeleton.c | 149 #define DYNARRAY_CONCAT0(prefix, name) prefix##name argument 150 #define DYNARRAY_CONCAT1(prefix, name) DYNARRAY_CONCAT0(prefix, name) argument
|
/glibc-2.36/iconv/ |
D | gconv_parseconfdir.h | 119 gconv_parseconfdir (const char *prefix, const char *dir, size_t dir_len) in gconv_parseconfdir()
|
D | iconvconfig.c | 166 static const char *prefix = ""; variable
|
/glibc-2.36/stdlib/ |
D | isomac.c | 91 static char *prefix[] = variable
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 1295 struct in6_addr prefix; member 1858 struct in6_addr prefix; in add_prefixlist() local 2017 struct in6_addr prefix; in gaiconf_init() local
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | libm_error.c | 172 #define _DECL_NUM(type, prefix, var, bytes...) \ in __libm_error_support() argument
|
/glibc-2.36/include/ |
D | libc-symbols.h | 532 # define __hidden_asmname1(prefix, name) __hidden_asmname2(prefix, name) argument 533 # define __hidden_asmname2(prefix, name) #prefix name argument
|
/glibc-2.36/misc/sys/ |
D | cdefs.h | 260 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname argument
|