Searched refs:FAIL (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-10-stable/contrib/netbsd-tests/net/net/
H A Dt_tcp.c58 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
61 #define FAIL(msg, ...) ATF_CHECK_MSG(0, msg, ## __VA_ARGS__); goto fail macro
85 FAIL("socket");
96 FAIL("bind");
101 FAIL("getsockname");
105 FAIL("listen");
109 FAIL("socket");
114 FAIL("expected connect to fail");
118 FAIL("connect failed");
123 FAIL("fnct
[all...]
H A Dt_unix.c64 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
68 #define FAIL(msg, ...) \ macro
112 FAIL("accept");
114 FAIL("guard1 = '%c'", guard1);
116 FAIL("guard2 = '%c'", guard2);
121 FAIL("len %d != 2", len);
123 FAIL("sun->sun_family %d != AF_UNIX", sun.sun_family);
126 FAIL("sun->sun_len %d != 2", sun.sun_len);
130 FAIL("sun.sun_path[%zu] %d != NULL", i,
150 FAIL("socke
[all...]
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmisc.h38 #define FAIL() \ macro
/freebsd-10-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c62 FAIL("capmode: %s failed with ECAPMODE", #syscall); \
164 FAIL("capmode:waitpid");
166 FAIL("capmode:waitpid succeeded");
169 FAIL("capmode:fork");
172 FAIL("test_sycalls:getlogin %d", errno);
176 FAIL("capmode:getsockname");
185 FAIL("capmode:pipe");
194 FAIL("capmode:no sysarch() test for current architecture");
H A Dcap_test.h50 #define FAIL(...) do { \ macro
71 FAIL("%s() at line %d: %s failed", \
79 FAIL("%s() at line %d: %s", \
91 FAIL("%s() at line %d: %s", \
H A Dcap_test_pdkill.c84 FAIL("pdgetpid");
90 FAIL("pdkill");
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh27 #define FAIL \
32 BEGIN { badsubr = "func()"; func((void *)&\`utsname); FAIL }
35 BEGIN { badsubr = "func()"; func((void *)&\`utsname, arg1); FAIL }
38 BEGIN { badsubr = "func() (arg1)"; func(arg0, (void *)&\`utsname); FAIL }
41 BEGIN { badsubr = "func()"; func((void *)&\`utsname, arg1, arg2); FAIL }
/freebsd-10-stable/contrib/ncurses/progs/
H A Ddump_entry.h78 #define FAIL -1 macro
/freebsd-10-stable/tests/sys/file/
H A Dflock_helper.c130 #define FAIL(test) \ macro
133 printf("FAIL (%s)\n", #test); \
162 FAIL(fl1.l_start != fl2.l_start);
163 FAIL(fl1.l_len != fl2.l_len);
164 FAIL(fl1.l_pid != fl2.l_pid);
165 FAIL(fl1.l_type != F_UNLCK);
166 FAIL(fl1.l_whence != fl2.l_whence);
168 FAIL(fl1.l_sysid != fl2.l_sysid);
236 FAIL(res == 0);
237 FAIL(errn
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.c40 #define FAIL 0x80000000 macro
805 retval = (int) FAIL;
824 return (int) FAIL;
840 return (int) FAIL;
849 int reg = (int) FAIL;
852 if ((reg = score_reg_parse (str, all_reg_maps[reg_type].htab)) != (int) FAIL)
897 return (int) FAIL;
904 return (int) FAIL;
908 return comma ? SUCCESS : (int) FAIL;
916 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c19 FAIL enumerator in enum:eap_tnc_data::eap_tnc_state
56 case FAIL:
57 return "FAIL";
114 eap_tnc_set_state(data, FAIL);
182 eap_tnc_set_state(data, FAIL);
186 eap_tnc_set_state(data, FAIL);
261 eap_tnc_set_state(data, FAIL);
269 if (data->state == FAIL)
315 case FAIL:
389 eap_tnc_set_state(data, FAIL);
[all...]
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon4850
65 case FAIL:
66 return "FAIL";
282 eap_ikev2_state(data, FAIL);
366 eap_ikev2_state(data, FAIL);
373 eap_ikev2_state(data, FAIL);
383 eap_ikev2_state(data, FAIL);
394 eap_ikev2_state(data, FAIL);
403 eap_ikev2_state(data, FAIL);
410 eap_ikev2_state(data, FAIL);
[all...]
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon4868
46 case FAIL:
47 return "FAIL";
298 eap_wsc_state(data, FAIL);
304 eap_wsc_state(data, FAIL);
361 eap_wsc_state(data, FAIL);
398 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
416 eap_wsc_state(data, FAIL);
424 eap_wsc_state(data, FAIL);
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dpen.c51 else if ((cp = getenv("PKG_TMPDIR")) != NULL && stat(cp, &sb) != FAIL && (min_free(cp) >= sz))
53 else if ((cp = getenv("TMPDIR")) != NULL && stat(cp, &sb) != FAIL && (min_free(cp) >= sz))
55 else if (stat("/var/tmp", &sb) != FAIL && min_free("/var/tmp") >= sz)
57 else if (stat("/tmp", &sb) != FAIL && min_free("/tmp") >= sz)
140 if (chdir(pen) == FAIL) {
164 if (chdir(PenLocation) == FAIL) {
H A Dfile.c49 if (lstat(fname, &sb) != FAIL && S_ISDIR(sb.st_mode))
51 else if (lstat(strconcat(fname, "/."), &sb) != FAIL && S_ISDIR(sb.st_mode))
88 if (stat(fname, &sb) != FAIL && S_ISREG(sb.st_mode))
102 if (stat(fname, &sb) != FAIL && S_ISREG(sb.st_mode)) {
114 if (lstat(fname, &sb) != FAIL && S_ISLNK(sb.st_mode))
189 if (stat(fname, &sb) == FAIL) {
196 if (fd == FAIL) {
/freebsd-10-stable/usr.sbin/pkg_install/add/
H A Dfutil.c49 return FAIL;
56 return FAIL;
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcpu-arm.c295 goto FAIL;
299 goto FAIL;
333 goto FAIL;
340 FAIL:
392 goto FAIL;
396 goto FAIL;
406 FAIL:
/freebsd-10-stable/contrib/dtc/
H A Dchecks.c118 #define FAIL(c, ...) \ macro
193 FAIL(c, "always_fail check");
208 FAIL(c, "\"%s\" property in %s is not a string",
227 FAIL(c, "\"%s\" property in %s is not a single cell",
249 FAIL(c, "Duplicate node name %s",
264 FAIL(c, "Duplicate property name %s in %s",
282 FAIL(c, "Bad character '%c' in node %s",
291 FAIL(c, "Node %s has multiple '@' characters in name",
302 FAIL(c, "Bad character '%c' in property name \"%s\", node %s",
334 FAIL(
[all...]
/freebsd-10-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb25 when /(?:FAIL|ERROR)/
/freebsd-10-stable/contrib/less/
H A Dregexp.c146 #define FAIL(m) { regerror(m); return(NULL); } macro
220 FAIL("NULL argument");
233 FAIL("regexp too big");
238 FAIL("out of space");
315 FAIL("too many ()");
354 FAIL("unmatched ()");
357 FAIL("unmatched ()");
359 FAIL("junk on end"); /* "Can't happen". */
430 FAIL("*+ operand could be empty");
461 FAIL("neste
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dheim_err.et39 error_code FAIL, "non-recoverable failure in name resolution"
/freebsd-10-stable/usr.bin/bmake/tests/
H A Dcommon.sh40 FAIL=
48 FAIL=yes
54 if [ ! -z "${FAIL}" ] ; then
380 return 1 # FAIL
399 FAIL=
440 FAIL=
/freebsd-10-stable/contrib/gdb/
H A Ddjunpack.bat42 echo FAIL: Sed is not available.
45 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
48 echo FAIL: the file %1 does not seem to exist.
/freebsd-10-stable/sbin/restore/
H A Dutilities.c210 return (FAIL);
231 return (FAIL);
236 return (FAIL);
253 return (FAIL);
396 return (FAIL);
400 return (FAIL);
/freebsd-10-stable/usr.sbin/pkg_install/delete/
H A Dperform.c174 if (chdir(LogDir) == FAIL) {
315 if (chdir(home) == FAIL) {
325 if (delete_package(FALSE, CleanDirs, &Plist) == FAIL)
330 if (chdir(LogDir) == FAIL) {
350 if (chdir(home) == FAIL) {
411 if (fchmod(s, 0644) == FAIL) {

Completed in 300 milliseconds

1234