Internals-DumpArenas
view release on metacpan or search on metacpan
File ../sysdeps/unix/sysv/linux/getdirentries.c:
ssize_t getdirentries(int, char *, size_t, off_t *);
ssize_t getdirentries64(int, char *, size_t, off64_t *);
File fgetgrent.c:
struct group *fgetgrent(FILE *);
File initgroups.c:
int getgrouplist(const char *, gid_t, gid_t *, int *);
int initgroups(const char *, gid_t);
File compat-initgroups.c:
static enum nss_status compat_call(service_user *, const char *, gid_t, long int *, long int *, gid_t **, long int, int *);
File initgroups.c:
static int internal_getgrouplist(const char *, gid_t, long int *, gid_t **, long int);
File ../sysdeps/unix/sysv/linux/i386/setgroups.c:
int setgroups(size_t, const gid_t *);
File ../nss/getXXent.c:
struct group *getgrent(void);
File ../nss/getXXbyYY.c:
struct group *getgrgid(gid_t);
struct group *getgrnam(const char *);
File putgrent.c:
int putgrent(const struct group *, FILE *);
File ../nss/getXXent_r.c:
int __getgrent_r(struct group *, char *, size_t, struct group **);
int __old_getgrent_r(struct group *, char *, size_t, struct group **);
void endgrent(void);
void setgrent(void);
File ../nss/getXXbyYY_r.c:
int __getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
int __old_getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
int __getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
int __old_getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
File fgetgrent_r.c:
int __fgetgrent_r(FILE *, struct group *, char *, size_t, struct group **);
int _nss_files_parse_grent(char *, struct group *, struct parser_data *, size_t, int *);
File fgetpwent.c:
struct passwd *fgetpwent(FILE *);
File getpw.c:
int __getpw(__uid_t, char *);
File putpwent.c:
int putpwent(const struct passwd *, FILE *);
File ../nss/getXXent.c:
struct passwd *getpwent(void);
File ../nss/getXXbyYY.c:
struct passwd *getpwnam(const char *);
struct passwd *getpwuid(uid_t);
File ../nss/getXXent_r.c:
int __getpwent_r(struct passwd *, char *, size_t, struct passwd **);
int __old_getpwent_r(struct passwd *, char *, size_t, struct passwd **);
void endpwent(void);
void setpwent(void);
File ../nss/getXXbyYY_r.c:
int __getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **);
int __old_getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **);
int __getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
int __old_getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
File fgetpwent_r.c:
int __fgetpwent_r(FILE *, struct passwd *, char *, size_t, struct passwd **);
int _nss_files_parse_pwent(char *, struct passwd *, struct parser_data *, size_t, int *);
File ../sysdeps/unix/sysv/linux/times.c:
clock_t __times(struct tms *);
File ../sysdeps/unix/sysv/linux/wait.c:
pid_t __libc_wait(int *);
File ../sysdeps/unix/bsd/bsd4.4/wait3.c:
__pid_t __wait3(__WAIT_STATUS, int, struct rusage *);
File ../sysdeps/posix/waitid.c:
int __waitid(idtype_t, id_t, siginfo_t *, int);
File ../sysdeps/unix/sysv/linux/sleep.c:
unsigned int __sleep(unsigned int);
File ../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:
pid_t __libc_fork(void);
File ../sysdeps/unix/sysv/linux/execve.c:
int __execve(const char *, char * const *, char * const *);
File ../sysdeps/unix/sysv/linux/fexecve.c:
int fexecve(int, char * const *, char * const *);
File execv.c:
int execv(const char *, char * const *);
File execle.c:
int execle(const char *, const char *, ...);
File execl.c:
int execl(const char *, const char *, ...);
File execvp.c:
int execvp(const char *, char * const *);
File execlp.c:
int execlp(const char *, const char *, ...);
File execvpe.c:
int __execvpe(const char *, char * const *, char * const *);
File ../nptl/sysdeps/unix/sysv/linux/getpid.c:
pid_t __getpid(void);
File ../sysdeps/unix/sysv/linux/i386/getuid.c:
uid_t __getuid(void);
File ../sysdeps/unix/sysv/linux/i386/geteuid.c:
uid_t __geteuid(void);
File ../sysdeps/unix/sysv/linux/i386/getgid.c:
gid_t __getgid(void);
File ../sysdeps/unix/sysv/linux/i386/getegid.c:
static enum clnt_stat clntunix_call(CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t, caddr_t, struct timeval);
static bool_t clntunix_control(CLIENT *, int, char *);
static void clntunix_destroy(CLIENT *);
static bool_t clntunix_freeres(CLIENT *, xdrproc_t, caddr_t);
static void clntunix_geterr(CLIENT *, struct rpc_err *);
static int readunix(char *, char *, int);
static int writeunix(char *, char *, int);
File svc_unix.c:
SVCXPRT *svcunix_create(int, u_int, u_int, char *);
SVCXPRT *svcunixfd_create(int, u_int, u_int);
static SVCXPRT *makefd_xprt(int, u_int, u_int);
static int readunix(char *, char *, int);
static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
static enum xprt_stat rendezvous_stat(SVCXPRT *);
static void svcunix_destroy(SVCXPRT *);
static bool_t svcunix_freeargs(SVCXPRT *, xdrproc_t, caddr_t);
static bool_t svcunix_getargs(SVCXPRT *, xdrproc_t, caddr_t);
static bool_t svcunix_recv(SVCXPRT *, struct rpc_msg *);
static void svcunix_rendezvous_abort(void);
static bool_t svcunix_reply(SVCXPRT *, struct rpc_msg *);
static enum xprt_stat svcunix_stat(SVCXPRT *);
static int writeunix(char *, char *, int);
File create_xid.c:
long unsigned int _create_xid(void);
File xdr_intXX_t.c:
bool_t xdr_int16_t(XDR *, int16_t *);
bool_t xdr_int32_t(XDR *, int32_t *);
bool_t xdr_int64_t(XDR *, int64_t *);
bool_t xdr_int8_t(XDR *, int8_t *);
bool_t xdr_uint16_t(XDR *, uint16_t *);
bool_t xdr_uint32_t(XDR *, uint32_t *);
bool_t xdr_uint64_t(XDR *, uint64_t *);
bool_t xdr_uint8_t(XDR *, uint8_t *);
File xcrypt.c:
void passwd2des_internal(char *, char *);
int xdecrypt(char *, char *);
int xencrypt(char *, char *);
static void hex2bin(int, char *, char *);
File des_crypt.c:
int cbc_crypt(char *, char *, unsigned int, unsigned int, char *);
int ecb_crypt(char *, char *, unsigned int, unsigned int);
static int common_crypt(char *, char *, unsigned int, unsigned int, struct desparams *);
File des_impl.c:
int _des_crypt(char *, unsigned int, struct desparams *);
static void des_encrypt(long unsigned int *, long unsigned int *, int);
File des_soft.c:
void des_setparity(char *);
File nis_hash.c:
uint32_t __nis_hash(const void *, size_t);
File nscd_getpw_r.c:
int __nscd_getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **);
int __nscd_getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
static int nscd_getpw_r(const char *, size_t, request_type, struct passwd *, char *, size_t, struct passwd **);
static void pw_map_free(void);
File nscd_getgr_r.c:
int __nscd_getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
int __nscd_getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
static void gr_map_free(void);
static int nscd_getgr_r(const char *, size_t, request_type, struct group *, char *, size_t, struct group **);
File nscd_gethst_r.c:
int __nscd_gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent **, int *);
int __nscd_gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *);
int __nscd_gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
static void hst_map_free(void);
static int nscd_gethst_r(const char *, size_t, request_type, struct hostent *, char *, size_t, struct hostent **, int *);
File nscd_getai.c:
int __nscd_getai(const char *, struct nscd_ai_result **, int *);
File nscd_initgroups.c:
int __nscd_getgrouplist(const char *, gid_t, long int *, gid_t **, long int);
File nscd_getserv_r.c:
int __nscd_getservbyname_r(const char *, const char *, struct servent *, char *, size_t, struct servent **);
int __nscd_getservbyport_r(int, const char *, struct servent *, char *, size_t, struct servent **);
static int nscd_getserv_r(const char *, size_t, const char *, request_type, struct servent *, char *, size_t, struct servent **);
static void serv_map_free(void);
File nscd_helper.c:
struct datahead *__nscd_cache_search(request_type, const char *, size_t, const struct mapped_database *, size_t);
struct mapped_database *__nscd_get_map_ref(request_type, const char *, volatile struct locked_map_ptr *, int *);
int __nscd_open_socket(const char *, size_t, request_type, void *, size_t);
void __nscd_unmap(struct mapped_database *);
ssize_t __readall(int, void *, size_t);
ssize_t __readvall(int, const struct iovec *, int);
static struct mapped_database *get_mapping(request_type, const char *, struct mapped_database **);
static int open_socket(request_type, const char *, size_t);
static int wait_on_socket(int, long int);
File isastream.c:
int isastream(int);
File ../sysdeps/unix/sysv/linux/i386/getmsg.c:
int getmsg(int, struct strbuf *, struct strbuf *, int *);
File ../sysdeps/unix/sysv/linux/i386/putmsg.c:
int putmsg(int, const struct strbuf *, const struct strbuf *, int);
File fattach.c:
int fattach(int, const char *);
File fdetach.c:
int fdetach(const char *);
File ../sysdeps/unix/bsd/getpt.c:
int __bsd_getpt(void);
File ../sysdeps/unix/sysv/linux/getpt.c:
int __getpt(void);
int __posix_openpt(int);
0x0805cbcc msgrcv
0x0805cbcc msgrcv@plt
0x0805cbdc memmove
0x0805cbdc memmove@plt
0x0805cbec setreuid
0x0805cbec setreuid@plt
0x0805cbfc __ctype_tolower_loc@plt
0x0805cc0c pause
0x0805cc0c pause@plt
0x0805cc1c send
0x0805cc1c send@plt
0x0805cc2c getcwd
0x0805cc2c getcwd@plt
0x0805cc3c prctl
0x0805cc3c prctl@plt
0x0805cc4c log
0x0805cc4c log@plt
0x0805cc5c gethostbyname_r
0x0805cc5c gethostbyname_r@plt
0x0805cc6c fork
0x0805cc6c fork@plt
0x0805cc7c __fxstat64
0x0805cc7c __fxstat64@plt
0x0805cc8c setsockopt
0x0805cc8c setsockopt@plt
0x0805cc9c fcntl
0x0805cc9c fcntl@plt
0x0805ccac endpwent@plt
0x0805ccbc flock
0x0805ccbc flock@plt
0x0805cccc utimes
0x0805cccc utimes@plt
0x0805ccdc getgroups
0x0805ccdc getgroups@plt
0x0805ccec memchr
0x0805ccec memchr@plt
0x0805ccfc strncmp
0x0805ccfc strncmp@plt
0x0805cd0c open64
0x0805cd0c open64@plt
0x0805cd1c link
0x0805cd1c link@plt
0x0805cd2c __snprintf_chk
0x0805cd2c __snprintf_chk@plt
0x0805cd3c munmap
0x0805cd3c munmap@plt
0x0805cd4c getgrent_r
0x0805cd4c getgrent_r@plt
0x0805cd5c getprotobynumber_r
0x0805cd5c getprotobynumber_r@plt
0x0805cd6c pipe
0x0805cd6c pipe@plt
0x0805cd7c fchdir
0x0805cd7c fchdir@plt
0x0805cd8c fread
0x0805cd8c fread@plt
0x0805cd9c getsockopt
0x0805cd9c getsockopt@plt
0x0805cdac seteuid@plt
0x0805cdbc strftime@plt
0x0805cdcc getpwuid_r
0x0805cdcc getpwuid_r@plt
0x0805cddc kill
0x0805cddc kill@plt
0x0805cdec mmap64
0x0805cdec mmap64@plt
0x0805cdfc times
0x0805cdfc times@plt
0x0805ce0c sin
0x0805ce0c sin@plt
0x0805ce1c getpeername
0x0805ce1c getpeername@plt
0x0805ce2c recvfrom
0x0805ce2c recvfrom@plt
0x0805ce3c ferror
0x0805ce3c ferror@plt
0x0805ce4c strcmp
0x0805ce4c strcmp@plt
0x0805ce5c __sigsetjmp
0x0805ce5c __sigsetjmp@plt
0x0805ce6c exit@plt
0x0805ce7c endgrent@plt
0x0805ce8c fchmod
0x0805ce8c fchmod@plt
0x0805ce9c freopen64@plt
0x0805ceac getpwent_r
0x0805ceac getpwent_r@plt
0x0805cebc getgid
0x0805cebc getgid@plt
0x0805cecc shmget@plt
0x0805cedc ceil
0x0805cedc ceil@plt
0x0805ceec pthread_key_create
0x0805ceec pthread_key_create@plt
0x0805cefc geteuid
0x0805cefc geteuid@plt
0x0805cf10 _start
0x0805cf40 __do_global_dtors_aux
0x0805cfa0 frame_dummy
0x08277d8b __i686.get_pc_thunk.bx
0x08277d90 __libc_csu_fini
0x08277da0 __libc_csu_init
0x08277f80 __do_global_ctors_aux
0x08277fac _fini
0x00de7190 __do_global_dtors_aux
0x00de7210 frame_dummy
0x00de7247 __i686.get_pc_thunk.bx
0x00dea67a __i686.get_pc_thunk.cx
0x00df3db0 __do_global_ctors_aux
0x00df3de8 _fini
0x00de6af8 fputs
0x00de6af8 fputs@plt
0x00de6b08 abort@plt
0x00de6b18 __errno_location@plt
0x00de6b28 svcerr_systemerr@plt
0x00de6b38 open
0x00de6b38 open@plt
0x00de6b48 xdr_uint32_t@plt
0x00de6b58 getpid
0x00de6b58 getpid@plt
0x00de6b68 getsockname
0x00de6b68 getsockname@plt
( run in 1.051 second using v1.01-cache-2.11-cpan-0b5f733616e )