Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 7 of 7) sorted by relevance

/bionic/libdl/
Ddltest.c59 struct option *opt = long_options; in print_help() local
61 while (opt->name) { in print_help()
63 opt->val, in print_help()
64 opt->name, in print_help()
65 (opt->has_arg ? " (argument)" : ""), in print_help()
67 opt++; in print_help()
/bionic/libc/kernel/tools/
Dfind_users.py37 for opt, arg in optlist:
38 if opt == '-v':
Dclean_header.py114 for opt, arg in optlist:
115 if opt == '-u':
117 elif opt == '-v':
120 elif opt == '-k':
122 elif opt == '-d':
Dfind_headers.py45 for opt, arg in optlist:
46 if opt == '-a':
48 elif opt == '-c':
50 elif opt == '-v':
/bionic/libc/kernel/common/linux/
Dext2_fs.h236 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument
237 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
239 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & EXT2_MOUNT_##opt) argument
Dext3_fs.h292 #define clear_opt(o, opt) o &= ~EXT3_MOUNT_##opt argument
294 #define set_opt(o, opt) o |= EXT3_MOUNT_##opt argument
295 #define test_opt(sb, opt) (EXT3_SB(sb)->s_mount_opt & EXT3_MOUNT_##opt) argument
/bionic/libc/bionic/
Dfts.c58 #define CLR(opt) (sp->fts_options &= ~(opt)) argument
59 #define ISSET(opt) (sp->fts_options & (opt)) argument
60 #define SET(opt) (sp->fts_options |= (opt)) argument