| /NextBSD/contrib/file/src/ |
| HD | file_opts.h | 16 OPT('v', "version", 0, " output version information and exit\n") 17 OPT('m', "magic-file", 1, " LIST use LIST as a colon-separated list of magic\n" 19 OPT('z', "uncompress", 0, " try to look inside compressed files\n") 20 OPT('Z', "uncompress-noreport", 0, " only print the contents of compressed files\n") 21 OPT('b', "brief", 0, " do not prepend filenames to output lines\n") 22 OPT('c', "checking-printout", 0, " print the parsed form of the magic file, use in\n" 25 OPT('e', "exclude", 1, " TEST exclude TEST from the list of test to be\n" 28 OPT('f', "files-from", 1, " FILE read the filenames to be examined from FILE\n") 29 OPT('F', "separator", 1, " STRING use string as separator instead of `:'\n") 30 OPT('i', "mime", 0, " output MIME type strings (--mime-type and\n" [all …]
|
| HD | file.c | 97 #define OPT(shortname, longname, opt, doc) \ macro 102 #undef OPT 598 #define OPT(shortname, longname, opt, doc) \ in help() macro 605 #undef OPT in help()
|
| /NextBSD/contrib/ncurses/progs/ |
| HD | capconvert | 98 OPT="-x" 100 if test $OPT $TMP ; then 102 test $OPT $TMP && OPT="-f" 104 OPT="-f" 113 if test $OPT $x/tic 126 if test $OPT ../misc/shlib ; then
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | tdlint | 37 OPT="" 98 -n) if [ -z "$OPT" ] 102 OPT="$OPT $1" 104 -*) OPT="$OPT $1" 113 eval lint $OPT $FILES $LIBS
|
| HD | makellib | 62 OPT="" 73 OPT="$OPT $1" 144 echo OPT "$OPT" 147 if ( lint $CREATE $OPT $TARGET )
|
| /NextBSD/usr.bin/vgrind/ |
| HD | regexp.c | 136 #define OPT 1 macro 161 *cre = META | OPT; in convexp() 241 *cs = *cs | OPT; in expconv() 376 } else if (*cs & OPT) { in expmatch() 416 } else if (*cs & OPT) { in expmatch() 450 } else if (ptr != NULL && (*cs & OPT)) { in expmatch() 487 } else if (ptr != NULL && (*cs & OPT)) { in expmatch() 530 } else if (*cs & OPT) { in expmatch() 554 } else if (*cs & OPT) { in expmatch() 577 } else if (*cs & OPT) { in expmatch()
|
| /NextBSD/crypto/openssh/contrib/ |
| HD | ssh-copy-id | 103 OPT= OPTARG= 107 OPT="$(printf -- "$1"|cut -c1-2)" 112 OPT="$1" 117 OPT="$1" 125 OPT="$1" 149 case "$OPT" in 155 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
|
| /NextBSD/contrib/ntp/ntpdc/ |
| HD | ntpdc_ops.c | 96 { "listpeers", peerlist, { OPT|IP_VERSION, NO, NO, NO }, 99 { "peers", peers, { OPT|IP_VERSION, NO, NO, NO }, 102 { "dmpeers", dmpeers, { OPT|IP_VERSION, NO, NO, NO }, 105 { "showpeer", showpeer, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD}, 108 { "pstats", peerstats, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD }, 111 { "loopinfo", loopinfo, { OPT|NTP_STR, NO, NO, NO }, 129 { "addpeer", addpeer, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR }, 132 { "addserver", addserver, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR }, 135 { "addrefclock",addrefclock, { NTP_ADD, OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR }, 138 { "broadcast", broadcast, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR }, [all …]
|
| HD | ntpdc.c | 112 { "?", help, { OPT|NTP_STR, NO, NO, NO }, 115 { "help", help, { OPT|NTP_STR, NO, NO, NO }, 118 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO }, 121 { "delay", my_delay, { OPT|NTP_INT, NO, NO, NO }, 124 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO }, 127 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO }, 130 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO }, 133 { "debug", setdebug, { OPT|NTP_STR, NO, NO, NO }, 142 { "keyid", keyid, { OPT|NTP_UINT, NO, NO, NO }, 145 { "keytype", keytype, { OPT|NTP_STR, NO, NO, NO }, [all …]
|
| HD | ntpdc.h | 19 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | verify_user.c | 177 #define OPT(V, D) ((vopt && (vopt->V)) ? (vopt->V) : (D)) in verify_user_opt_int() macro 178 return verify_common (context, principal, OPT(ccache, NULL), in verify_user_opt_int() 179 OPT(keytab, NULL), vopt ? vopt->secure : TRUE, in verify_user_opt_int() 180 OPT(service, "host"), cred); in verify_user_opt_int() 181 #undef OPT in verify_user_opt_int()
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | ntpq-subs.c | 113 { "readlist", readlist, { OPT|NTP_UINT, NO, NO, NO }, 116 { "rl", readlist, { OPT|NTP_UINT, NO, NO, NO }, 119 { "writelist", writelist, { OPT|NTP_UINT, NO, NO, NO }, 122 { "readvar", readvar, { OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR, }, 125 { "rv", readvar, { OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR, }, 137 { "mreadvar", mreadvar, { NTP_UINT, NTP_UINT, OPT|NTP_STR, NO }, 140 { "mrv", mreadvar, { NTP_UINT, NTP_UINT, OPT|NTP_STR, NO }, 143 { "clocklist", clocklist, { OPT|NTP_UINT, NO, NO, NO }, 146 { "cl", clocklist, { OPT|NTP_UINT, NO, NO, NO }, 149 { "clockvar", clockvar, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO }, [all …]
|
| HD | ntpq.c | 236 { "?", help, { OPT|NTP_STR, NO, NO, NO }, 239 { "help", help, { OPT|NTP_STR, NO, NO, NO }, 242 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO }, 245 { "delay", auth_delay, { OPT|NTP_INT, NO, NO, NO }, 248 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO }, 251 { "poll", ntp_poll, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO }, 254 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO }, 257 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO }, 260 { "debug", setdebug, { OPT|NTP_STR, NO, NO, NO }, 269 { "keyid", keyid, { OPT|NTP_UINT, NO, NO, NO }, [all …]
|
| HD | ntpq.h | 53 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 417 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) in getPointeeType() local 418 return OPT->getPointeeType(); in getPointeeType() 473 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>(); in isObjCIdOrObjectKindOfType() local 474 if (!OPT) in isObjCIdOrObjectKindOfType() 478 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 482 if (!OPT->isKindOfType()) in isObjCIdOrObjectKindOfType() 486 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) in isObjCIdOrObjectKindOfType() 490 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx) in isObjCIdOrObjectKindOfType() 496 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>(); in isObjCClassOrClassKindOfType() local 497 if (!OPT) in isObjCClassOrClassKindOfType() [all …]
|
| /NextBSD/contrib/openresolv/ |
| HD | resolvconf.in | 486 while getopts a:Dd:fhIilm:puvVx OPT; do 487 case "$OPT" in 502 *) cmd="$OPT"; iface="$OPTARG";;
|
| /NextBSD/contrib/groff/contrib/pdfmark/ |
| HD | pdfroff.sh | 167 for OPT in $LONGOPTS 169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | ExternalSemaSource.h | 203 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
|
| HD | MultiplexExternalSemaSource.h | 348 const ObjCObjectPointerType *OPT) override;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | MultiplexExternalSemaSource.cpp | 298 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument 302 EnteringContext, OPT)) in CorrectTypo()
|
| HD | SemaExprMember.cpp | 1395 const ObjCObjectPointerType *OPT; in LookupMemberExpr() local 1396 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) { in LookupMemberExpr() 1413 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr() 1420 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) { in LookupMemberExpr() 1440 if (Decl *SDecl = FindGetterSetterNameDecl(OPT, in LookupMemberExpr() 1513 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName, in LookupMemberExpr()
|
| HD | SemaExprObjC.cpp | 1743 const ObjCObjectPointerType *OPT, in LookupMethodInQualifiedType() argument 1747 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() 1758 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, in HandleExprPropertyRefExpr() argument 1764 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr() 1769 << MemberName << QualType(OPT, 0); in HandleExprPropertyRefExpr() 1777 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(), in HandleExprPropertyRefExpr() 1797 for (const auto *I : OPT->quals()) in HandleExprPropertyRefExpr() 1823 Getter = LookupMethodInQualifiedType(Sel, OPT, true); in HandleExprPropertyRefExpr() 1843 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true); in HandleExprPropertyRefExpr() 1865 << MemberName << QualType(OPT, 0) << PDecl->getName() in HandleExprPropertyRefExpr() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 5319 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) 5320 return OPT->isObjCQualifiedIdType(); 5324 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) 5325 return OPT->isObjCQualifiedClassType(); 5329 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) 5330 return OPT->isObjCIdType(); 5334 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) 5335 return OPT->isObjCClassType(); 5339 if (const PointerType *OPT = getAs<PointerType>()) 5340 return OPT->getPointeeType()->isSpecificBuiltinType(BuiltinType::ObjCSel);
|
| /NextBSD/contrib/gcc/ |
| HD | stab.def | 69 __define_stab (N_OPT, 0x3c, "OPT") 212 | 38 OBJ | 3A | 3C OPT | 3E |
|
| /NextBSD/contrib/unbound/doc/ |
| HD | FEATURES | 93 OPT type
|