Searched refs:working (Results 1 - 12 of 12) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | quoting2.sh | 135 then err_exit '$'"' inside double quotes not working" 139 then err_exit '$'"' inside `` 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' 159 then err_exit '(print -r -- "\}"' not working 162 then err_exit 'print -r -- "\{"' not working 167 then err_exit '`eval print \\${foo$x}`' not working 170 then err_exit '"`eval print \\${foo$x}`"' not working 173 then err_exit '$() not working' 178 then err_exit 'IFS not working correctl [all...] |
H A D | quoting.sh | 134 then err_exit '$'"' inside double quotes not working" 138 then err_exit '$'"' inside `` quotes not working" 145 then err_exit 'line continuation in double strings not working' 151 then err_exit 'line continuation in expanded double strings not working' 189 then err_exit 'word splitting after command substitution not working' 201 then err_exit "$'x\' #y'" not working 205 then err_exit "$q$'x\' #y'" not working 211 then err_exit "field splitting of $x with IFS=$IFS not working" 225 then err_exit '$x, where x=\\(..\\)|&\|\|\\&\\| not working' 229 then err_exit 'a${x}b, where x=\\( not working' [all...] |
H A D | variables.sh | 41 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 83 then err_exit REPLY variable not working 92 then err_exit LINENO variable not working 172 then err_exit "C locale not working" 183 then err_exit "foo.get discipline not working" 186 then err_exit "foo.get discipline not working after unset" 192 then err_exit '${#10}, where ${10}=10 not working' [all...] |
H A D | builtins.sh | 47 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" 136 ($SHELL -c 'read x[1] <<< hello') 2> /dev/null || err_exit 'read x[1] not working' 166 then err_exit 'print -f "%b" not working' 169 then err_exit 'print -f "%P" not working' 172 then err_exit 'print -f "%(pattern)q" not working' 175 then err_exit 'break labels not working' [all...] |
H A D | substring.sh | 163 then err_exit '${xx//\//\\} not working' 167 then err_exit 'closing brace escape not working' 171 then err_exit '${xx//%28/abc\)} not working' 212 then err_exit 'export inside function not working' 219 then err_exit 'export inside function not working with recursive function' 234 then err_exit 'export inside function not working for zzz' 241 then err_exit '\1 not working with $@' 245 then err_exit '\1 not working with ${var[@]}' 276 [[ ${b//$a/\1} == 123 ]] || err_exit "\${var/pattern} not working with \[ in pattern" 279 [[ ${foo/'('/'(x11-'} == '(x11-win32.i386) ' ]] || err_exit "\${var/pattern} not working wit [all...] |
H A D | functions.sh | 59 then err_exit "command print not working inside print function" 103 then err_exit 'abc() print hi not working' 107 then err_exit 'abc() print hi not working after subshell unset' 115 err_exit 'exit from function not working' 133 then err_exit 'cd inside nested subshell not working' 140 then err_exit one line functions not working 151 then err_exit 'passing args from functions to scripts not working' 194 then err_exit 'function definitions inside subshells not working' 226 then err_exit 'autoload not working' 252 then err_exit 'getopts --man in functions not working' [all...] |
/ast/src/cmd/tests/vmalloc/ |
H A D | tsharemem.c | 47 static int working(char* store, char* type, char* num, ssize_t size) function 140 return working(argv[k], argv[k+1], argv[k+2], size);
|
/ast/src/cmd/re/ |
H A D | testglob.c | 543 int working = 0; local 639 if (working) { 640 working = 0; 726 if (!working) 727 working = 1;
|
/ast/src/cmd/mailx/ |
H A D | collect.c | 136 if (state.collect.working) { 137 state.collect.working = 0; 438 state.collect.working = 1; 445 state.collect.working = 0;
|
H A D | mailx.h | 682 int working; /* Whether to long jump */ member in struct:__anon136::__anon137
|
/ast/src/cmd/INIT/ |
H A D | regress.sh | 67 [+CD \b\adirectory\a?Create and change to working directory for 678 then mkdir -p "$@" && cd "$@" || FATAL cannot initialize working directory "$@"
|
H A D | mamake.c | 2344 report(3, "cannot change working directory", NiL, (unsigned long)0);
|
Completed in 33 milliseconds