Home
last modified time | relevance | path

Searched defs:proto_t (Results 1 – 25 of 78) sorted by relevance

1234

/glibc-2.36/benchtests/
Dbench-memrchr.c23 typedef char *(*proto_t) (const char *, int, size_t); typedef
Dbench-strcspn.c35 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
Dbench-rawmemchr.c28 typedef char *(*proto_t) (const char *, int); typedef
Dbench-memmove-large.c30 typedef char *(*proto_t) (char *, const char *, size_t); typedef
Dbench-memmove.c26 typedef void *(*proto_t) (void *, const void *, size_t); typedef
Dbench-memcpy-walk.c44 typedef char *(*proto_t) (char *, const char *, size_t); typedef
Dbench-bzero.c33 typedef void *(*proto_t) (void *, int, size_t); typedef
Dbench-strlen.c31 typedef size_t (*proto_t) (const CHAR *); typedef
Dbench-strcasecmp.c25 typedef int (*proto_t) (const char *, const char *); typedef
Dbench-memccpy.c38 typedef void *(*proto_t) (void *, const void *, int c, size_t); typedef
Dbench-bzero-walk.c35 typedef void *(*proto_t) (void *, int, size_t); typedef
Dbench-bzero-large.c35 typedef void *(*proto_t) (void *, int, size_t); typedef
/glibc-2.36/sysdeps/x86_64/x32/
Dtst-size_t-memcpy.c24 typedef void *(*proto_t) (void *, const void *, size_t); typedef
Dtst-size_t-memrchr.c24 typedef void * (*proto_t) (const void *, int, size_t); typedef
Dtst-size_t-strncasecmp.c24 typedef int (*proto_t) (const char *, const char *, size_t); typedef
Dtst-size_t-strncpy.c24 typedef char *(*proto_t) (char *, const char*, size_t); typedef
Dtst-size_t-memcmp.c41 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); typedef
Dtst-size_t-strnlen.c38 typedef size_t (*proto_t) (const CHAR *, size_t); typedef
Dtst-size_t-memchr.c39 typedef CHAR * (*proto_t) (const CHAR*, int, size_t); typedef
Dtst-size_t-memcmp-2.c41 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); typedef
Dtst-size_t-memset.c38 typedef CHAR *(*proto_t) (CHAR *, int, size_t); typedef
Dtst-size_t-strncmp.c41 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); typedef
/glibc-2.36/sysdeps/x86_64/
Dtst-rsi-strlen.c39 typedef size_t (*proto_t) (const CHAR *); typedef
/glibc-2.36/string/
Dtest-strcspn.c44 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
Dtest-memrchr.c23 typedef char *(*proto_t) (const char *, int, size_t); typedef

1234