Searched defs:_opt (Results 1 – 4 of 4) sorted by relevance
| /third_party/cups-filters/filter/ |
| D | pdf.h | 34 struct _opt { struct 35 const char* key; 36 const char* val; 37 opt_t *next;
|
| /third_party/popt/src/ |
| D | poptint.h | 70 #define poptArgType(_opt) ((_opt)->argInfo & _poptArgMask) argument 71 #define poptGroup(_opt) ((_opt)->argInfo & _poptGroupMask) argument 73 #define F_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_ARGFLAG_##_FLAG) argument 75 #define CBF_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_CBFLAG_##_FLAG) argument
|
| /third_party/FreeBSD/sbin/newfs_msdos/ |
| D | mkfs_msdos.h | 65 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
| D | newfs_msdos.c | 269 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() argument
|