Searched refs:SUCCESS (Results 1 - 25 of 130) sorted by relevance

123456

/freebsd-current/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h42 #undef SUCCESS macro
50 #define SUCCESS ((tSuccess) 0) macro
56 #define SUCCEEDED(p) ((p) == SUCCESS)
58 #define FAILED(p) ((p) < SUCCESS)
59 #define HADGLITCH(p) ((p) > SUCCESS)
/freebsd-current/sbin/rcorder/
H A Dsprite.h77 * SUCCESS There was no error.
81 #define SUCCESS 0x00000000 macro
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c82 #define SUCCESS() \ macro
107 SUCCESS();
121 SUCCESS();
135 SUCCESS();
149 SUCCESS();
162 SUCCESS();
174 SUCCESS();
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c91 #define SUCCESS() \ macro
116 SUCCESS();
130 SUCCESS();
144 SUCCESS();
158 SUCCESS();
171 SUCCESS();
183 SUCCESS();
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dsort.c53 return SUCCESS;
62 return SUCCESS;
72 return SUCCESS;
90 return SUCCESS;
99 return SUCCESS;
111 return SUCCESS;
138 return SUCCESS;
144 return SUCCESS;
157 return SUCCESS;
160 return SUCCESS;
[all...]
H A Dinit.c42 * @returns SUCCESS or FAILURE
116 return SUCCESS;
138 * @returns SUCCESS or FAILURE
159 case PROBLEM: res = SUCCESS; goto leave;
160 case SUCCESS: break;
204 return SUCCESS;
235 return SUCCESS;
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h136 #ifndef SUCCESS
137 #define SUCCESS 0 macro
/freebsd-current/usr.sbin/bsdconfig/usermgmt/
H A Dgroupdel72 exit $SUCCESS
95 exit $SUCCESS
H A Dgroupedit72 exit $SUCCESS
95 exit $SUCCESS
H A Duseredit72 exit $SUCCESS
95 exit $SUCCESS
H A Duserdel72 exit $SUCCESS
95 exit $SUCCESS
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon150
31 case SUCCESS:
32 return "SUCCESS";
125 eap_vendor_test_state(data, SUCCESS);
136 return data->state == SUCCESS;
146 if (data->state != SUCCESS)
164 return data->state == SUCCESS;
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon147
36 case SUCCESS:
37 return "SUCCESS";
207 eap_tls_state(data, SUCCESS);
260 if (data->state == SUCCESS && wpabuf_len(data->ssl.tls_in) == 0) {
309 eap_tls_state(data, SUCCESS);
319 return data->state == SUCCESS || data->state == FAILURE;
332 if (data->state != SUCCESS)
367 if (data->state != SUCCESS)
404 return data->state == SUCCESS;
[all...]
H A Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_gtc_data::__anon130
182 data->state = SUCCESS;
197 return data->state == SUCCESS;
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_identity_data::__anon131
138 data->state = SUCCESS;
153 return data->state == SUCCESS;
/freebsd-current/usr.sbin/bsdconfig/console/
H A Dttys166 return $SUCCESS
197 [ "$mtag" = "1 $msg_none" ] && exit $SUCCESS
202 exit $SUCCESS
/freebsd-current/contrib/expat/tests/
H A Dxmltest.sh104 SUCCESS=0
109 SUCCESS=`expr $SUCCESS + 1`
172 echo "Passed: $SUCCESS"
/freebsd-current/usr.sbin/bsdconfig/includes/
H A Dincludes.sh129 return $SUCCESS
186 [ $# -gt 0 ] && exit $SUCCESS
200 exit $SUCCESS
/freebsd-current/usr.sbin/bsdconfig/password/
H A Dpassword80 return $SUCCESS
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon117
96 if (data->state == SUCCESS) {
98 "in SUCCESS state");
132 data->state = SUCCESS;
144 return data->state == SUCCESS;
154 if (data->state != SUCCESS)
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig48 [ "$ifconfig_args" ] || return $SUCCESS # Nothing to do
68 0 0 || return $SUCCESS # Skip
76 return $SUCCESS
359 exit $SUCCESS
/freebsd-current/include/protocols/
H A Dtalkd.h102 #define SUCCESS 0 /* operation completed properly */ macro
/freebsd-current/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h91 SUCCESS = 1, enumerator in enum:XRayPatchingStatus
/freebsd-current/usr.sbin/bsdconfig/mouse/
H A Dflags90 exit $SUCCESS
/freebsd-current/libexec/talkd/
H A Dprocess.c104 rp->answer = SUCCESS;
115 rp->answer = SUCCESS;
141 if (result != SUCCESS) {
169 rp->answer = SUCCESS;
203 status = SUCCESS;
209 status = SUCCESS;

Completed in 185 milliseconds

123456