Searched refs:option (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/include/ |
D | getopt.h | 52 struct option { struct 68 const struct option *, int *); argument 70 const struct option *, int *);
|
D | unistd.h | 76 extern int prctl(int option, ...);
|
/bionic/libc/include/sys/ |
D | prctl.h | 41 extern int prctl(int option, ...);
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | xt_dccp.h | 35 u_int8_t option; member
|
D | xt_tcpudp.h | 26 u_int8_t option; member
|
/bionic/libdl/ |
D | dltest.c | 39 static struct option long_options[] = { 59 struct option *opt = long_options; in print_help()
|
/bionic/libc/unistd/ |
D | getopt_long.c | 90 const struct option *, int *, int); 92 const struct option *, int *, int); 172 const struct option *long_options, int *idx, int short_too) in parse_long_options() 293 const struct option *long_options, int *idx, int flags) in getopt_internal() 519 const struct option *long_options, int *idx) in getopt_long() 532 const struct option *long_options, int *idx) in getopt_long_only()
|
/bionic/libc/tools/ |
D | checksyscalls.py | 29 option = args[0][1:] 32 if option == "v":
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 610 p_option(u_long option) { in p_option() argument 613 switch (option) { in p_option() 644 default: sprintf(nbuf, "?0x%lx?", (u_long)option); in p_option()
|
/bionic/libc/kernel/ |
D | README.TXT | 54 prints the clean version of a given kernel header. with the -u option,
|
/bionic/libc/ |
D | SYSCALLS.TXT | 99 int prctl(int option, unsigned int arg2, unsigned int arg3, unsigned int arg4, unsigned int arg…
|