Searched refs:null (Results 1 - 25 of 2285) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dmess.sh2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/ixfr/
H A Dprereq.sh20 if $PERL -e 'use Net::DNS;' 2>/dev/null
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/resolver/
H A Dprereq.sh20 if $PERL -e 'use Net::DNS;' 2>/dev/null
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/upforwd/
H A Dprereq.sh19 if $PERL -e 'use Net::DNS;' 2>/dev/null
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xfer/
H A Dprereq.sh19 if $PERL -e 'use Net::DNS;' 2>/dev/null
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dpseudo24 cat $6 >/dev/null
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.coverage.exe29 while true; do env > /dev/null; done
H A Dtst.emptystack.exe29 exec find / > /dev/null 2>&1
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dlocaleconv.c32 static char null[] = ""; variable
38 &null[0],
39 &null[0],
40 &null[0],
41 &null[0],
42 &null[0],
43 &null[0],
44 &null[0],
45 &null[0],
59 &null[
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java40 * second string is the name of the evolved class or null if the evolved
51 null,
53 null,
55 null,
57 null,
59 null,
61 null,
63 null,
65 null,
67 null,
[all...]
/macosx-10.9.5/OpenSSH-186/
H A Dsshd-keygen-wrapper3 [ ! -f /etc/ssh_host_key ] && ssh-keygen -q -t rsa1 -f /etc/ssh_host_key -N "" -C "" < /dev/null > /dev/null 2> /dev/null
4 [ ! -f /etc/ssh_host_rsa_key ] && ssh-keygen -q -t rsa -f /etc/ssh_host_rsa_key -N "" -C "" < /dev/null > /dev/null 2> /dev/null
5 [ ! -f /etc/ssh_host_dsa_key ] && ssh-keygen -q -t dsa -f /etc/ssh_host_dsa_key -N "" -C "" < /dev/null > /dev/null 2> /dev/null
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_realpath7 ( builtin cd -q $1 2>/dev/null && pwd; )
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D02_main.t18 sub null { is( shift, undef, shift || () ) }
37 null( Params::Util::_STRING(undef), '...::_STRING(undef) returns undef' );
38 null( Params::Util::_STRING(''), '...::_STRING(nullstring) returns undef' );
39 null( Params::Util::_STRING({ foo => 1 }), '...::_STRING(HASH) returns undef' );
40 null( Params::Util::_STRING(sub () { 1 }), '...::_STRING(CODE) returns undef' );
41 null( Params::Util::_STRING([]), '...::_STRING(ARRAY) returns undef' );
42 null( Params::Util::_STRING(\""), '...::_STRING(null constant) returns undef' );
43 null( Params::Util::_STRING(\"foo"), '...::_STRING(SCALAR) returns undef' );
56 null( _STRIN
[all...]
H A D12_main.t18 sub null { is( shift, undef, shift || () ) }
37 null( Params::Util::_STRING(undef), '...::_STRING(undef) returns undef' );
38 null( Params::Util::_STRING(''), '...::_STRING(nullstring) returns undef' );
39 null( Params::Util::_STRING({ foo => 1 }), '...::_STRING(HASH) returns undef' );
40 null( Params::Util::_STRING(sub () { 1 }), '...::_STRING(CODE) returns undef' );
41 null( Params::Util::_STRING([]), '...::_STRING(ARRAY) returns undef' );
42 null( Params::Util::_STRING(\""), '...::_STRING(null constant) returns undef' );
43 null( Params::Util::_STRING(\"foo"), '...::_STRING(SCALAR) returns undef' );
56 null( _STRIN
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dbacksql_create.sql4 id integer not null primary key,
5 name varchar(64) not null,
6 keytbl varchar(64) not null,
7 keycol varchar(64) not null,
10 expect_return tinyint not null
15 id integer not null primary key,
16 oc_map_id integer not null,
17 name varchar(255) not null,
18 sel_expr varchar(255) not null,
20 from_tbls varchar(255) not null,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_query.in48 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null || exit 1
54 FILE:$srcdir/data/kdc.crt >/dev/null 2>/dev/null || exit 1
59 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null || exit 1
65 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null || exit 1
71 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_create.sql4 id serial not null primary key,
5 name varchar(255) not null,
6 surname varchar(255) not null,
13 id serial not null primary key,
20 id serial not null primary key,
21 title varchar(255) not null,
27 pers_id int not null,
28 doc_id int not null,
35 id serial not null primary key,
36 phone varchar(255) not null ,
[all...]
H A Dbacksql_create.sql5 id serial not null primary key,
6 name varchar(64) not null,
7 keytbl varchar(64) not null,
8 keycol varchar(64) not null,
11 expect_return int not null
18 id serial not null primary key,
19 oc_map_id integer not null references ldap_oc_mappings(id),
20 name varchar(255) not null,
21 sel_expr varchar(255) not null,
23 from_tbls varchar(255) not null,
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/eg/benchmarks/
H A DMakefile7 cd ../..; git checkout master; perl Makefile.PL >/dev/null; make >/dev/null
10 cd ../..; git checkout eval_free; perl Makefile.PL >/dev/null; make >/dev/null
/macosx-10.9.5/Heimdal-323.92.1/tests/gss/
H A Dcheck-gss.in43 ${TESTS_ENVIRONMENT} ${gsstool} help > /dev/null || exit 1
44 ${TESTS_ENVIRONMENT} ${gsstool} supported-mechanisms > /dev/null || exit 1
45 ${TESTS_ENVIRONMENT} ${gsstool} attrs-for-mech --all > /dev/null || exit 1
46 ${TESTS_ENVIRONMENT} ${gsstool} attrs-for-mech --mech=Kerberos > /dev/null || exit 1
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dmkdep.aix15 cc_r -ME $* > /dev/null
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dbacksql_create.sql4 id integer not null primary key,
5 name varchar(64) not null,
6 keytbl varchar(64) not null,
7 keycol varchar(64) not null,
11 expect_return integer not null
17 id integer not null primary key,
18 oc_map_id integer not null references ldap_oc_mappings(id),
19 name varchar(255) not null,
20 sel_expr varchar(255) not null,
22 from_tbls varchar(255) not null,
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dbacksql_create.sql4 id integer unsigned not null primary key auto_increment,
5 name varchar(64) not null,
6 keytbl varchar(64) not null,
7 keycol varchar(64) not null,
10 expect_return tinyint not null
16 id integer unsigned not null primary key auto_increment,
17 oc_map_id integer unsigned not null references ldap_oc_mappings(id),
18 name varchar(255) not null,
19 sel_expr varchar(255) not null,
21 from_tbls varchar(255) not null,
[all...]
/macosx-10.9.5/groff-38/groff/
H A Dmdate.sh12 if ls -L /dev/null 1>/dev/null 2>&1; then ls -L -l $1; else ls -l $1; fi
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Dcheck-translitfailure8 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" >/dev/null 2>/dev/null

Completed in 346 milliseconds

1234567891011>>