Searched refs:bad (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/
H A Dclock_types_6368156.c7 long long bad = 5 * NSEC_PER_SEC; local
9 printf("%lld\n%lld\n", good, bad);
10 if (good == bad ){
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/crt-result/
H A DMakefile35 ${TESTROOT}/bin/exit-non-zero-pass.pl "crt-result bad" "crt-result bad" ./bad
38 all: good bad
44 bad: bad.c
45 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o bad bad.c
48 ${RM} ${RMFLAGS} *~ good bad
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_ifunless.rb7 bad = false
9 bad = true
11 assert(!bad)
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A DMakefile.PL16 my $bad;
19 $bad++;
23 $bad++;
26 if ($bad and !is_admin()) {
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dneuter.c9 /* char *neuter(buffer, bad, replacement)
11 /* const char *bad;
14 /* neuter() replaces bad characters in its input
20 /* .IP bad
21 /* The null-terminated bad character string.
24 /* pass the bad character test.
45 /* neuter - neutralize bad characters */
47 char *neuter(char *string, const char *bad, int replacement) argument
53 if (strchr(bad, ch) != 0)
/macosx-10.9.5/sudo-72/src/
H A Dset_perms.c90 goto bad;
101 goto bad;
110 goto bad;
121 goto bad;
132 goto bad;
140 goto bad;
153 goto bad;
158 goto bad;
165 goto bad;
172 bad
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/exslt/dynamic/
H A DMakefile.am22 $(srcdir)/$$name.xsl $(srcdir)/$$name.xml > $$name.res 2>$$name.bad;\
25 if [ -s $$name.bad ] ; then \
26 mv $$name.bad $(srcdir)/$$name.err ; \
34 diff $(srcdir)/$$name.err $$name.bad; \
36 diff /dev/null $$name.bad; \
45 rm -f $$name.res $$name.bad ; \
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_check.in216 client random.bad.domain 123.123.123.123
17 client friend.bad.domain 123.123.123.123
18 client bad.domain 123.123.123.123
33 helo random.bad.domain
34 helo friend.bad.domain
47 mail foo@bad.domain
49 mail bad-sender@any.domain
50 mail bad-sender@good.domain
53 mail foo@bad.domain
55 mail foo@random.bad
[all...]
H A Dsmtpd_check.in16 client random.bad.domain 123.123.123.123
17 client friend.bad.domain 123.123.123.123
18 client bad.domain 123.123.123.123
33 helo random.bad.domain
34 helo friend.bad.domain
55 mail foo@bad.domain
57 mail bad-sender@any.domain
58 mail bad-sender@good.domain
61 mail foo@bad.domain
63 mail foo@random.bad
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtest_apu.h35 #define TEST_EQ(str, func, value, good, bad) \
41 printf("%s\n", bad); \
49 #define TEST_NEQ(str, func, value, good, bad) \
55 printf("%s\n", bad); \
63 #define TEST_STATUS(str, func, testmacro, good, bad) \
69 printf("%s\n", bad); \
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtest_apu.h35 #define TEST_EQ(str, func, value, good, bad) \
41 printf("%s\n", bad); \
49 #define TEST_NEQ(str, func, value, good, bad) \
55 printf("%s\n", bad); \
63 #define TEST_STATUS(str, func, testmacro, good, bad) \
69 printf("%s\n", bad); \
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/
H A DMakefile36 export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/bad && ./main
39 all: main main2 bad/libfoo.dylib
46 bad/libfoo.dylib : foo.c
47 mkdir -p bad
48 ${CC} foo.c -DBAD -dynamiclib -o bad/libfoo.dylib -install_name @rpath/libfoo.dylib
57 ${RM} ${RMFLAGS} *~ main main2 good bad
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-dlopen-leak/
H A DMakefile46 ./main.bad ; \
51 all: main main.bad
61 main.bad : main.c hide/hole/libfoo.dylib
62 ${CC} ${CCFLAGS} -I${TESTROOT}/include main.c -o main.bad -Wl,-rpath -Wl,@loader_path/bad
65 ${RM} ${RMFLAGS} *~ main main.bad hide/hole/libfoo.dylib hide
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dptest.c64 struct berval bad; local
65 bad.bv_val = "bad password";
66 bad.bv_len = sizeof("bad password")-1;
98 rc = lutil_authpasswd( passwd, salt, &bad, NULL );
100 rc = lutil_passwd( passwd, &bad, NULL );
104 bad.bv_val, bad.bv_len, passwd->bv_val, passwd->bv_len,
/macosx-10.9.5/libxslt-13/libxslt/tests/REC/
H A DMakefile.am99 > $$name.res 2>$$name.bad ; \
102 if [ -s $$name.bad ] ; then \
103 cp $$name.bad $(srcdir)/$$name.err ; \
111 diff $(srcdir)/$$name.err $$name.bad ; \
113 diff /dev/null $$name.bad ; \
123 rm -f $$name.res $$name.bad ; \
128 $(srcdir)/$$name.xml > $$name.res 2>$$name.bad ;\
131 if [ -s $$name.bad ] ; then \
132 cp $$name.bad $(srcdir)/$$name.stand.err ; \
140 diff $(srcdir)/$$name.stand.err $$name.bad ; \
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/exslt/functions/
H A DMakefile.am31 $(srcdir)/$$name.xsl $(srcdir)/$$name.xml > $$name.res 2>$$name.bad;\
34 if [ -s $$name.bad ] ; then \
35 mv $$name.bad $(srcdir)/$$name.err ; \
43 diff $(srcdir)/$$name.err $$name.bad; \
45 diff /dev/null $$name.bad; \
54 rm -f $$name.res $$name.bad ; \
/macosx-10.9.5/libxslt-13/libxslt/tests/exslt/sets/
H A DMakefile.am26 $(srcdir)/$$name.xsl $(srcdir)/$$name.xml > $$name.res 2>$$name.bad;\
29 if [ -s $$name.bad ] ; then \
30 mv $$name.bad $(srcdir)/$$name.err ; \
38 diff $(srcdir)/$$name.err $$name.bad; \
40 diff /dev/null $$name.bad; \
49 rm -f $$name.res $$name.bad ; \
/macosx-10.9.5/libxslt-13/libxslt/tests/exslt/strings/
H A DMakefile.am26 $(srcdir)/$$name.xsl $(srcdir)/$$name.xml > $$name.res 2>$$name.bad;\
29 if [ -s $$name.bad ] ; then \
30 mv $$name.bad $(srcdir)/$$name.err ; \
38 diff $(srcdir)/$$name.err $$name.bad; \
40 diff /dev/null $$name.bad; \
49 rm -f $$name.res $$name.bad ; \
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_smb_2.c203 goto bad;
262 goto bad;
338 goto bad;
367 bad:
412 goto bad;
435 goto bad;
438 bad:
481 goto bad;
507 goto bad;
515 goto bad;
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmbridge.h47 // END_API1(bad) // return (bad) on exception; fall through on success
56 #define END_API1(bad) } catch (...) { return bad; }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmbridge.h47 // END_API1(bad) // return (bad) on exception; fall through on success
56 #define END_API1(bad) } catch (...) { return bad; }
/macosx-10.9.5/autofs-234/automountd/
H A Dreplica.c114 goto bad;
119 goto bad;
147 goto bad;
152 goto bad;
159 goto bad;
180 goto bad;
185 goto bad;
201 bad:
/macosx-10.9.5/dtrace-118.1/test/tst/sparc/pid/
H A Dtst.branch.s52 ALTENTRY(bad) function
54 SET_SIZE(bad)
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_requestqueue.h39 extern void set_connectionstate(int bad);
/macosx-10.9.5/objc4-551.1/test/
H A Dverify-exports.pl17 my $bad = 0;
61 print "BAD: C++ export '$symbol'\n"; $bad++;
157 print "BAD: unintellible declaration:\n $cdecl\n"; $bad++;
159 print "BAD: no availability on declaration of '$name':\n $cdecl\n"; $bad++;
201 print "BAD: unintellible declaration:\n $classdecl\n"; $bad++;
203 print "BAD: no availability on declaration of '$name':\n $classdecl\n"; $bad++;
236 print "BAD: symbol $symbol has no export declaration\n"; $bad++;
250 print "BAD: declaration $decl has no exported symbol\n"; $bad++;
253 print "OK: verify-exports\n" unless $bad;
254 exit ($bad
[all...]

Completed in 359 milliseconds

1234567891011>>