Searched defs:flag (Results 1 - 23 of 23) sorted by relevance

/bionic/libc/bionic/
H A Dsiginterrupt.c32 int siginterrupt(int sig, int flag) argument
38 if (flag)
/bionic/libc/include/
H A Dgetopt.h55 /* if not NULL, set *flag to val when option found */
56 int *flag; member in struct:option
57 /* if flag not NULL, value to set *flag to; else return value */
/bionic/tools/versioner/current/
H A Dgetopt.h55 /* if not NULL, set *flag to val when option found */
56 int *flag; member in struct:option
57 /* if flag not NULL, value to set *flag to; else return value */
/bionic/libc/kernel/uapi/linux/
H A Dkernelcapi.h27 int flag; member in struct:kcapi_flagdef
H A Dif_vlan.h64 unsigned int flag; member in union:vlan_ioctl_args::__anon504
H A Datmlec.h80 unsigned int flag; member in struct:atmlec_msg::__anon229::__anon230
H A Dvirtio_crypto.h46 __le32 flag; member in struct:virtio_crypto_ctrl_header
241 __le32 flag; member in struct:virtio_crypto_op_header
H A Domap3isp.h274 __u16 flag; member in struct:omap3isp_ccdc_update_config
397 __u32 flag; member in struct:omap3isp_prev_update_config
H A Dethtool.h460 __u32 flag; member in struct:ethtool_dump
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dkernelcapi.h27 int flag; member in struct:kcapi_flagdef
H A Dif_vlan.h64 unsigned int flag; member in union:vlan_ioctl_args::__anon1577
H A Datmlec.h80 unsigned int flag; member in struct:atmlec_msg::__anon1302::__anon1303
H A Dvirtio_crypto.h46 __le32 flag; member in struct:virtio_crypto_ctrl_header
241 __le32 flag; member in struct:virtio_crypto_op_header
H A Domap3isp.h274 __u16 flag; member in struct:omap3isp_ccdc_update_config
397 __u32 flag; member in struct:omap3isp_prev_update_config
H A Dethtool.h460 __u32 flag; member in struct:ethtool_dump
/bionic/tests/
H A Dftw_test.cpp64 // Otherwise check that the struct stat matches the type flag.
128 static int bug_28197840_ftw(const char* path, const StatT*, int flag) { argument
129 EXPECT_EQ(strstr(path, "unreadable") != nullptr ? FTW_DNR : FTW_D, flag) << path;
134 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { argument
135 return bug_28197840_ftw(path, sb, flag);
H A Dsystem_properties_test.cpp102 int* flag = static_cast<int*>(arg); local
106 *flag = 1;
382 int flag = 0; local
384 ASSERT_EQ(0, pthread_create(&t, nullptr, PropertyWaitHelperFn, &flag));
385 ASSERT_EQ(flag, 0);
387 ASSERT_EQ(flag, 1);
/bionic/tools/relocation_packer/src/
H A Delf_file.h45 // |flag| is true to pad .rel.dyn or .rela.dyn, false to shrink it.
46 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } argument
/bionic/libc/dns/nameser/
H A Dns_parse.c77 int ns_msg_getflag(ns_msg handle, int flag) { argument
78 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_sctp.h30 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_sctp.h30 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/libdl/
H A Dlibdl.c64 int flag,
101 void* dlopen(const char* filename, int flag) { argument
103 return __loader_dlopen(filename, flag, caller_addr);
146 void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo) { argument
148 return __loader_android_dlopen_ext(filename, flag, extinfo, caller_addr);
/bionic/libm/i387/
H A Dfenv.c118 int flag, nflag; local
122 getfl(&flag);
123 nflag = flag ^ 0x200000;
126 if (flag != nflag) {

Completed in 478 milliseconds