Searched refs:flag (Results 1 - 19 of 19) 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.h54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
H A Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/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::__anon398
H A Datmlec.h80 unsigned int flag; member in struct:atmlec_msg::__anon175::__anon176
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.h372 __u32 flag; member in struct:ethtool_dump
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_HMARK.h44 #define XT_HMARK_FLAG(flag) (1 << flag)
H A Dxt_sctp.h30 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/libdl/
H A Dlibdl.c25 void* dlopen(const char* filename __unused, int flag __unused) { return 0; }
40 void* android_dlopen_ext(const char* filename __unused, int flag __unused, const android_dlextinfo* extinfo __unused) { return 0; }
/bionic/libc/include/android/
H A Ddlext.h73 extern void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo);
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c256 long_options[i].flag != long_options[match].flag ||
283 * XXX: GNU sets optopt to val regardless of flag
285 if (long_options[match].flag == NULL)
320 * XXX: GNU sets optopt to val regardless of flag
322 if (long_options[match].flag == NULL)
345 if (long_options[match].flag) {
346 *long_options[match].flag = long_options[match].val;
/bionic/libm/i387/
H A Dfenv.c99 int flag, nflag; local
103 getfl(&flag);
104 nflag = flag ^ 0x200000;
107 if (flag != nflag) {
/bionic/tests/
H A Dsystem_properties_test.cpp105 int *flag = (int *)arg; local
110 *flag = 1;
367 int flag = 0; local
376 ASSERT_EQ(0, pthread_create(&t, NULL, PropertyWaitHelperFn, &flag));
377 ASSERT_EQ(flag, 0);
379 ASSERT_EQ(flag, 1);
/bionic/libc/dns/nameser/
H A Dns_parse.c75 int ns_msg_getflag(ns_msg handle, int flag) { argument
76 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/bionic/libc/include/arpa/
H A Dnameser.h646 void ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value);
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h561 BITFIELD_FIELD(unsigned int flag : 2,
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2196 typedef unsigned int flag_t; /* The type of various bit flag sets */
2473 flag_t sflags; /* mmap and extern flag */
2612 also serves as an initialization flag.
5512 flag_t flag = sp->sflags; local
5515 if ((flag & USE_MMAP_BIT) && !(flag & EXTERN_BIT) &&

Completed in 634 milliseconds