Home
last modified time | relevance | path

Searched refs:OP_FILE (Results 1 – 5 of 5) sorted by relevance

/original-bsd/bin/test/
H A Doperators.c93 OP_FILE,
94 OP_FILE,
95 OP_FILE,
96 OP_FILE,
97 OP_FILE,
98 OP_FILE,
99 OP_FILE,
100 OP_FILE,
102 OP_FILE,
103 OP_FILE,
[all …]
H A Dunary_op17 ISBLOCK -b 12 OP_FILE
18 ISCHAR -c 12 OP_FILE
19 ISDIR -d 12 OP_FILE
20 ISEXIST -e 12 OP_FILE
21 ISFILE -f 12 OP_FILE
22 ISSETGID -g 12 OP_FILE
23 ISSTICKY -k 12 OP_FILE
25 ISFIFO -p 12 OP_FILE
26 ISREAD -r 12 OP_FILE
27 ISSIZE -s 12 OP_FILE
[all …]
H A Doperators.h46 #define OP_FILE 3 /* argument is a file name */ macro
H A Dmkops21 #define OP_FILE 3 /* argument is a file name */
H A Dtest.c233 if (c == OP_FILE && (fs.name == NULL ||
458 if (c == OP_FILE) {