Searched refs:opt (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/tools/
H A Dclean_header.py182 for opt, arg in optlist:
183 if opt == '-u':
185 elif opt == '-v':
187 elif opt == '-k':
189 elif opt == '-d':
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_osf.h65 struct xt_osf_opt opt[MAX_IPOPTLEN]; member in struct:xt_osf_user_finger
/bionic/libc/bionic/
H A Dfts.c61 #define CLR(opt) (sp->fts_options &= ~(opt))
62 #define ISSET(opt) (sp->fts_options & (opt))
63 #define SET(opt) (sp->fts_options |= (opt))

Completed in 604 milliseconds