bin/test/test.c
100
{"-e", FILEXIST,UNOP},
bin/test/test.c
101
{"-f", FILREG, UNOP},
bin/test/test.c
102
{"-d", FILDIR, UNOP},
bin/test/test.c
103
{"-c", FILCDEV,UNOP},
bin/test/test.c
104
{"-b", FILBDEV,UNOP},
bin/test/test.c
105
{"-p", FILFIFO,UNOP},
bin/test/test.c
106
{"-u", FILSUID,UNOP},
bin/test/test.c
107
{"-g", FILSGID,UNOP},
bin/test/test.c
108
{"-k", FILSTCK,UNOP},
bin/test/test.c
109
{"-s", FILGZ, UNOP},
bin/test/test.c
110
{"-t", FILTT, UNOP},
bin/test/test.c
111
{"-z", STREZ, UNOP},
bin/test/test.c
112
{"-n", STRNZ, UNOP},
bin/test/test.c
113
{"-h", FILSYM, UNOP},
bin/test/test.c
114
{"-O", FILUID, UNOP},
bin/test/test.c
115
{"-G", FILGID, UNOP},
bin/test/test.c
116
{"-L", FILSYM, UNOP},
bin/test/test.c
117
{"-S", FILSOCK,UNOP},
bin/test/test.c
277
if (t_wp_op && t_wp_op->op_type == UNOP) {
bin/test/test.c
97
{"-r", FILRD, UNOP},
bin/test/test.c
98
{"-w", FILWR, UNOP},
bin/test/test.c
99
{"-x", FILEX, UNOP},