Lines Matching defs:dir
30 -perm [-/]MODE permissions (-=min /=any) -prune ignore dir contents
35 -depth ignore contents of dir -maxdepth N at most N dirs down
37 -type [bcdflps] type is (block, char, dir, file, symlink, pipe, socket)
51 -exec Run command with path -execdir Run command in file's dir
53 -delete Remove matching file/dir -printf FORMAT Print using format string
90 int dir, plus, arglen, argsize, curly;
109 if (aa->dir && new && new->parent) {
184 if (!aa->plus || (new && !aa->dir)) continue;
188 // Flush pending "-execdir +" instances for this dir
197 } else if (aa->dir) {
549 aa->dir = !!strchr(s, 'd');
563 name = aa->dir ? xstrdup(new->name) : dirtree_path(new, 0);
573 // Add next name to list (global list without -dir, local with)