Home
last modified time | relevance | path

Searched refs:STRUCT_MEMBER (Results 1 – 25 of 33) sorted by relevance

12

/bionic/tests/headers/posix/
Dlocale_h.c35 STRUCT_MEMBER(struct lconv, char*, currency_symbol); in locale_h()
36 STRUCT_MEMBER(struct lconv, char*, decimal_point); in locale_h()
37 STRUCT_MEMBER(struct lconv, char, frac_digits); in locale_h()
38 STRUCT_MEMBER(struct lconv, char*, grouping); in locale_h()
39 STRUCT_MEMBER(struct lconv, char*, int_curr_symbol); in locale_h()
40 STRUCT_MEMBER(struct lconv, char, int_frac_digits); in locale_h()
41 STRUCT_MEMBER(struct lconv, char, int_n_cs_precedes); in locale_h()
42 STRUCT_MEMBER(struct lconv, char, int_n_sep_by_space); in locale_h()
43 STRUCT_MEMBER(struct lconv, char, int_n_sign_posn); in locale_h()
44 STRUCT_MEMBER(struct lconv, char, int_p_cs_precedes); in locale_h()
[all …]
Dsys_statvfs_h.c35 STRUCT_MEMBER(struct statvfs, unsigned long, f_bsize); in sys_statvfs_h()
36 STRUCT_MEMBER(struct statvfs, unsigned long, f_frsize); in sys_statvfs_h()
37 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_blocks); in sys_statvfs_h()
38 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bfree); in sys_statvfs_h()
39 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bavail); in sys_statvfs_h()
40 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_files); in sys_statvfs_h()
41 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_ffree); in sys_statvfs_h()
42 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_favail); in sys_statvfs_h()
43 STRUCT_MEMBER(struct statvfs, unsigned long, f_fsid); in sys_statvfs_h()
44 STRUCT_MEMBER(struct statvfs, unsigned long, f_flag); in sys_statvfs_h()
[all …]
Dsys_shm_h.c43 STRUCT_MEMBER(struct shmid_ds, struct ipc_perm, shm_perm); in sys_shm_h()
44 STRUCT_MEMBER(struct shmid_ds, size_t, shm_segsz); in sys_shm_h()
45 STRUCT_MEMBER(struct shmid_ds, pid_t, shm_lpid); in sys_shm_h()
46 STRUCT_MEMBER(struct shmid_ds, pid_t, shm_cpid); in sys_shm_h()
47 STRUCT_MEMBER(struct shmid_ds, shmatt_t, shm_nattch); in sys_shm_h()
49 STRUCT_MEMBER(struct shmid_ds, time_t, shm_atime); in sys_shm_h()
50 STRUCT_MEMBER(struct shmid_ds, time_t, shm_dtime); in sys_shm_h()
51 STRUCT_MEMBER(struct shmid_ds, time_t, shm_ctime); in sys_shm_h()
54 STRUCT_MEMBER(struct shmid_ds, unsigned long, shm_atime); in sys_shm_h()
55 STRUCT_MEMBER(struct shmid_ds, unsigned long, shm_dtime); in sys_shm_h()
[all …]
Dsys_stat_h.c36 STRUCT_MEMBER(struct stat, unsigned long long, st_dev); in sys_stat_h()
38 STRUCT_MEMBER(struct stat, dev_t, st_dev); in sys_stat_h()
41 STRUCT_MEMBER(struct stat, unsigned long long, st_ino); in sys_stat_h()
43 STRUCT_MEMBER(struct stat, ino_t, st_ino); in sys_stat_h()
46 STRUCT_MEMBER(struct stat, unsigned int, st_mode); in sys_stat_h()
48 STRUCT_MEMBER(struct stat, mode_t, st_mode); in sys_stat_h()
52 STRUCT_MEMBER(struct stat, unsigned long, st_nlink); in sys_stat_h()
54 STRUCT_MEMBER(struct stat, nlink_t, st_nlink); in sys_stat_h()
56 STRUCT_MEMBER(struct stat, uid_t, st_uid); in sys_stat_h()
57 STRUCT_MEMBER(struct stat, gid_t, st_gid); in sys_stat_h()
[all …]
Dsys_msg_h.c42 STRUCT_MEMBER(struct msqid_ds, struct ipc_perm, msg_perm); in sys_msg_h()
43 STRUCT_MEMBER(struct msqid_ds, msgqnum_t, msg_qnum); in sys_msg_h()
44 STRUCT_MEMBER(struct msqid_ds, msglen_t, msg_qbytes); in sys_msg_h()
45 STRUCT_MEMBER(struct msqid_ds, pid_t, msg_lspid); in sys_msg_h()
46 STRUCT_MEMBER(struct msqid_ds, pid_t, msg_lrpid); in sys_msg_h()
48 STRUCT_MEMBER(struct msqid_ds, time_t, msg_stime); in sys_msg_h()
49 STRUCT_MEMBER(struct msqid_ds, time_t, msg_rtime); in sys_msg_h()
50 STRUCT_MEMBER(struct msqid_ds, time_t, msg_ctime); in sys_msg_h()
53 STRUCT_MEMBER(struct msqid_ds, unsigned long, msg_stime); in sys_msg_h()
54 STRUCT_MEMBER(struct msqid_ds, unsigned long, msg_rtime); in sys_msg_h()
[all …]
Dnetdb_h.c35 STRUCT_MEMBER(struct hostent, char*, h_name); in netdb_h()
36 STRUCT_MEMBER(struct hostent, char**, h_aliases); in netdb_h()
37 STRUCT_MEMBER(struct hostent, int, h_addrtype); in netdb_h()
38 STRUCT_MEMBER(struct hostent, int, h_length); in netdb_h()
39 STRUCT_MEMBER(struct hostent, char**, h_addr_list); in netdb_h()
42 STRUCT_MEMBER(struct netent, char*, n_name); in netdb_h()
43 STRUCT_MEMBER(struct netent, char**, n_aliases); in netdb_h()
44 STRUCT_MEMBER(struct netent, int, n_addrtype); in netdb_h()
45 STRUCT_MEMBER(struct netent, uint32_t, n_net); in netdb_h()
50 STRUCT_MEMBER(struct protoent, char*, p_name); in netdb_h()
[all …]
Dsys_sem_h.c47 STRUCT_MEMBER(struct semid_ds, struct ipc_perm, sem_perm); in sys_sem_h()
49 STRUCT_MEMBER(struct semid_ds, unsigned long, sem_nsems); in sys_sem_h()
51 STRUCT_MEMBER(struct semid_ds, unsigned short, sem_nsems); in sys_sem_h()
54 STRUCT_MEMBER(struct semid_ds, time_t, sem_otime); in sys_sem_h()
55 STRUCT_MEMBER(struct semid_ds, time_t, sem_ctime); in sys_sem_h()
58 STRUCT_MEMBER(struct semid_ds, unsigned long, sem_otime); in sys_sem_h()
59 STRUCT_MEMBER(struct semid_ds, unsigned long, sem_ctime); in sys_sem_h()
67 STRUCT_MEMBER(struct sembuf, unsigned short, sem_num); in sys_sem_h()
68 STRUCT_MEMBER(struct sembuf, short, sem_op); in sys_sem_h()
69 STRUCT_MEMBER(struct sembuf, short, sem_flg); in sys_sem_h()
Dsys_ipc_h.c35 STRUCT_MEMBER(struct ipc_perm, uid_t, uid); in sys_ipc_h()
36 STRUCT_MEMBER(struct ipc_perm, gid_t, gid); in sys_ipc_h()
37 STRUCT_MEMBER(struct ipc_perm, uid_t, cuid); in sys_ipc_h()
38 STRUCT_MEMBER(struct ipc_perm, gid_t, cgid); in sys_ipc_h()
40 STRUCT_MEMBER(struct ipc_perm, unsigned short, mode); in sys_ipc_h()
42 STRUCT_MEMBER(struct ipc_perm, mode_t, mode); in sys_ipc_h()
Dsys_socket_h.c38 STRUCT_MEMBER(struct sockaddr, sa_family_t, sa_family); in sys_socket_h()
42 STRUCT_MEMBER(struct sockaddr_storage, sa_family_t, ss_family); in sys_socket_h()
45 STRUCT_MEMBER(struct msghdr, void*, msg_name); in sys_socket_h()
46 STRUCT_MEMBER(struct msghdr, socklen_t, msg_namelen); in sys_socket_h()
47 STRUCT_MEMBER(struct msghdr, struct iovec*, msg_iov); in sys_socket_h()
49 STRUCT_MEMBER(struct msghdr, size_t, msg_iovlen); in sys_socket_h()
51 STRUCT_MEMBER(struct msghdr, int, msg_iovlen); in sys_socket_h()
53 STRUCT_MEMBER(struct msghdr, void*, msg_control); in sys_socket_h()
55 STRUCT_MEMBER(struct msghdr, size_t, msg_controllen); in sys_socket_h()
57 STRUCT_MEMBER(struct msghdr, socklen_t, msg_controllen); in sys_socket_h()
[all …]
Dsignal_h.c52 STRUCT_MEMBER(struct sigevent, int, sigev_notify); in signal_h()
53 STRUCT_MEMBER(struct sigevent, int, sigev_signo); in signal_h()
54 STRUCT_MEMBER(struct sigevent, union sigval, sigev_value); in signal_h()
57 STRUCT_MEMBER(struct sigevent, void*, sigev_notify_attributes); in signal_h()
59 STRUCT_MEMBER(struct sigevent, pthread_attr_t*, sigev_notify_attributes); in signal_h()
67 STRUCT_MEMBER(union sigval, int, sival_int); in signal_h()
68 STRUCT_MEMBER(union sigval, void*, sival_ptr); in signal_h()
105 STRUCT_MEMBER(struct sigaction, sigset_t, sa_mask); in signal_h()
106 STRUCT_MEMBER(struct sigaction, int, sa_flags); in signal_h()
130 STRUCT_MEMBER(ucontext_t, ucontext_t*, uc_link); in signal_h()
[all …]
Dnetinet_in_h.c41 STRUCT_MEMBER(struct in_addr, in_addr_t, s_addr); in netinet_in_h()
44 STRUCT_MEMBER(struct sockaddr_in, sa_family_t, sin_family); in netinet_in_h()
45 STRUCT_MEMBER(struct sockaddr_in, in_port_t, sin_port); in netinet_in_h()
46 STRUCT_MEMBER(struct sockaddr_in, struct in_addr, sin_addr); in netinet_in_h()
52 STRUCT_MEMBER(struct sockaddr_in6, sa_family_t, sin6_family); in netinet_in_h()
53 STRUCT_MEMBER(struct sockaddr_in6, in_port_t, sin6_port); in netinet_in_h()
54 STRUCT_MEMBER(struct sockaddr_in6, uint32_t, sin6_flowinfo); in netinet_in_h()
55 STRUCT_MEMBER(struct sockaddr_in6, struct in6_addr, sin6_addr); in netinet_in_h()
56 STRUCT_MEMBER(struct sockaddr_in6, uint32_t, sin6_scope_id); in netinet_in_h()
64 STRUCT_MEMBER(struct ipv6_mreq, struct in6_addr, ipv6mr_multiaddr); in netinet_in_h()
[all …]
Dsys_times_h.c35 STRUCT_MEMBER(struct tms, clock_t, tms_utime); in sys_times_h()
36 STRUCT_MEMBER(struct tms, clock_t, tms_stime); in sys_times_h()
37 STRUCT_MEMBER(struct tms, clock_t, tms_cutime); in sys_times_h()
38 STRUCT_MEMBER(struct tms, clock_t, tms_cstime); in sys_times_h()
Dtime_h.c48 STRUCT_MEMBER(struct tm, int, tm_sec); in time_h()
49 STRUCT_MEMBER(struct tm, int, tm_min); in time_h()
50 STRUCT_MEMBER(struct tm, int, tm_hour); in time_h()
51 STRUCT_MEMBER(struct tm, int, tm_mday); in time_h()
52 STRUCT_MEMBER(struct tm, int, tm_mon); in time_h()
53 STRUCT_MEMBER(struct tm, int, tm_year); in time_h()
54 STRUCT_MEMBER(struct tm, int, tm_wday); in time_h()
55 STRUCT_MEMBER(struct tm, int, tm_yday); in time_h()
56 STRUCT_MEMBER(struct tm, int, tm_isdst); in time_h()
59 STRUCT_MEMBER(struct timespec, time_t, tv_sec); in time_h()
[all …]
Dpwd_h.c35 STRUCT_MEMBER(struct passwd, char*, pw_name); in pwd_h()
36 STRUCT_MEMBER(struct passwd, uid_t, pw_uid); in pwd_h()
37 STRUCT_MEMBER(struct passwd, gid_t, pw_gid); in pwd_h()
38 STRUCT_MEMBER(struct passwd, char*, pw_dir); in pwd_h()
39 STRUCT_MEMBER(struct passwd, char*, pw_shell); in pwd_h()
Dsched_h.c41 STRUCT_MEMBER(struct sched_param, int, sched_priority); in sched_h()
43 STRUCT_MEMBER(struct sched_param, int, sched_ss_low_priority); in sched_h()
44 STRUCT_MEMBER(struct sched_param, struct timespec, sched_ss_repl_period); in sched_h()
45 STRUCT_MEMBER(struct sched_param, struct timespec, sched_ss_init_budget); in sched_h()
46 STRUCT_MEMBER(struct sched_param, int, sched_ss_max_repl); in sched_h()
Dpoll_h.c35 STRUCT_MEMBER(struct pollfd, int, fd); in poll_h()
36 STRUCT_MEMBER(struct pollfd, short, events); in poll_h()
37 STRUCT_MEMBER(struct pollfd, short, revents); in poll_h()
Dsys_resource_h.c48 STRUCT_MEMBER(struct rlimit, rlim_t, rlim_cur); in sys_resource_h()
49 STRUCT_MEMBER(struct rlimit, rlim_t, rlim_max); in sys_resource_h()
52 STRUCT_MEMBER(struct rusage, struct timeval, ru_utime); in sys_resource_h()
53 STRUCT_MEMBER(struct rusage, struct timeval, ru_stime); in sys_resource_h()
Dsys_time_h.c35 STRUCT_MEMBER(struct timeval, time_t, tv_sec); in sys_time_h()
36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_time_h()
39 STRUCT_MEMBER(struct itimerval, struct timeval, it_interval); in sys_time_h()
40 STRUCT_MEMBER(struct itimerval, struct timeval, it_value); in sys_time_h()
Dglob_h.c35 STRUCT_MEMBER(glob_t, size_t, gl_pathc); in glob_h()
36 STRUCT_MEMBER(glob_t, char**, gl_pathv); in glob_h()
37 STRUCT_MEMBER(glob_t, size_t, gl_offs); in glob_h()
Dgrp_h.c35 STRUCT_MEMBER(struct group, char*, gr_name); in grp_h()
36 STRUCT_MEMBER(struct group, gid_t, gr_gid); in grp_h()
37 STRUCT_MEMBER(struct group, char**, gr_mem); in grp_h()
Dutime_h.c35 STRUCT_MEMBER(struct utimbuf, time_t, actime); in utime_h()
36 STRUCT_MEMBER(struct utimbuf, time_t, modtime); in utime_h()
Dsys_uio_h.c35 STRUCT_MEMBER(struct iovec, void*, iov_base); in sys_uio_h()
36 STRUCT_MEMBER(struct iovec, size_t, iov_len); in sys_uio_h()
Dnet_if_h.c35 STRUCT_MEMBER(struct if_nameindex, unsigned, if_index); in net_if_h()
36 STRUCT_MEMBER(struct if_nameindex, char*, if_name); in net_if_h()
Dfcntl_h.c104 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h()
105 STRUCT_MEMBER(struct flock, short, l_whence); in fcntl_h()
106 STRUCT_MEMBER(struct flock, off_t, l_start); in fcntl_h()
107 STRUCT_MEMBER(struct flock, off_t, l_len); in fcntl_h()
108 STRUCT_MEMBER(struct flock, pid_t, l_pid); in fcntl_h()
Dregex_h.c35 STRUCT_MEMBER(regex_t, size_t, re_nsub); in regex_h()
40 STRUCT_MEMBER(regmatch_t, regoff_t, rm_so); in regex_h()
41 STRUCT_MEMBER(regmatch_t, regoff_t, rm_eo); in regex_h()

12