Internals-DumpArenas

 view release on metacpan or  search on metacpan

ook2.txt  view on Meta::CPAN

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:

ook2.txt  view on Meta::CPAN

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);

ook2.txt  view on Meta::CPAN

0x0805e45c  semctl
0x0805e45c  semctl@plt
0x0805e46c  dlsym
0x0805e46c  dlsym@plt
0x0805e47c  truncate64@plt
0x0805e48c  setresgid
0x0805e48c  setresgid@plt
0x0805e49c  sigaction
0x0805e49c  sigaction@plt
0x0805e4ac  setpriority
0x0805e4ac  setpriority@plt
0x0805e4bc  fflush
0x0805e4bc  fflush@plt
0x0805e4cc  sqrt
0x0805e4cc  sqrt@plt
0x0805e4dc  opendir
0x0805e4dc  opendir@plt
0x0805e4ec  accept
0x0805e4ec  accept@plt
0x0805e4fc  symlink
0x0805e4fc  symlink@plt
0x0805e50c  ioctl
0x0805e50c  ioctl@plt
0x0805e51c  socket
0x0805e51c  socket@plt
0x0805e52c  dup2
0x0805e52c  dup2@plt
0x0805e53c  __ctype_b_loc@plt
0x0805e54c  getpriority@plt
0x0805e55c  isatty
0x0805e55c  isatty@plt
0x0805e56c  umask
0x0805e56c  umask@plt
0x0805e57c  fclose
0x0805e57c  fclose@plt
0x0805e58c  ftello64@plt
0x0805e59c  telldir@plt
0x0805e5ac  dup
0x0805e5ac  dup@plt
0x0805e5bc  mktime@plt
0x0805e5cc  getservent@plt
0x0805e5dc  readdir64
0x0805e5dc  readdir64@plt
0x0805e5ec  memcpy
0x0805e5ec  memcpy@plt
0x0805e5fc  execv@plt
0x0805e60c  strtoul@plt
0x0805e61c  execvp@plt
0x0805e62c  strlen
0x0805e62c  strlen@plt
0x0805e63c  getnetbyname@plt
0x0805e64c  cos
0x0805e64c  cos@plt
0x0805e65c  setgrent@plt
0x0805e66c  futimes
0x0805e66c  futimes@plt
0x0805e67c  alarm
0x0805e67c  alarm@plt
0x0805e68c  unlink
0x0805e68c  unlink@plt
0x0805e69c  getpwuid@plt
0x0805e6ac  getppid
0x0805e6ac  getppid@plt
0x0805e6bc  setlocale@plt
0x0805e6cc  waitpid
0x0805e6cc  waitpid@plt
0x0805e6dc  clearerr@plt
0x0805e6ec  __h_errno_location@plt
0x0805e6fc  fgetc
0x0805e6fc  fgetc@plt
0x0805e70c  feof
0x0805e70c  feof@plt
0x0805e71c  chroot
0x0805e71c  chroot@plt
0x0805e72c  getegid
0x0805e72c  getegid@plt
0x0805e73c  dlopen
0x0805e73c  dlopen@plt
0x0805e74c  killpg@plt
0x0805e75c  chdir
0x0805e75c  chdir@plt
0x0805e76c  div@plt
0x0805e77c  bind
0x0805e77c  bind@plt
0x0805e78c  getuid
0x0805e78c  getuid@plt
0x0805e79c  gethostbyaddr@plt
0x0805e7ac  endprotoent@plt
0x0805e7bc  putenv@plt
0x0805e7cc  mkstemp64@plt
0x0805e7dc  getgrent@plt
0x0805e7ec  select
0x0805e7ec  select@plt
0x0805e7fc  closedir
0x0805e7fc  closedir@plt
0x0805e80c  close
0x0805e80c  close@plt
0x0805e81c  fwrite
0x0805e81c  fwrite@plt
0x0805e82c  rewinddir@plt
0x0805e83c  eaccess
0x0805e83c  eaccess@plt
0x0805e84c  frexp
0x0805e84c  frexp@plt
0x0805e85c  getprotoent@plt
0x0805e86c  strstr
0x0805e86c  strstr@plt
0x0805e87c  time@plt
0x0805e88c  ftruncate64
0x0805e88c  ftruncate64@plt
0x0805e89c  nl_langinfo@plt
0x0805e8ac  malloc@plt
0x0805e8bc  sigprocmask
0x0805e8bc  sigprocmask@plt
0x0805e8cc  setpwent@plt
0x0805e8dc  getnetent@plt
0x0805e8ec  chown
0x0805e8ec  chown@plt
0x0805e8fc  __stack_chk_fail@plt
0x0805e90c  msgctl
0x0805e90c  msgctl@plt



( run in 1.312 second using v1.01-cache-2.11-cpan-13bb782fe5a )