Home
last modified time | relevance | path

Searched refs:SUCCESS (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/src/libexec/talkd/
Dprocess.c117 rp->answer = SUCCESS; in process_request()
128 rp->answer = SUCCESS; in process_request()
154 if (result != SUCCESS) { in do_announce()
181 rp->answer = SUCCESS; in do_announce()
223 status = SUCCESS; in find_user()
228 status = SUCCESS; in find_user()
233 if (*tty == '\0' && status == SUCCESS) { in find_user()
/openbsd/src/lib/libexpat/tests/
Dxmltest.sh104 SUCCESS=0
109 SUCCESS=`expr $SUCCESS + 1`
172 echo "Passed: $SUCCESS"
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dfixlib.h47 #define SUCCESS 0 macro
50 #define SUCCEEDED(p) ((p) == SUCCESS)
52 #define FAILED(p) ((p) < SUCCESS)
53 #define HADGLITCH(p) ((p) > SUCCESS)
/openbsd/src/gnu/gcc/fixincludes/
Dfixlib.h66 #define SUCCESS 0 macro
69 #define SUCCEEDED(p) ((p) == SUCCESS)
71 #define FAILED(p) ((p) < SUCCESS)
72 #define HADGLITCH(p) ((p) > SUCCESS)
/openbsd/src/gnu/usr.bin/perl/dist/base/lib/
Dbase.pm14 sub SUCCESS () { 1 } subroutine
83 return SUCCESS unless @_;
199 return SUCCESS unless $base;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dlinux64.h342 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
389 goto SUCCESS; \
393 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
451 goto SUCCESS; \
Dlinux.h276 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
334 goto SUCCESS; \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dlinux64.h105 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
161 goto SUCCESS; \
164 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
215 goto SUCCESS; \
Dlinux.h242 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
293 goto SUCCESS; \
/openbsd/src/lib/libc/rpc/
Drpc_prot.c89 case SUCCESS: in xdr_accepted_reply()
193 case SUCCESS: in accepted()
234 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dlinux.h75 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
117 goto SUCCESS; \
Dvms.h381 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
410 goto SUCCESS; \
423 goto SUCCESS; \
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
DToMan.pm17 sub SUCCESS () { 1 } subroutine
174 return SUCCESS;
382 return length ${ $self->{_text_ref} } ? SUCCESS : FAILED;
395 return $self->_fallback_to_pod( @_ ) unless $result == SUCCESS;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Dlinux.h135 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
207 goto SUCCESS; \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Dlinux.h113 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
172 goto SUCCESS; \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dlinux.h68 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
123 goto SUCCESS; \
/openbsd/src/regress/sys/arch/m88k/usertrap/
DMakefile14 echo SUCCESS; \
/openbsd/src/include/protocols/
Dtalkd.h103 #define SUCCESS 0 /* operation completed properly */ macro
/openbsd/src/usr.bin/compress/
Dcompress.h55 #define SUCCESS 0 macro
Dmain.c373 for (rc = SUCCESS; (entry = fts_read(ftsp)) != NULL;) { in main()
471 case SUCCESS: in main()
543 *errorp = SUCCESS; in open_output()
716 error = SUCCESS; in dodecompress()
/openbsd/src/sbin/savecore/
Dcompress.h55 #define SUCCESS 0 macro
/openbsd/src/gnu/llvm/compiler-rt/include/xray/
Dxray_interface.h90 SUCCESS = 1, enumerator
/openbsd/src/usr.bin/talk/
Dlook_up.c100 case SUCCESS: in look_for_invite()
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dmrt.sh20 echo SUCCESS
/openbsd/src/lib/libc/db/hash/
Dhash.c79 #define SUCCESS (0) macro
423 return (SUCCESS); in hdestroy()
641 return (SUCCESS); in hash_access()
680 return (SUCCESS); in hash_access()
765 return (SUCCESS); in hash_seq()

123