Searched refs:SUCCESS (Results 1 - 25 of 138) sorted by path

123456

/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch105 SUCCESS=0
283 return $SUCCESS
439 exit $SUCCESS
499 exit $SUCCESS
537 exit $SUCCESS
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c368 #define SUCCESS (0) macro
753 return SUCCESS;
995 return SUCCESS;
1113 to point after the parsed type specifier. Returns SUCCESS if this was a legal
1188 return SUCCESS;
1212 if (parse_neon_type (&optype, &str) == SUCCESS)
1233 return SUCCESS;
1292 if (parse_neon_operand_type (&parsetype, &str) == SUCCESS)
1303 if (skip_past_char (&str, '[') == SUCCESS)
1319 if (skip_past_char (&str, ']') == SUCCESS)
[all...]
H A Dtc-score.c41 #define SUCCESS 0 macro
800 int retval = SUCCESS;
908 return comma ? SUCCESS : (int) FAIL;
1009 return SUCCESS;
1250 return SUCCESS;
1315 return SUCCESS;
2424 int retval = SUCCESS;
2601 return SUCCESS;
2678 return SUCCESS;
2722 if (skip_past_comma (&str) == SUCCESS)
[all...]
/freebsd-11-stable/contrib/bmake/
H A Darch.c275 * SUCCESS if it was a valid specification. The linePtr is updated
434 } else if (Arch_ParseArchive(&sacrifice, nodeLst, ctxt)!=SUCCESS) {
523 return (SUCCESS);
1180 if (Lst_Open(gn->parents) != SUCCESS) {
H A Ddir.c476 if (Lst_Open(dirSearchPath) == SUCCESS) {
782 if (Lst_Open(path) == SUCCESS) {
1736 if (Lst_Open(path) == SUCCESS) {
1860 if (Lst_Open(openDirectories) == SUCCESS) {
H A Djob.c2606 return SUCCESS;
H A Dmake.c476 if (Lst_Open(cgn->children) == SUCCESS) {
731 if (Lst_Open(parents) == SUCCESS) {
832 if (Lst_Open(cgn->iParents) == SUCCESS) {
H A Dparse.c475 return SUCCESS;
515 if (load_getsize(fd, &lf->len) == SUCCESS) {
1271 * and places them on the given list, returning SUCCESS if all
1275 if (Arch_ParseArchive(&line, targets, VAR_CMD) != SUCCESS) {
1616 if (Job_ParseShell(line) != SUCCESS) {
1725 if (Arch_ParseArchive(&line, sources, VAR_CMD) != SUCCESS) {
H A Dsprite.h109 * SUCCESS There was no error.
113 #define SUCCESS 0x00000000 macro
/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstAppend.c66 * SUCCESS if all went well.
120 return (SUCCESS);
H A DlstConcat.c72 * SUCCESS if all went well. FAILURE otherwise.
183 return (SUCCESS);
H A DlstInsert.c67 * SUCCESS or FAILURE.
120 return (SUCCESS);
H A DlstOpen.c66 * SUCCESS or FAILURE.
85 return (SUCCESS);
H A DlstRemove.c61 * SUCCESS or FAILURE.
134 return (SUCCESS);
H A DlstReplace.c61 * SUCCESS or FAILURE.
75 return (SUCCESS);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.c208 return SUCCESS;
245 * @returns SUCCESS or FAILURE
256 case PROBLEM: return SUCCESS; /* no more args */
257 case SUCCESS: break;
H A Dfind.c237 return SUCCESS;
267 return SUCCESS;
443 return SUCCESS;
459 return SUCCESS;
485 * @returns SUCCESS or FAILURE
532 return SUCCESS;
544 * @returns SUCCESS or does not return
608 return SUCCESS;
616 * @returns SUCCESS or FAILURE
641 return SUCCESS;
[all...]
H A Dinit.c47 * @returns SUCCESS or FAILURE
120 return SUCCESS;
142 * @returns SUCCESS or FAILURE
163 case PROBLEM: res = SUCCESS; goto leave;
164 case SUCCESS: break;
208 return SUCCESS;
239 return SUCCESS;
H A Dsort.c67 return SUCCESS;
76 return SUCCESS;
86 return SUCCESS;
104 return SUCCESS;
113 return SUCCESS;
125 return SUCCESS;
152 return SUCCESS;
158 return SUCCESS;
171 return SUCCESS;
174 return SUCCESS;
[all...]
/freebsd-11-stable/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-11-stable/contrib/wpa/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon4309
96 if (data->state == SUCCESS) {
98 "in SUCCESS state");
132 data->state = SUCCESS;
144 return data->state == SUCCESS;
154 if (data->state != SUCCESS)
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_identity_data::__anon4317
138 data->state = SUCCESS;
153 return data->state == SUCCESS;
H A Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_md5_data::__anon4319
131 data->state = SUCCESS;
149 return data->state == SUCCESS;

Completed in 281 milliseconds

123456