Searched refs:OK (Results 101 - 125 of 178) sorted by relevance

12345678

/freebsd-10.0-release/usr.sbin/bluetooth/l2control/
H A Dl2control.c115 return (OK);
156 case OK:
/freebsd-10.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c121 return (OK);
153 case OK:
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Duser.c97 while ((status = load_env(envstr, file)) >= OK) {
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_window.c65 returnCode(OK);
78 returnCode(OK);
89 returnCode(OK);
H A Dlib_getch.c65 int code = OK;
336 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK);
376 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK);
485 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK);
534 returnCode(ch >= KEY_MIN ? KEY_CODE_YES : OK);
H A Dlib_pad.c101 returnCode(OK);
299 returnCode(OK);
321 returnCode(OK);
H A Dlib_bkgd.c145 code = OK;
H A Dlib_scroll.c149 returnCode(OK);
H A Dlib_slkset.c148 returnCode(OK);
H A Dlib_refresh.c58 } else if ((code = wnoutrefresh(win)) == OK) {
287 returnCode(OK);
H A Dwresize.c117 returnCode(OK);
245 returnCode(OK);
H A Dlib_set_term.c610 returnCode(OK);
634 returnCode(OK);
644 returnCode(OK);
H A Dlib_box.c127 returnCode(OK);
H A Dlib_getstr.c213 returnCode(OK);
/freebsd-10.0-release/tools/regression/bin/mv/
H A Dregress.sh12 OK=1
27 if [ $OK = 1 ]
112 OK=0
/freebsd-10.0-release/tools/regression/sockets/unix_seqpacket_exercise/
H A Dunix_seqpacket_exercise.c65 #define OK() warnx("%s: ok", __func__) macro
190 OK();
210 OK();
232 OK();
328 OK();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h559 ExprValueKind VK, ExprObjectKind OK,
561 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
571 ExprValueKind VK, ExprObjectKind OK,
573 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
582 QualType T, ExprValueKind VK, ExprObjectKind OK,
584 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
593 QualType T, ExprValueKind VK, ExprObjectKind OK,
596 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false),
603 QualType T, ExprValueKind VK, ExprObjectKind OK,
606 : Expr(ObjCPropertyRefExprClass, T, VK, OK, fals
558 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, Expr *base) argument
570 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, SourceLocation sl, QualType st) argument
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation ReceiverLoc, ObjCInterfaceDecl *Receiver) argument
792 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
[all...]
H A DExpr.h107 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, argument
115 ExprBits.ObjectKind = OK;
415 ExprObjectKind OK = getObjectKind(); local
416 return (OK == OK_Ordinary || OK == OK_BitField);
796 ExprObjectKind OK = OK_Ordinary,
798 : Expr(OpaqueValueExprClass, T, VK, OK,
1648 ExprValueKind VK, ExprObjectKind OK, SourceLocation l)
1649 : Expr(UnaryOperatorClass, type, VK, OK,
2048 ExprValueKind VK, ExprObjectKind OK,
1647 UnaryOperator(Expr *input, Opcode opc, QualType type, ExprValueKind VK, ExprObjectKind OK, SourceLocation l) argument
2047 ArraySubscriptExpr(Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation rbracketloc) argument
2332 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, const DeclarationNameInfo &NameInfo, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2351 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, SourceLocation l, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2901 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool fpContractable) argument
3050 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool fpContractable, bool dead2) argument
3079 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, ExprValueKind VK, ExprObjectKind OK, QualType CompLHSType, QualType CompResultType, SourceLocation OpLoc, bool fpContractable) argument
3116 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack, SourceLocation qloc, SourceLocation cloc) argument
3159 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3236 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3480 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool TypeDependent, bool ValueDependent) argument
[all...]
/freebsd-10.0-release/tools/regression/usr.sbin/newsyslog/
H A Dregress.sh16 OK=1
23 if [ $OK = 1 ]
103 OK=0
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c112 returnCode(OK);
H A Dlib_vid_attr.c127 returnCode(OK);
232 returnCode(OK);
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c91 #define OK 0 macro
310 if (i == OK) /* all files of this job printed */
393 bombed = OK;
400 return (OK);
555 if (bombed == OK)
602 return (bombed == OK ? OK : ERROR);
647 /* everything seems OK, start it up */
661 return (OK);
877 return (OK);
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c189 returnCode(OK);
290 returnCode(OK);
/freebsd-10.0-release/sys/mips/mips/
H A Dlocore.S78 .space 4 # Assumes mips32? Is that OK?
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c188 return (OK);
229 case OK:

Completed in 270 milliseconds

12345678