HomeSort by: relevance | last modified time | path
    Searched refs:F_DIR (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/mtree/
specspec.c 216 if (c1->type != F_DIR && c2->type == F_DIR) {
219 } else if (c1->type == F_DIR && c2->type != F_DIR) {
233 if (c1 == NULL && c2->type == F_DIR) {
238 } else if (c2 == NULL && c1->type == F_DIR) {
245 } else if (c1->type == F_DIR && c2->type == F_DIR) {
verify.c 135 ep->type == F_DIR &&
189 if (p->type != F_DIR && (dflag || p->flags & F_VISIT))
208 case F_DIR:
263 case F_DIR:
277 if (p->type == F_DIR) {
spec.c 160 if (last->type != F_DIR || last->flags & F_DONE) {
195 if (cur == NULL || cur->type != F_DIR) {
226 centry->type = F_DIR;
231 if (centry->type != F_DIR)
234 F_DIR, centry->type);
248 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
329 if (cur->type != F_DIR && !matchtags(cur))
849 if ((a->type & F_DIR) != 0) {
850 if ((b->type & F_DIR) == 0)
852 } else if ((b->type & F_DIR) != 0)
    [all...]
mtree.h 99 #define F_DIR 0x004 /* directory */
misc.c 100 {"dir", F_DIR, 0},
256 case F_DIR:
compare.c 158 case F_DIR:
303 if (s->flags & F_NLINK && s->type != F_DIR &&
  /src/bin/pax/
ftree.c 155 (ftnode->type != F_DIR || strcmp(ftnode->name, ".") != 0)) {
491 if (ftnode->type == F_DIR && (ftnode->flags & F_OPT))
524 if (ftnode->type == F_DIR && ftnode->child != NULL) {
  /src/usr.sbin/makefs/
walk.c 466 assert(root->type == F_DIR);
490 if (specnode->type != F_DIR)
608 if (curnode->type == F_DIR) {
  /src/external/gpl3/binutils/dist/opcodes/
ip2k-opc.c 107 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }
  /src/external/gpl3/binutils.old/dist/opcodes/
ip2k-opc.c 107 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }
  /src/external/gpl3/gdb.old/dist/opcodes/
ip2k-opc.c 107 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }
  /src/external/gpl3/gdb/dist/opcodes/
ip2k-opc.c 107 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }

Completed in 68 milliseconds