Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 112) sorted by relevance

12345

/sysdeps/s390/s390-64/
A Dtst-glibc-hwcaps.c40 if (strcmp (platform, "z900") == 0) in compute_level()
42 if (strcmp (platform, "z990") == 0) in compute_level()
44 if (strcmp (platform, "z9-109") == 0) in compute_level()
46 if (strcmp (platform, "z10") == 0) in compute_level()
48 if (strcmp (platform, "z196") == 0) in compute_level()
50 if (strcmp (platform, "zEC12") == 0) in compute_level()
60 if (strcmp (platform, "z13") == 0) in compute_level()
62 if (strcmp (platform, "z14") == 0) in compute_level()
64 if (strcmp (platform, "z15") == 0) in compute_level()
/sysdeps/powerpc/powerpc64/multiarch/
A Dstrcmp.c20 # define strcmp __redirect_strcmp macro
27 extern __typeof (strcmp) __strcmp_ppc attribute_hidden;
28 extern __typeof (strcmp) __strcmp_power7 attribute_hidden;
29 extern __typeof (strcmp) __strcmp_power8 attribute_hidden;
31 extern __typeof (strcmp) __strcmp_power9 attribute_hidden;
34 # undef strcmp
36 libc_ifunc_redirected (__redirect_strcmp, strcmp,
A DMakefile25 strcmp-power8 strcmp-power7 strcmp-ppc64 \
37 strcmp-power9 strncmp-power9 strcpy-power9 stpcpy-power9 \
/sysdeps/i386/i686/multiarch/
A Dstrcmp.c22 # define strcmp __redirect_strcmp macro
24 # undef strcmp
26 # define SYMBOL_NAME strcmp
29 libc_ifunc_redirected (__redirect_strcmp, strcmp, IFUNC_SELECTOR ());
A Dstrcmp-ia32.S21 # define strcmp __strcmp_ia32 macro
29 .globl __GI_strcmp; __GI_strcmp = strcmp
/sysdeps/unix/sysv/linux/
A Dupdwtmp.c22 ((strcmp (file_name, _PATH_UTMP) == 0 \
25 : ((strcmp (file_name, _PATH_WTMP) == 0 \
28 : ((strcmp (file_name, _PATH_UTMP "x") == 0 \
31 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
A Dutmp_file.c22 ((strcmp (file_name, _PATH_UTMP) == 0 \
25 : ((strcmp (file_name, _PATH_WTMP) == 0 \
28 : ((strcmp (file_name, _PATH_UTMP "x") == 0 \
31 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
A Dlddlibc4.c57 if (strcmp (argv[1], "--help") == 0) in main()
64 else if (strcmp (argv[1], "--version") == 0) in main()
A Dpathconf.c108 if (strcmp (mntbuf.mnt_type, "ext2") != 0 in distinguish_extX()
109 && strcmp (mntbuf.mnt_type, "ext3") != 0 in distinguish_extX()
110 && strcmp (mntbuf.mnt_type, "ext4") != 0) in distinguish_extX()
117 if (strcmp (mntbuf.mnt_type, "ext4") == 0) in distinguish_extX()
/sysdeps/x86_64/multiarch/
A Dstrcmp.c22 # define strcmp __redirect_strcmp macro
24 # undef strcmp
26 # define SYMBOL_NAME strcmp
65 libc_ifunc_redirected (__redirect_strcmp, strcmp, IFUNC_SELECTOR ());
68 __hidden_ver1 (strcmp, __GI_strcmp, __redirect_strcmp)
69 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strcmp);
A Dstrcmp-sse2.S25 # define libc_hidden_builtin_def(strcmp) argument
A Dstrncmp-ssse3.S24 #define libc_hidden_builtin_def(strcmp) argument
A DMakefile4 strcmp-sse2 strcmp-sse2-unaligned strcmp-ssse3 \
5 strcmp-sse4_2 strcmp-avx2 \
53 strcmp-avx2-rtm \
77 strcmp-evex \
A Dstrncmp-sse2.S24 # define libc_hidden_builtin_def(strcmp) argument
/sysdeps/s390/
A Dstrcmp.c22 # define strcmp __redirect_strcmp macro
27 # undef strcmp
37 s390_libc_ifunc_expr (__redirect_strcmp, strcmp,
A Ddl-procinfo.h92 if (strcmp (str, GLRO(dl_s390_cap_flags)[i]) == 0) in _dl_string_hwcap()
107 if (strcmp (str, GLRO(dl_s390_platforms)[i]) == 0) in _dl_string_platform()
/sysdeps/powerpc/powerpc64/le/
A Dtst-glibc-hwcaps.c33 if (strcmp (platform, "power8") == 0) in compute_level()
35 if (strcmp (platform, "power9") == 0) in compute_level()
37 if (strcmp (platform, "power10") == 0) in compute_level()
/sysdeps/powerpc/
A Ddl-procinfo.h77 if (strcmp (str, _dl_hwcap_string (i)) == 0) in _dl_string_hwcap()
140 if (strcmp (str + 3, "970") == 0) in _dl_string_platform()
142 else if (strcmp (str + 3, "-cell-be") == 0) in _dl_string_platform()
144 else if (strcmp (str + 3, "a2") == 0) in _dl_string_platform()
146 else if (strcmp (str + 3, "405") == 0) in _dl_string_platform()
148 else if (strcmp (str + 3, "440") == 0) in _dl_string_platform()
150 else if (strcmp (str + 3, "464") == 0) in _dl_string_platform()
152 else if (strcmp (str + 3, "476") == 0) in _dl_string_platform()
/sysdeps/i386/i686/
A Dstrcmp.S27 ENTRY (strcmp)
50 END (strcmp)
51 libc_hidden_builtin_def (strcmp)
/sysdeps/gnu/
A Dupdwtmp.c22 ((strcmp (file_name, _PATH_UTMP "x") == 0 \
25 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
A Dutmp_file.c22 ((strcmp (file_name, _PATH_UTMP "x") == 0 \
25 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
/sysdeps/i386/
A Dtst-auditmod3b.c139 if (strcmp (symname, "audit1_test") == 0 in pltenter()
140 || strcmp (symname, "audit2_test") == 0) in pltenter()
162 if (strcmp (symname, "audit1_test") == 0 in pltexit()
163 || strcmp (symname, "audit2_test") == 0) in pltexit()
170 if (strcmp (symname, "audit1_test") == 0) in pltexit()
178 else if (strcmp (symname, "audit2_test") == 0) in pltexit()
/sysdeps/ia64/
A Dstrcmp.S38 ENTRY(strcmp)
51 END(strcmp)
52 libc_hidden_builtin_def (strcmp)
/sysdeps/x86/
A Dtst-strcpy-rtm.c32 && strcmp (string2, string1) == 0) in prepare()
43 && strcmp (string2, string1) == 0) in function()
/sysdeps/pthread/
A Dtst-basic6.c51 if (strcmp (p, p2) != 0) in tf()
116 if (strcmp (p, p2) != 0) in do_test()

Completed in 46 milliseconds

12345