Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 2386) sorted by relevance

12345678910>>...96

/illumos-gate/usr/src/lib/libslp/clib/
H A Dlibslp.po27 msgid "could not start thread: %s"
35 msgid "could not create socket: %s"
41 msgid "could not talk to slpd: %s"
51 msgid "could not send, error = %s"
71 msgid "Language not supported"
77 msgid "Scope not supported"
123 msgid "Could not load ami_init"
125 msgid "Could not load ami_sign"
127 msgid "Could not load ami_verify"
143 msgid "Could not load ami_end"
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting.sh122 then err_exit '${x+"foo $x bam"} does not yield one argument'
126 then err_exit '"${x+foo $x bam}" does not yield one argument'
134 then err_exit '$'"' inside double quotes not working"
182 then err_exit ' $x\$, with x=$hi, does not expand to $hi$'
185 then err_exit ' $x$, with x=$hi, does not expand to $hi$'
201 then err_exit "$'x\' #y'" not working
205 then err_exit "$q$'x\' #y'" not working
225 then err_exit '$x, where x=\\(..\\)|&\|\|\\&\\| not working'
229 then err_exit 'a${x}b, where x=\\( not working'
238 then err_exit '"$@" not preserving nulls'
[all …]
H A Darith.sh290 then err_exit '2**3 not working'
293 then err_exit '2**3*2 not working'
296 then err_exit '4**3**2 not working'
299 then err_exit '(4**3)**2 not working'
304 then err_exit '-Z3 not treated as decimal'
473 else err_exit 'Inf and NaN not working'
539 (( a[1]==1)) || err_exit 'a[1] not incremented'
544 (( a[0]==1)) || err_exit 'a[0] not incremented'
549 (( a[2]==1)) || err_exit 'a[0] not 1'
555 (( a[0] == 0 )) || err_exit 'a[0] not 0'
[all …]
H A Dquoting2.sh111 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
115 then err_exit '${x+foo $x bam} does not yield three arguments'
119 then err_exit '${x+foo "$x" bam} does not yield three arguments'
123 then err_exit '${x+"foo $x bam"} does not yield one argument'
127 then err_exit '"${x+foo $x bam}" does not yield one argument'
131 then err_exit '${x+foo "$x "bam} does not yield two arguments'
135 then err_exit '$'"' inside double quotes not working"
146 then err_exit 'line continuation in double strings not working'
152 then err_exit 'line continuation in expanded double strings not working'
173 then err_exit '$() not working'
[all …]
H A Dnameref.sh277 [[ $x == ok ]] || err_exit 'nameref to unset subscript not working'
321 [[ -R 123 ]] && err_exit '[[ -R 123 ]] should detect that 123 is not a reference'
322 [[ -v 123 ]] && err_exit '[[ -v 123 ]] should detect that 123 is not set'
431 [[ ${a[a b]} == 99 ]] || err_exit 'nameref not handling subscript correctly'
453 [[ ${ typeset -p c.x ;} == *-C* ]] && err_exit 'c.x should not have -C attributes'
471 then print -u2 'name reference to unset type instance not redirected to .deleted'
494 [[ $a == 3 ]] || err_exit 'name reference to ls[0] when ls is not an array fails'
544 [[ $(print -v l) == "$exp" ]] || err_exit 'nameref l4=l[4] not working'
549 [[ $(print -v l) == "$exp" ]] || err_exit 'nameref l46=l[4][6] not working'
665 [[ $foo ]] && err_exit 'unset after creating via nameref in function not working'
[all …]
H A Dtilde.sh52 then err_exit '~' not $HOME
56 then err_exit x=~ not $HOME
60 then err_exit x=x:~ not x:$HOME
63 then err_exit '~' not $PWD
67 then err_exit x=~+ not $PWD
70 then err_exit '~' not $PWD
74 then err_exit x=~- not $OLDPWD
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out5 java.lang.IllegalStateException: consumer not open
6 java.lang.IllegalStateException: consumer not open
7 java.lang.IllegalStateException: consumer not open
8 java.lang.IllegalStateException: consumer not open
9 java.lang.IllegalStateException: consumer not open
10 java.lang.IllegalStateException: consumer not open
11 java.lang.IllegalStateException: consumer not open
12 java.lang.IllegalStateException: consumer not open
13 java.lang.IllegalStateException: consumer not open
29 java.lang.IllegalStateException: go() not called
[all …]
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX15 implementing a POSIX-compatible version of sed, and should not be
35 POSIX does not specify this behavior as the System V versions of
46 is obvious, but not specified in POSIX.
49 flag to an s command. This is not specified in POSIX. This
50 implementation permits whitespace but does not require it.
53 characters to follow the w command. This is not specified in
54 POSIX. This implementation permits whitespace but does not
64 command the command must not contain an address specification
83 three lines of a file. This is not specified by POSIX.
98 did not produce any output. POSIX does not specify this behavior.
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties11 # (the "License"). You may not use this file except in compliance
79 no_utf8 = UTF8 encoding not supported.
97 cant_sign = "Can not complete signing initialization."
98 cant_sign_for_spi = Can not sign for SPI ``{0}'''': {1}
101 not_right_url = ``{0}'''' is not a {1} service URL
102 empty_vector = Empty vector for t (can be null but not empty)
103 not_an_attribute = Object in attribute vector is not an attribute
121 missing_scope = SPI ``{0}'''' not in auth block list
131 no_cert = Can not find certificate for ``{0}'': {1}
132 no_cert_chain = Can not get certificate chain for ``{0}''
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
H A DKstat.t52 END {print "not ok 1\n" unless $loaded;}
61 print("not ok $test: $@");
69 print("not ok $test: $@");
83 print("not ok $test\n");
92 print("not ok $test ($val)\n");
106 print("not ok $test\n");
113 print("not ok $test\n");
123 print("not ok $test\n");
141 print("not ok $test: $@");
164 print("not ok $test: $@");
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist82 38 EL2NSYNC Level 2 not synchronized
86 42 EUNATCH Protocol driver not attached
92 48 ENOTSUP Operation not supported
103 59 ENOTRECOVERABLE Lock is not recoverable
108 64 ENONET Machine is not on the network
109 65 ENOPKG Package not installed
117 73 ENOTACTIVE Facility is not active
122 80 ENOTUNIQ Name not unique on network
131 89 ENOSYS Operation not applicable
133 93 ENOTEMPTY Directory not empty
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dinetddi.c70 #error inetddi.c: INET_NAME is not defined!
76 #error inetddi.c: INET_DEVDESC is defined but INET_DEVSTRTAB is not!
78 #error inetddi.c: INET_DEVDESC is defined but INET_DEVMTFLAGS is not!
80 #error inetddi.c: INET_DEVDESC is defined but INET_DEVMINOR is not!
82 #error inetddi.c: INET_MODDESC is defined but INET_MODSTRTAB is not!
84 #error inetddi.c: INET_MODDESC is defined but INET_MODMTFLAGS is not!
86 #error inetddi.c: INET_SOCKDESC is defined but SOCKMOD_VERSION is not!
89 is not!
92 INET_SOCK_FALLBACK_DEV_V4 is not!
95 INET_SOCK_FALLBACK_DEV_V6 is not!
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME20 They are not dynamic objects and dependency information is always noted
24 exist and not find out until they try to install the module.
32 These mapfiles are not the traditional versioning mapfiles like those in
36 * These mapfiles do not declare any versions!
37 * These mapfiles do not use the 'SYMBOL_VERSION' directive, instead they
39 * These mapfiles do not hide symbols! Library mapfiles always have
41 here. These mapfiles should not affect visibility.
43 that they are not provided by the kernel module but by another.
44 * These mapfiles do not declare what is or isn't a public interface,
52 the DDI should not be put in that mapfile.
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib93 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
94 mkdir -p $TESTDIR || log_unresolved Could not create $TESTDIR
96 rm -rf $TESTDIR_TGT || log_unresolved Could not remove $TESTDIR_TGT
97 mkdir -p $TESTDIR_TGT || log_unresolved Could not create $TESTDIR_TGT
105 mkdir -p $OLDDIR || log_unresolved Could not create $OLDDIR
106 mkdir -p $NEWDIR_IN_FS || log_unresolved Could not create $NEWDIR_IN_FS
107 mkdir -p $NEWDIR_ACROSS_FS || log_unresolved Could not create $NEWDIR_ACROSS_FS
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c29 #error value of EPOLLIN does not match value of POLLIN
33 #error value of EPOLLPRI does not match value of POLLPRI
37 #error value of EPOLLOUT does not match value of POLLOUT
41 #error value of EPOLLRDNORM does not match value of POLLRDNORM
45 #error value of EPOLLRDBAND does not match value of POLLRDBAND
49 #error value of EPOLLERR does not match value of POLLERR
53 #error value of EPOLLHUP does not match value of POLLHUP
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed14 /dumponline.c",.*name used but not defined: log10 /d
15 /dumponline.c",.*name used but not defined: getfullblkname /d
16 /dumpmain.c",.*name used but not defined: getfullrawname /d
19 /partial.c",.*name used but not defined: ulimit/d
22 /lint suppression directive not used/d
33 /dumptape.c",.*statement not reached/d
/illumos-gate/usr/src/common/pnglite/
H A DTHIRDPARTYLICENSE13 * 1. The origin of this software must not be misrepresented; you must not
16 * appreciated but is not required.
18 * 2. Altered source versions must be plainly marked as such, and must not
21 * 3. This notice may not be removed or altered from any source
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnotnull.test7 # May you do good and not evil.
46 } {1 {t1.a may not be NULL}}
60 } {1 {t1.a may not be NULL}}
67 } {1 {t1.a may not be NULL}}
102 } {1 {t1.b may not be NULL}}
144 } {1 {t1.c may not be NULL}}
151 } {1 {t1.d may not be NULL}}
172 } {1 {t1.e may not be NULL}}
188 } {1 {t1.a may not be NULL}}
196 } {1 {t1.a may not be NULL}}
[all …]
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dzlib.def28 1. The origin of this software must not be misrepresented; you must not
31 be appreciated but is not required.
33 2. Altered source versions must be plainly marked as such, and must not
36 3. This notice may not be removed or altered from any source
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dsetup.ksh54 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
55 mkdir -p $TESTDIR || log_unresolved Could not create $TESTDIR
60 rm -rf $NONZFS_TESTDIR || log_unresolved Could not remove $NONZFS_TESTDIR
61 mkdir -p $NONZFS_TESTDIR || log_unresolved Could not create $NONZFS_TESTDIR
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/
H A DLICENSE4 Do not use or load this firmware (the "Software") until you have carefully read
6 to the terms of this Agreement. If you do not wish to so agree, do not install
25 products is not licensed hereunder. Subject to the terms of this Agreement,
39 recipient agrees to be fully bound by the terms hereof. You shall not otherwise
41 any third party. You may not, nor may you assist any other person or entity to
55 expressly provided herein, you shall not disclose the terms or existence of
67 attachments, and other encumbrances. You agree not to remove any proprietary
143 agree to the terms of this Agreement. If you do not wish to so agree, do not
149 products is not licensed hereunder.
153 3. You may not reverse engineer, decompile, or disassemble the Software.
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceIDs6 * You may not use this file except in compliance with the License.
42 * RESULT: not a valid id range
46 * RESULT: not a valid id range
50 * RESULT: not a valid id range
54 * RESULT: not a valid id range
66 * RESULT: Only the BEGIN probe is traced and the others are not.
/illumos-gate/usr/src/contrib/zlib/
H A DTHIRDPARTYLICENSE13 1. The origin of this software must not be misrepresented; you must not
16 appreciated but is not required.
17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh62 printf "$(gettext "Could not access/execute %s").\n" $bin >&2
72 printf "\n$(gettext "Can not create/edit %s, exiting").\n" $filename >&2
84 printf "\n$(gettext "Can not create temporary file, exiting").\n" >&2
145 egrep -s "$(gettext "get_principal: Principal does not exist")" $TMP_FILE
1189 printf "$(gettext "Can not find realm") '%s'.\n" $realm >&2
1211 printf "\n$(gettext "Can not create temporary file, exiting").\n
1252 printf "$(gettext "Site name not found. Local DCs/GCs will not be discovered").\n\n"
1390 printf "$(gettext "/dev/random does not exist").\n" >&2
1596 printf "\n$(gettext "Can not create directory: %s")\n\n" $TMPDIR >&2
1624 printf "\n$(gettext "Directory /usr/bin not found, exiting").\n" >&2
[all …]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun142 if not drain:
154 if not buf:
156 if '\n' not in buf:
203 if not do_sudo:
220 if not user or user == me:
319 if not options.quiet:
634 if directory not in keeplist or base not in keeplist[directory]:
770 while not done:
825 if not options.dryrun:
921 if not line:
[all …]

12345678910>>...96