Home
last modified time | relevance | path

Searched defs:options (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/unistd/
Dwait.c39 pid_t wait3(int* status, int options, struct rusage* rusage) in wait3()
44 pid_t waitpid(pid_t pid, int* status, int options) in waitpid()
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options) in waitid()
Dgetopt_long.c171 parse_long_options(char * const *nargv, const char *options, in parse_long_options()
292 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal()
498 getopt(int nargc, char * const *nargv, const char *options) in getopt()
518 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
531 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only()
/bionic/libc/kernel/common/linux/mtd/
Dbbm.h24 int options; member
62 int options; member
Dnand.h202 unsigned int options; member
249 unsigned long options; member
257 int options; member
302 unsigned int options; member
/bionic/libc/kernel/common/linux/
Dwatchdog.h26 __u32 options; member
/bionic/libc/kernel/arch-mips/asm/
Dcpu-info.h44 unsigned long options; member
/bionic/libc/netbsd/resolv/
Dres_init.c595 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions()
/bionic/libc/private/
Dresolv_private.h145 u_int options; /* option flags - see below. */ member
147 u_long options; /* option flags - see below. */ member
/bionic/libc/bionic/
Dfts.c70 fts_open(char * const *argv, int options, in fts_open()