Searched refs:FAIL (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c76 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
99 return FAIL;
110 outcome = FAIL;
169 return FAIL;
198 return FAIL; /* unreachable */
215 return b[0]=='Y' ? OK : (b[0]=='S' ? SKIP : FAIL);
/freebsd-10-stable/sbin/restore/
H A Drestore.h151 #define FAIL 0 macro
H A Dtape.c236 if (gethead(&spcl) == FAIL) {
273 if (gethead(&spcl) == FAIL) {
430 if (gethead(&tmpbuf) == FAIL) {
598 return (FAIL);
636 return (FAIL);
650 return (FAIL);
680 return (FAIL);
709 return (FAIL);
1366 return (FAIL);
1376 return (FAIL);
[all...]
H A Drestore.c60 long descend = hflag ? GOOD : FAIL;
77 long descend = hflag ? GOOD : FAIL;
117 long descend = hflag ? GOOD : FAIL;
365 descend = FAIL;
450 descend = FAIL;
847 return (FAIL);
851 descend = FAIL;
/freebsd-10-stable/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c83 FAIL("pdgetpid failed, but errno != EBADF");
H A Dcap_test_fcntl.c110 FAIL("Error calling fcntl('%s', F_GETFL)", f.f_name);
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dplist.c255 return FAIL;
281 if (cmd == FAIL) {
291 cmd = FAIL;
455 fail = FAIL;
493 fail = FAIL;
503 fail = FAIL;
530 fail = FAIL;
H A Dlib.h42 #define FAIL (-1) macro
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c94 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
120 FAIL(HAL_EINVAL);
131 FAIL(HAL_EINVAL);
209 FAIL(HAL_EIO);
314 FAIL(HAL_EIO);
321 FAIL(HAL_EIO);
336 FAIL(HAL_EIO);
374 FAIL(HAL_EIO);
572 #undef FAIL macro
/freebsd-10-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c54 #define FAIL(msg) {printf("# %s\n", msg); \ macro
107 FAIL("magic number not found in header")
181 FAIL("receive length mismatch")
333 FAIL("offset != length")
367 FAIL("len != 0")
476 FAIL("usage: sendfile [path]");
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c367 #define FAIL (-1) macro
756 return FAIL;
808 return FAIL;
992 return FAIL;
1075 return FAIL;
1079 return value is the register number or FAIL. */
1090 return FAIL;
1095 if ((ret = arm_reg_alt_syntax (ccp, start, reg, type)) != FAIL)
1099 return FAIL;
1114 type, FAIL i
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon4834
45 case FAIL:
46 return "FAIL";
316 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
319 eap_wsc_state(data, FAIL);
348 eap_wsc_state(data, FAIL);
505 eap_wsc_state(data, FAIL);
513 eap_wsc_state(data, FAIL);
534 if (data->state == FAIL && ret->methodState == METHOD_DONE) {
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon4821
41 case FAIL:
42 return "FAIL";
217 if (data->state == FAIL)
275 eap_ikev2_state(data, FAIL);
412 eap_ikev2_state(data, FAIL);
/freebsd-10-stable/contrib/openpam/
H A Dtest-driver107 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_extent.c67 #define FAIL(fmt, ...) \ macro
76 FAIL("%s", strerror(errno));
79 FAIL("result should be: %#lx, got: %#lx", expres, result);
80 #undef FAIL macro
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_ses.h1213 GEN_SES_STATUS_POWER_SUPPLY_ACCESSORS(fail, FAIL)
1271 GEN_SES_STATUS_COOLING_ACCESSORS(fail, FAIL)
1323 GEN_SES_STATUS_TEMP_SENSOR_ACCESSORS(fail, FAIL)
1354 GEN_SES_STATUS_DOOR_LOCK_ACCESSORS(fail, FAIL)
1397 GEN_SES_STATUS_AUDIBLE_ALARM_ACCESSORS(fail, FAIL)
1432 GEN_SES_STATUS_ECC_ELECTRONICS_ACCESSORS(fail, FAIL)
1461 GEN_SES_STATUS_SCC_ELECTRONICS_ACCESSORS(fail, FAIL)
1493 GEN_SES_STATUS_NV_CACHE_ACCESSORS(fail, FAIL)
1611 GEN_SES_STATUS_UPS_ACCESSORS(fail, FAIL)
1643 GEN_SES_STATUS_DISPLAY_ACCESSORS(fail, FAIL)
[all...]
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh820 echo ". ./f-def || echo >&2 FAIL
826 . ./f-def || echo >&2 FAIL
848 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
853 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
858 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
872 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
882 . ./fgh.def || echo >&2 FAIL
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c75 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
91 FAIL(HAL_EINVAL);
101 FAIL(HAL_EINVAL);
112 FAIL(HAL_EINVAL);
122 FAIL(HAL_EIO);
214 FAIL(HAL_EIO);
239 FAIL(HAL_EIO);
259 FAIL(HAL_EIO);
299 #undef FAIL macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
/freebsd-10-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.h78 #define FAIL(message) TEST_FAIL((message)) macro
/freebsd-10-stable/sys/dev/mrsas/
H A Dmrsas_cam.c557 return (FAIL);
785 return (FAIL);
796 return (FAIL);
1432 * Returns FAIL if IOs pending to the target device, else return SUCCESS
1455 return FAIL;
1522 * Returns FAIL if TM command TIMEDOUT from FW else SUCCESS.
1535 return FAIL;
1548 * Returns SUCCESS or FAIL
1557 int retCode = FAIL, count, i, outstanding;
1581 retCode = FAIL;
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/info/
H A Dperform.c134 if (stat(fname, &sb) == FAIL) {
158 if (chdir(log_dir) == FAIL) {
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql43 INSERT OR FAIL INTO rep_cache (hash, revision, offset, size, expanded_size)
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql45 INSERT OR FAIL INTO rep_cache (hash, revision, offset, size, expanded_size)
/freebsd-10-stable/contrib/ncurses/progs/
H A Ddump_entry.c277 ? FAIL : cur_type->Booleans[idx];
281 ? FAIL : cur_type->Numbers[idx];
285 ? (int) TRUE : FAIL;
612 if (predval != FAIL) {
636 if (predval != FAIL) {
736 if (predval != FAIL) {

Completed in 303 milliseconds

1234