Searched refs:not (Results 1 - 25 of 42) sorted by relevance

12

/ast/src/cmd/ksh93/tests/
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
79 then [[ ~$u -ef $h ]] || err_exit "~$u not $h"
81 [[ $x -ef $h ]] || x="~$u not $h"
H A Dquoting2.sh32 then err_exit "single quotes not the same as double quotes"
36 then err_exit "$x not the same as 'hi there'"
39 then err_exit "$x not the same as \"hi there \""
86 then err_exit '${z="a{b}c"} not correct'
91 then err_exit '"${z="a{b}c"}" not correct'
103 then err_exit '${x+foo bar bam} does not yield three arguments'
107 then err_exit '${x+foo "bar bam"} does not yield two arguments'
111 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 yiel
[all...]
H A Dquoting.sh31 then err_exit "single quotes not the same as double quotes"
35 then err_exit "$x not the same as 'hi there'"
38 then err_exit "$x not the same as \"hi there \""
85 then err_exit '${z="a{b}c"} not correct'
90 then err_exit '"${z="a{b}c"}" not correct'
102 then err_exit '${x+foo bar bam} does not yield three arguments'
106 then err_exit '${x+foo "bar bam"} does not yield two arguments'
110 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
114 then err_exit '${x+foo $x bam} does not yield three arguments'
118 then err_exit '${x+foo "$x" bam} does not yiel
[all...]
H A Dsubstring.sh106 then err_exit '${foo//[0-9]/bar} not expanding correctly'
117 then err_exit '${foo/[0-9]?/""} not expanding correctly'
120 then err_exit '${foo//[0-9]/""} not expanding correctly'
123 then err_exit '${foo/#a/b} not expanding correctly'
126 then err_exit '${foo/#?/b} not expanding correctly'
129 then err_exit '${foo/%c/b} not expanding correctly'
132 then err_exit '${foo/%?/b} not expanding correctly'
137 then err_exit "$pattern does not match $string"
140 then err_exit "\${$string##$pattern} not null"
143 then err_exit "\"\${$string##$pattern}\" not nul
[all...]
H A Dvariables.sh41 then err_exit RANDOM variable not working
46 then err_exit SECONDS variable not working
51 then err_exit _ variable not working
59 #then err_exit ERRNO variable not working
63 then err_exit PWD variable failed, not equivalent to .
83 then err_exit REPLY variable not working
92 then err_exit LINENO variable not working
112 then err_exit "attributes not passed to subshells"
123 then err_exit 'x.set does not override assignment'
132 then err_exit 'x.get does not wor
[all...]
H A Dbuiltins.sh47 then err_exit "'getopts :r:s var -r' not working"
80 then err_exit "IFS=: read ... not working"
120 then err_exit "print -R not working correctly"
123 then err_exit "print -- not working correctly"
127 then err_exit "%n format of printf not working"
133 then err_exit '$0 not correct for eval'
135 $SHELL -c 'read x <<< hello' 2> /dev/null || err_exit 'syntax <<< not recognized'
136 ($SHELL -c 'read x[1] <<< hello') 2> /dev/null || err_exit 'read x[1] not working'
141 then err_exit 'unset readonly variables are not displayed'
166 then err_exit 'print -f "%b" not workin
[all...]
H A Dcoprocess.sh90 then err_exit "$cat coprocess $1 does not match $2"
146 err_exit "$cat coprocess cleanup not working correctly"
208 then err_exit "traps when reading from $cat coprocess not working"
248 [[ $REPLY == foo ]] || err_exit "first REPLY from $cat coprocess is $REPLY not foo"
250 [[ $REPLY == bar ]] || err_exit "second REPLY from $cat coprocess is $REPLY not bar"
366 [[ $x == 0 ]] || err_exit "coprocess exitval should be 0, not $x"
/ast/src/cmd/INIT/
H A Dmkdir.sh21 : mkdir for systems that do not support -p : 2002-09-01 :
H A DCONVERT.mk40 * files matching pattern are not copied into the converted
159 error 3 $(original): not a $(package) source directory: missing $(I)
H A Dregress.sh31 \aunit\a\b.tst\b if \aunit\a does not exist. If \acommand\a is omitted
44 and do not remove the temporary directory \aunit\a\b.tmp\b.]
81 state that diagnostics are not expected; otherwise the argument
90 of \afile\a or the line \adata\a. \bERROR -n\b does not
115 may be nested, but must not cross \bTEST\b boundaries. \anote\a
132 or the line \adata\a. \bINPUT -n\b does not append a newline
155 of \afile\a or the line \adata\a. \bOUTPUT -n\b does not
576 then FATAL $COMMAND: not found
578 then FATAL $cmd: not found
1085 then print -u2 " ===" "diagnostic pattern '$DIAGNOSTICS' did not matc
[all...]
H A Diffe.sh272 # $not invert test sense
286 _report_not=$not
384 then : old here doc botch not present
397 copy() # "output-file" "data-that-must-not-be-processed-by-echo"
406 then : ancient here doc botch not present
426 then : ancient here doc botch not present
470 then cctest="should not compile '(;'"
477 *) echo "$command: $cc: not a C compiler: $cctest" >&$stderr
738 output file is updated if it does not exist or if the temporary file
757 not remov
[all...]
/ast/src/cmd/pax/
H A Dtar.sh59 [13:atime-preserve?Do not change access times on dumped files.]
72 [m:modification-time?Do not extract file modified time.]
80 [23:exclude-file]:[pattern?Do not extract matching the \bksh\b(1)
84 [33:show?Show but do not execute the underlying \bpax\b(1) command.]
/ast/src/cmd/proto/
H A Dchanges.sh71 then print -u2 $command: \$PACKAGEROOT: package root dir not exported
/ast/src/cmd/tw/
H A Dfind.c70 " [+1-125?A command line meeting the specified requirements could not"
73 " [+126?\acommand\a was found but could not be executed.]"
74 " [+127?\acommand\a was not found.]"
360 "Do not apply tests or actions a levels less than \alevel\a."
365 "Do not descend into directories in different filesystems than"
380 " and link count not equal to 2 plus the number of subdirectories.",
381 "not", NOT, Op, 0, 0, 0,
382 "\b-not\b \aexpr\a: inverts the truth value of \aexpr\a.",
387 " If the response does not match `[yY]].*' then the command"
388 " is not ru
1345 int not = 0; local
[all...]
/ast/src/cmd/nmake/
H A Dpkg-cobol.mk35 error 3 $(COBOL): cobol compiler not found -- required to build $(.RWD.:-$(PWD:B))
/ast/src/cmd/ksh93/bltins/
H A Dtest.c115 register int not; local
131 if(!(argc==4 && (not=sh_lookup(cp=argv[2],shtab_testops))))
137 not = c_eq(cp,'!');
142 if(!not)
155 if(not && cp[0]=='-' && cp[2]==0)
159 else if(not && c_eq(argv[2],'!'))
166 if(not)
/ast/src/cmd/msgcc/
H A Dmsgcc.sh37 is generated for each input \b.c\b file. If the \b-c\b option is not
39 the input \b.mso\b and \b.msg\b files. If \b-c\b is not specified then
42 and \b-o\b are not specified.]
43 [+?If \b-M-new\b is not specified then messages are merged with those in the
48 [+preserve?Messages in the \b-o\b file that are not in new
/ast/src/lib/libexpr/
H A DMakefile11 /* NOTE: --mam bug in -I for exparse.c if exparse.y not first */
/ast/src/lib/libtksh/tcl/
H A DtclUnixTime.c193 * not return timezone information on many systems that have moved this
208 * Note: this is not a typo in "timezone" below! See tzset
236 error: autoconf did not figure out how to determine the timezone.
/ast/src/cmd/3d/
H A DMakefile4 * NOTE: ld -r does not work with $(CC.DLL) so lib3d.o is not possible
/ast/src/cmd/ie/
H A Deditlib.c71 * read() is not one of those times, then you must perform the
75 * Line editing here will not work.
/ast/src/cmd/sort/
H A Dtestsort.sh134 s=: # -s stable, do not compare raw bytes on equal keys (s=)
165 echo ' -z recsize (not exercised)'; fi
167 echo ' -T tempdir (not exercised)'; fi
208 000) echo " \$@" does not indicate trouble, but does not sort ;;
209 001) echo " \$@" does not indicate trouble ;;
210 010) echo " \$@" warns, does not sort, and yields exit status zero ;;
212 100) echo " \$@" yields nonzero exit status and does not sort ;;
325 echo test numbers denote progress, not trouble
378 test -s xx || echo option -c is quiet "(legal, not classica
[all...]
/ast/src/lib/libcs/
H A Dgenlocal.sh96 "") print -u2 $0: $f: not found; exit 1 ;;
/ast/src/cmd/coshell/
H A Dcommand.c402 if (!(sp = search(GET, s, NiL, NiL))) error(ERROR_OUTPUT|2, con[fd].info.user.fds[2], "%s: not found", s);
403 else if (!sp->fd) error(ERROR_OUTPUT|2, con[fd].info.user.fds[2], "%s: host not open", s);
/ast/src/lib/libast/misc/
H A Dmagic.c1772 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: function not defined", n + 'a');
1859 (*mp->disc->errorf)(mp, mp->disc, 1, "not enough fields: `%s'", p);
1905 (*mp->disc->errorf)(mp, mp->disc, 1, "not enough fields: `%s'", p);
2120 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: function not defined", n + 'a');
2216 (*mp->disc->errorf)(mp, mp->disc, 1, "not enough } operators");

Completed in 54 milliseconds

12