pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git] / commands / ash / bltin / unary_op
blob26748aa625c33ab91c5b0a8339403650d738fdf1
1 # List of unary operators used by test/expr.
3 # Copyright (C) 1989 by Kenneth Almquist.  All rights reserved.
4 # This file is part of ash, which is distributed under the terms specified
5 # by the Ash General Public License.  See the file named LICENSE.
7 NOT      !      3
8 ISREAD   -r     12   OP_FILE
9 ISWRITE  -w     12   OP_FILE
10 ISEXEC   -x     12   OP_FILE
11 ISFILE   -f     12   OP_FILE
12 ISDIR    -d     12   OP_FILE
13 ISCHAR   -c     12   OP_FILE
14 ISBLOCK  -b     12   OP_FILE
15 ISFIFO   -p     12   OP_FILE
16 ISSETUID -u     12   OP_FILE
17 ISSETGID -g     12   OP_FILE
18 ISSTICKY -k     12   OP_FILE
19 ISSLINK  -h     12   OP_FILE
20 ISSIZE   -s     12   OP_FILE
21 ISTTY    -t     12   OP_INT
22 NULSTR   -z     12   OP_STRING
23 STRLEN   -n     12   OP_STRING