Home
last modified time | relevance | path

Searched refs:options (Results 1 – 21 of 21) sorted by relevance

/bionic/libc/bionic/
Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
38 pid_t wait3(int* status, int options, struct rusage* rusage) { in wait3() argument
39 return wait4(-1, status, options, rusage); in wait3()
42 pid_t waitpid(pid_t pid, int* status, int options) { in waitpid() argument
43 return wait4(pid, status, options, NULL); in waitpid()
46 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { in waitid() argument
48 return __waitid(which, id, info, options, NULL); in waitid()
52 extern "C" pid_t __wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in __wait4() argument
53 return wait4(pid, status, options, rusage); in __wait4()
Dfts.c70 fts_open(char * const *argv, int options, in fts_open() argument
80 if (options & ~FTS_OPTIONMASK) { in fts_open()
89 sp->fts_options = options; in fts_open()
/bionic/libc/kernel/arch-mips/asm/
Dcpu-features.h30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
[all …]
Dcpu-info.h44 unsigned long options; member
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c80 #define PRINT_ERROR ((opterr) && (*options != ':'))
88 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
192 parse_long_options(char * const *nargv, const char *options, in parse_long_options() argument
357 getopt_internal(int nargc, char * const *nargv, const char *options, argument
364 if (options == NULL)
373 if (*options == '-')
375 else if (posixly_correct || *options == '+')
378 if (posixly_correct || *options == '+')
380 else if (*options == '-')
383 if (*options == '+' || *options == '-')
[all …]
/bionic/libc/netbsd/resolv/
Dres_query.c144 if (statp->options & RES_DEBUG) in res_nquery()
152 (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U) in res_nquery()
157 if (statp->options & RES_DEBUG) in res_nquery()
167 if ((statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U && in res_nquery()
170 if (statp->options & RES_DEBUG) in res_nquery()
176 if (statp->options & RES_DEBUG) in res_nquery()
185 if (statp->options & RES_DEBUG) in res_nquery()
271 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch()
272 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
339 if ((statp->options & RES_DNSRCH) == 0U) in res_nsearch()
[all …]
Dres_init.c182 if ((statp->options & RES_INIT) != 0U) in __res_vinit()
188 statp->options = RES_DEFAULT; in __res_vinit()
462 if (statp->options & RES_DEBUG) { in __res_vinit()
475 statp->options |= RES_INIT; in __res_vinit()
481 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions() argument
483 const char *cp = options; in res_setoptions()
488 if (statp->options & RES_DEBUG) in res_setoptions()
490 options, source); in res_setoptions()
504 if (statp->options & RES_DEBUG) in res_setoptions()
514 if (statp->options & RES_DEBUG) in res_setoptions()
[all …]
Dres_data.c85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
102 if (ores->options != 0) in res_init()
103 _nres.options = ores->options; in res_init()
133 if (!(_nres.options & RES_INIT)) in res_init()
134 _nres.options = RES_DEFAULT; in res_init()
Dres_mkquery.c135 if (statp->options & RES_DEBUG) in res_nmkquery()
148 hp->rd = (statp->options & RES_RECURSE) != 0U; in res_nmkquery()
242 if ((statp->options & RES_DEBUG) != 0U) in res_nopt()
261 if (statp->options & RES_USE_DNSSEC) { in res_nopt()
263 if (statp->options & RES_DEBUG) in res_nopt()
Dres_send.c384 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
386 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
473 if ((statp->options & RES_ROTATE) != 0U && in res_nsend()
474 (statp->options & RES_BLAST) == 0U) { in res_nsend()
543 Dprint(((statp->options & RES_DEBUG) && in res_nsend()
592 Dprint((statp->options & RES_DEBUG) || in res_nsend()
597 DprintQ((statp->options & RES_DEBUG) || in res_nsend()
613 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
614 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend()
875 Dprint(statp->options & RES_DEBUG, in send_vc()
[all …]
Dres_state.c164 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0); in _res_thread_get()
Dres_debug.c152 if (statp->options & mask) in fp_resstat()
/bionic/libc/kernel/common/linux/mtd/
Dnand.h102 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
104 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
105 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
106 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
202 unsigned int options; member
249 unsigned long options; member
257 int options; member
302 unsigned int options; member
Dbbm.h24 int options; member
62 int options; member
/bionic/libc/include/sys/
Dwait.h59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/bionic/libc/kernel/common/linux/
Dwatchdog.h26 __u32 options; member
/bionic/libc/netbsd/
Dgethnamaddr.c144 if (res->options & RES_DEBUG) { in dprintf()
373 if (res->options & RES_USE_INET6) { in getanswer()
460 if (res->options & RES_USE_INET6) in getanswer()
499 if (res->options & RES_USE_INET6) { in gethostbyname()
690 if (res->options & RES_USE_INET6) in gethostbyname_internal_real()
943 if (res->options & RES_USE_INET6) { in _gethtent()
1007 if (res->options & RES_USE_INET6) in _gethtbyname()
1397 if (af == AF_INET && (res->options & RES_USE_INET6)) { in _dns_gethtbyaddr()
/bionic/libc/private/
Dresolv_private.h149 u_int options; /* option flags - see below. */ member
151 u_long options; /* option flags - see below. */ member
/bionic/libc/netbsd/net/
Dgetaddrinfo.c2188 if (res->options & RES_DEBUG) in res_queryN()
2195 if (n > 0 && (res->options & RES_USE_EDNS0) != 0) in res_queryN()
2200 if (res->options & RES_DEBUG) in res_queryN()
2210 if (res->options & RES_DEBUG) in res_queryN()
2221 if (res->options & RES_DEBUG) in res_queryN()
2315 if ((!dots && (res->options & RES_DEFNAMES)) || in res_searchN()
2316 (dots && !trailing_dot && (res->options & RES_DNSRCH))) { in res_searchN()
2373 if (!(res->options & RES_DNSRCH)) in res_searchN()
2422 if (res->options & RES_DEBUG) in res_querydomainN()
/bionic/libc/kernel/common/sound/
Dcompress_params.h261 union snd_codec_options options; member
/bionic/libc/
DSYSCALLS.TXT42 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage) 1